Uses of Class
org.apache.lucene.index.IndexingChain.ReservedField
-
Packages that use IndexingChain.ReservedField Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of IndexingChain.ReservedField in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IndexingChain.ReservedField Modifier and Type Field Description private IndexingChain.ReservedField<NumericDocValuesField>
DocumentsWriterPerThread. parentField
Methods in org.apache.lucene.index that return IndexingChain.ReservedField Modifier and Type Method Description (package private) <T extends IndexableField>
IndexingChain.ReservedField<T>IndexingChain. markAsReserved(T field)
Wraps the given field in a reserved field and registers it as reserved.
-