Uses of Class
org.apache.lucene.index.IndexingChain.PerField
Packages that use IndexingChain.PerField
-
Uses of IndexingChain.PerField in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IndexingChain.PerFieldModifier and TypeFieldDescriptionprivate IndexingChain.PerField[]IndexingChain.docFieldsprivate IndexingChain.PerField[]IndexingChain.fieldHashprivate IndexingChain.PerField[]IndexingChain.fields(package private) IndexingChain.PerFieldIndexingChain.PerField.nextMethods in org.apache.lucene.index that return IndexingChain.PerFieldModifier and TypeMethodDescriptionprivate IndexingChain.PerFieldIndexingChain.getOrAddPerField(String fieldName, boolean reserved) Returns a previously createdIndexingChain.PerField, absorbing the type information fromFieldType, and creates a newIndexingChain.PerFieldif this field name wasn't seen yet.private IndexingChain.PerFieldIndexingChain.getPerField(String name) Returns a previously createdIndexingChain.PerField, or null if this field name wasn't seen yet.Methods in org.apache.lucene.index with parameters of type IndexingChain.PerFieldModifier and TypeMethodDescriptionintIndexingChain.PerField.compareTo(IndexingChain.PerField other) private voidIndexingChain.indexDocValue(int docID, IndexingChain.PerField fp, DocValuesType dvType, IndexableField field) Called from processDocument to index one field's doc valueprivate voidIndexingChain.indexVectorValue(int docID, IndexingChain.PerField pf, VectorEncoding vectorEncoding, IndexableField field) private voidIndexingChain.initializeFieldInfo(IndexingChain.PerField pf) private booleanIndexingChain.processField(int docID, IndexableField field, IndexingChain.PerField pf) Index each field Returnstrue, if we are indexing a unique field with postings