Deprecated API
Contents
-
Deprecated Interfaces
-
Deprecated FieldsFieldDescriptionThis method will be removed in Lucene 11Better use little endian unless it is needed for backwards compatibility.Better use little endian unless it is needed for backwards compatibility.Better use little endian unless it is needed for backwards compatibility.Better use little endian unless it is needed for backwards compatibility.Better use little endian unless it is needed for backwards compatibility.(10.1.0) Use latest(10.2.0) Use latest(10.3.0) Use latestUse latestUse latest(9.1.0) Use latest(9.2.0) Use latest(9.11.0) Use latestUse latestUse latestUse latestUse latestUse latestUse latest(9.3.0) Use latest(9.4.0) Use latestUse latestUse latestUse latest(9.6.0) Use latest(9.7.0) Use latest(9.8.0) Use latest(9.9.0) Use latest(9.9.1) Use latest(9.9.2) Use latest(9.10.0) Use latestUse
Version.LATEST
-
Deprecated MethodsMethodDescriptionUse
MergePolicy.MergeSpecification.toString()
instead. TheDirectory
parameter is ignored and will be removed in a future release.no longer needed since Query and Filter were mergedthis method is redundant and will be removed.This method is being deprecated in favor ofIndexSearcher.search(Query, CollectorManager)
due to its support for concurrency in IndexSearcherThis is a duplicate method forSortField#getOptimizeSortWithIndexedData
.should only be used for compatibility with 8.x indices that got created with inconsistent data across fields, or the wrong sort configuration in the index sortshould only be used for compatibility with 8.x indices that got created with inconsistent data across fields, or the wrong sort configuration in the index sort. This is a duplicate method forSortField#setOptimizeSortWithIndexedData
.This method is no longer called by Lucene. It is only kept for backwards compatibility. Code calling this method should migrate toGroupVIntUtil.readGroupVInts(DataInput, int[], int)
to decode a full group including tails instead.This method is preserved only for backwards codecsuseOperations.concatenate(List)
insteaduseOperations.union(Collection)
insteadThis comparator is only a transition mechanismUseGroupVIntUtil.readGroupVInts(DataInput, int[], int)
to decode a full group including tails insteadOnly for backwards codecsDon't call this method, it is no longer implemented. It was only provided for customDataInput
subclasses to allow to provide a faster GroupVInt encoding when random access is provided by the underlying storage. This is now obsolete, any implementation calling this should be removed in the calling class.Only for backwards codecs
-
Deprecated ConstructorsConstructorDescriptionUse
TopFieldCollectorManager(Sort, int, FieldDoc, int)
, the supportsConcurrency parameter is now a no-op.UseTopScoreDocCollectorManager(int, ScoreDoc, int)
, the supportsConcurrency parameter is now a no-op.
-
Deprecated Enum Constants