Deprecated API
Contents
-
Deprecated ClassesClassDescriptionUse
SpanishPluralStemFilterinstead.UseSpanishPluralStemFilterFactoryinsteadUseSpanishPluralStemmerinstead.Fix the token filters that create broken offsets in the first place.UseWordDelimiterGraphFilterinstead: it produces a correct token graph so that e.g.PhraseQueryworks correctly when it's used in the search time analyzer.UseWordDelimiterGraphFilterFactoryinstead: it produces a correct token graph so that e.g.PhraseQueryworks correctly when it's used in the search time analyzer.UseSynonymGraphFilterinstead, but be sure to also useFlattenGraphFilterat index time (not at search time) as well.UseSynonymGraphFilterFactoryinstead, but be sure to also useFlattenGraphFilterFactoryat index time (not at search time) as well.This comparator is only a transition mechanism
-
Deprecated FieldsFieldDescriptionUse
JavascriptLexer.VOCABULARYinstead.UseJavascriptParser.VOCABULARYinstead.This 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.This comparator is only a transition mechanism(10.1.0) Use latest(9.1.0) Use latest(9.2.0) Use latest(9.11.0) Use 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 latestUseVersion.LATEST
-
Deprecated MethodsMethodDescriptionOnly use this to convert Lucene 9.x or earlier legacy code. For new code use
MethodHandle.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.org.apache.lucene.search.uhighlight.UnifiedHighlighter.shouldPreferPassageRelevancyOverSpeed(String) Will be removed in Lucene 11This comparator is only a transition mechanism
-
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