Uses of Class
org.apache.lucene.index.IndexingChain.FieldSchema
-
Packages that use IndexingChain.FieldSchema Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of IndexingChain.FieldSchema in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IndexingChain.FieldSchema Modifier and Type Field Description (package private) IndexingChain.FieldSchema
IndexingChain.PerField. schema
Methods in org.apache.lucene.index with parameters of type IndexingChain.FieldSchema Modifier and Type Method Description private static void
IndexingChain. updateDocFieldSchema(java.lang.String fieldName, IndexingChain.FieldSchema schema, IndexableFieldType fieldType)
Constructors in org.apache.lucene.index with parameters of type IndexingChain.FieldSchema Constructor Description PerField(java.lang.String fieldName, int indexCreatedVersionMajor, IndexingChain.FieldSchema schema, Similarity similarity, InfoStream infoStream, Analyzer analyzer, boolean reserved)
-