-
Interfaces Interface Description org.apache.lucene.search.FieldCache.ByteParser org.apache.lucene.search.FieldCache.ShortParser
-
Enums Enum Description org.apache.lucene.document.Field.Index This is here only to ease transition from the pre-4.0 APIs.org.apache.lucene.document.Field.TermVector This is here only to ease transition from the pre-4.0 APIs.
-
Fields Field Description org.apache.lucene.search.FieldCache.DEFAULT_BYTE_PARSER org.apache.lucene.search.FieldCache.DEFAULT_DOUBLE_PARSER org.apache.lucene.search.FieldCache.DEFAULT_FLOAT_PARSER org.apache.lucene.search.FieldCache.DEFAULT_INT_PARSER org.apache.lucene.search.FieldCache.DEFAULT_LONG_PARSER org.apache.lucene.search.FieldCache.DEFAULT_SHORT_PARSER org.apache.lucene.search.FuzzyQuery.defaultMinSimilarity pass integer edit distances instead.org.apache.lucene.store.FSDirectory.DEFAULT_READ_CHUNK_SIZE This constant is no longer used since Lucene 4.5.org.apache.lucene.util.Constants.JRE_IS_MINIMUM_JAVA6 With Lucene 4.0, we are always on Java 6
-
Constructors Constructor Description org.apache.lucene.analysis.Analyzer.GlobalReuseStrategy() Don't create instances of this class, useAnalyzer.GLOBAL_REUSE_STRATEGYorg.apache.lucene.analysis.Analyzer.PerFieldReuseStrategy() Don't create instances of this class, useAnalyzer.PER_FIELD_REUSE_STRATEGYorg.apache.lucene.analysis.AnalyzerWrapper() UseAnalyzerWrapper(Analyzer.ReuseStrategy)and specify a validAnalyzer.ReuseStrategy, probably retrieved from the wrapped analyzer usingAnalyzer.getReuseStrategy().org.apache.lucene.document.Field(String, String, Field.Store, Field.Index) UseStringField,TextFieldinstead.