Package org.apache.lucene.codecs
Class FieldsProducer
- java.lang.Object
 - 
- org.apache.lucene.index.Fields
 - 
- org.apache.lucene.codecs.FieldsProducer
 
 
 
- 
- All Implemented Interfaces:
 java.io.Closeable,java.lang.AutoCloseable,java.lang.Iterable<java.lang.String>
- Direct Known Subclasses:
 BlockTreeTermsReader
public abstract class FieldsProducer extends Fields implements java.io.Closeable
Abstract API that produces terms, doc, freq, prox, offset and payloads postings. 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.lucene.index.Fields
EMPTY_ARRAY 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidclose()abstract longramBytesUsed()Returns approximate RAM bytes used- 
Methods inherited from class org.apache.lucene.index.Fields
getUniqueTermCount, iterator, size, terms 
 - 
 
 -