Deprecated API
Contents
-
Interfaces Interface Description org.apache.lucene.util.IOUtils.IOConsumer was replaced byIOConsumer
.org.apache.lucene.util.IOUtils.IOFunction was replaced byIOFunction
.
-
Classes Class Description org.apache.lucene.document.KnnVectorField useKnnFloatVectorField
insteadorg.apache.lucene.index.VectorValues useFloatVectorValues
insteadorg.apache.lucene.search.DocValuesFieldExistsQuery UseFieldExistsQuery
instead.org.apache.lucene.search.KnnVectorFieldExistsQuery UseFieldExistsQuery
instead.org.apache.lucene.search.KnnVectorQuery useKnnFloatVectorQuery
insteadorg.apache.lucene.search.NormsFieldExistsQuery UseFieldExistsQuery
instead.org.apache.lucene.util.automaton.DaciukMihovAutomatonBuilder Visibility of this class will be reduced in a future release. Users can access this functionality directly throughAutomata.makeStringUnion(Iterable)
-
Exceptions Exceptions Description org.apache.lucene.search.BooleanQuery.TooManyClauses
-
Constructors Constructor Description org.apache.lucene.document.DoubleField(String, double) UseDoubleField(String, double, Field.Store)
withField.Store.NO
instead.org.apache.lucene.document.FloatField(String, float) UseFloatField(String, float, Field.Store)
withField.Store.NO
instead.org.apache.lucene.document.IntField(String, int) UseIntField(String, int, Field.Store)
withField.Store.NO
instead.org.apache.lucene.document.LongField(String, long) UseLongField(String, long, Field.Store)
withField.Store.NO
instead.org.apache.lucene.search.TermInSetQuery(String, BytesRef...) UseTermInSetQuery(String, Collection)
instead.org.apache.lucene.store.MMapDirectory(Path, int) useMMapDirectory(Path, long)
instead.
-
Enum Constants Enum Constant Description org.apache.lucene.util.packed.PackedInts.Format.PACKED_SINGLE_BLOCK UsePackedInts.Format.PACKED
instead.