Uses of Class
org.apache.lucene.index.IndexingChain.FieldSchema
Packages that use IndexingChain.FieldSchema
-
Uses of IndexingChain.FieldSchema in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IndexingChain.FieldSchemaModifier and TypeFieldDescription(package private) final IndexingChain.FieldSchema
IndexingChain.PerField.schema
Methods in org.apache.lucene.index with parameters of type IndexingChain.FieldSchemaModifier and TypeMethodDescriptionprivate static void
IndexingChain.updateDocFieldSchema
(String fieldName, IndexingChain.FieldSchema schema, IndexableFieldType fieldType) Constructors in org.apache.lucene.index with parameters of type IndexingChain.FieldSchemaModifierConstructorDescription(package private)
PerField
(String fieldName, int indexCreatedVersionMajor, IndexingChain.FieldSchema schema, Similarity similarity, InfoStream infoStream, Analyzer analyzer, boolean reserved)