-
Classes Class Description org.apache.solr.analysis.LowerCaseTokenizer UseLetterTokenizerandLowerCaseFilterorg.apache.solr.analysis.LowerCaseTokenizerFactory UseLetterTokenizerFactoryandLowerCaseFilterFactoryorg.apache.solr.handler.StandardRequestHandler org.apache.solr.highlight.PostingsSolrHighlighter UseUnifiedSolrHighlighterinsteadorg.apache.solr.legacy.LegacyDoubleField Please useDoublePointinsteadorg.apache.solr.legacy.LegacyField Please switch toPointValuesinsteadorg.apache.solr.legacy.LegacyFieldType Please switch toPointValuesinsteadorg.apache.solr.legacy.LegacyFloatField Please useFloatPointinsteadorg.apache.solr.legacy.LegacyIntField Please useIntPointinsteadorg.apache.solr.legacy.LegacyLongField Please useLongPointinsteadorg.apache.solr.legacy.LegacyNumericRangeQuery Instead index withIntPoint,LongPoint,FloatPoint,DoublePoint, and create range queries withIntPoint.newRangeQuery(),LongPoint.newRangeQuery(),FloatPoint.newRangeQuery(),DoublePoint.newRangeQuery()respectively. SeePointValuesfor background information on Points.org.apache.solr.legacy.LegacyNumericTokenStream Please switch toPointValuesinsteadorg.apache.solr.legacy.LegacyNumericUtils Please usePointValuesinstead.org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory UseManagedSynonymGraphFilterFactoryinstead, but be sure to also useFlattenGraphFilterFactoryat index time (not at search time) as well.org.apache.solr.schema.CurrencyField org.apache.solr.schema.EnumField useEnumFieldTypeinstead.org.apache.solr.schema.GeoHashField useLatLonPointSpatialFieldinsteadorg.apache.solr.schema.LatLonType useLatLonPointSpatialFieldinsteadorg.apache.solr.schema.SpatialPointVectorFieldType useLatLonPointSpatialFieldinsteadorg.apache.solr.schema.SpatialTermQueryPrefixTreeFieldType useRecursivePrefixTreeStrategyorRptWithGeometrySpatialFieldorg.apache.solr.schema.TrieDateField Trie fields are deprecated as of Solr 7.0org.apache.solr.schema.TrieDoubleField Trie fields are deprecated as of Solr 7.0org.apache.solr.schema.TrieField Trie fields are deprecated as of Solr 7.0org.apache.solr.schema.TrieFloatField Trie fields are deprecated as of Solr 7.0org.apache.solr.schema.TrieIntField Trie fields are deprecated as of Solr 7.0org.apache.solr.schema.TrieLongField Trie fields are deprecated as of Solr 7.0org.apache.solr.search.FastLRUCache This cache implementation is deprecated and will be removed in Solr 9.0. UseCaffeineCacheinstead.org.apache.solr.search.HashDocSet org.apache.solr.search.Insanity org.apache.solr.search.join.BlockJoinDocSetFacetComponent This functionality is considered deprecated and will be removed at 9.0 Users are encouraged to use"uniqueBlock(\_root_)"aggregation under"terms"facet and"domain": { "blockChildren":...}org.apache.solr.search.join.BlockJoinFacetComponent This functionality is considered deprecated and will be removed at 9.0 Users are encouraged to use"uniqueBlock(\_root_)"aggregation under"terms"facet and"domain": { "blockChildren":...}org.apache.solr.search.LegacyNumericRangeQueryBuilder Index with points and usePointRangeQueryBuilderinsteadorg.apache.solr.search.LFUCache This cache implementation is deprecated and will be removed in Solr 9.0. UseCaffeineCacheinstead.org.apache.solr.search.LRUCache This cache implementation is deprecated and will be removed in Solr 9.0. UseCaffeineCacheinstead.org.apache.solr.search.Sorting customFieldTypes should use the helper methods in the base class. Other usage should leverage th underling luceneSortFieldclasses directly.org.apache.solr.spelling.Token
-
Enums Enum Description org.apache.solr.legacy.LegacyNumericType Please switch toPointValuesinstead
-
Fields Field Description org.apache.solr.legacy.BBoxStrategy.LEGACY_FIELDTYPE org.apache.solr.legacy.PointVectorStrategy.LEGACY_FIELDTYPE org.apache.solr.uninverting.FieldCache.LEGACY_DOUBLE_PARSER Index with points and useFieldCache.DOUBLE_POINT_PARSERinstead.org.apache.solr.uninverting.FieldCache.LEGACY_FLOAT_PARSER Index with points and useFieldCache.FLOAT_POINT_PARSERinstead.org.apache.solr.uninverting.FieldCache.LEGACY_INT_PARSER Index with points and useFieldCache.INT_POINT_PARSERinstead.org.apache.solr.uninverting.FieldCache.LEGACY_LONG_PARSER Index with points and useFieldCache.LONG_POINT_PARSERinstead.
-
Constructors Constructor Description org.apache.solr.handler.SnapShooter(SolrCore, String, String) org.apache.solr.internal.csv.CSVStrategy(char, char, char, char, boolean, boolean, boolean, boolean) Use the ctor that also takes printerNewline. This ctor will be removed in Solr 7.org.apache.solr.update.DefaultSolrCoreState(DirectoryFactory)
-
Enum Constants Enum Constant Description org.apache.solr.uninverting.UninvertingReader.Type.LEGACY_DOUBLE Index with points and useUninvertingReader.Type.DOUBLE_POINTinstead.org.apache.solr.uninverting.UninvertingReader.Type.LEGACY_FLOAT Index with points and useUninvertingReader.Type.FLOAT_POINTinstead.org.apache.solr.uninverting.UninvertingReader.Type.LEGACY_INTEGER Index with points and useUninvertingReader.Type.INTEGER_POINTinstead.org.apache.solr.uninverting.UninvertingReader.Type.LEGACY_LONG Index with points and useUninvertingReader.Type.LONG_POINTinstead.