Uses of Enum Class
org.apache.solr.uninverting.UninvertingReader.Type
Packages that use UninvertingReader.Type
Package
Description
IndexSchema and FieldType
implementations for powering schema.xmlSupport for creating docvalues on-the-fly from the inverted index at runtime.
-
Uses of UninvertingReader.Type in org.apache.solr.schema
Methods in org.apache.solr.schema that return UninvertingReader.TypeModifier and TypeMethodDescriptionAbstractSpatialFieldType.getUninversionType(SchemaField sf) BinaryField.getUninversionType(SchemaField sf) BoolField.getUninversionType(SchemaField sf) CollationField.getUninversionType(SchemaField sf) CurrencyFieldType.getUninversionType(SchemaField sf) DatePointField.getUninversionType(SchemaField sf) DenseVectorField.getUninversionType(SchemaField sf) DoublePointField.getUninversionType(SchemaField sf) EnumFieldType.getUninversionType(SchemaField sf) abstract UninvertingReader.TypeFieldType.getUninversionType(SchemaField sf) If DocValues is not enabled for a field, but it's indexed, docvalues can be constructed on the fly (uninverted, aka fieldcache) on the first request to sort, facet, etc.FloatPointField.getUninversionType(SchemaField sf) IntPointField.getUninversionType(SchemaField sf) LongPointField.getUninversionType(SchemaField sf) PointType.getUninversionType(SchemaField sf) RandomSortField.getUninversionType(SchemaField sf) RankField.getUninversionType(SchemaField sf) SortableTextField.getUninversionType(SchemaField sf) If DocValues is not enabled for a field, but it's indexed, docvalues can be constructed on the fly (uninverted, aka fieldcache) on the first request to sort, facet, etc.StrField.getUninversionType(SchemaField sf) TextField.getUninversionType(SchemaField sf) TrieField.getUninversionType(SchemaField sf) Deprecated.Methods in org.apache.solr.schema that return types with arguments of type UninvertingReader.Type -
Uses of UninvertingReader.Type in org.apache.solr.uninverting
Methods in org.apache.solr.uninverting that return UninvertingReader.TypeModifier and TypeMethodDescriptionstatic UninvertingReader.TypeReturns the enum constant of this class with the specified name.static UninvertingReader.Type[]UninvertingReader.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.solr.uninverting with type arguments of type UninvertingReader.TypeModifier and TypeMethodDescriptionstatic org.apache.lucene.index.DirectoryReaderUninvertingReader.wrap(org.apache.lucene.index.DirectoryReader in, Function<String, UninvertingReader.Type> mapper) Wraps a providedDirectoryReader.static org.apache.lucene.index.DirectoryReaderUninvertingReader.wrap(org.apache.lucene.index.DirectoryReader reader, Map<String, UninvertingReader.Type> mapping) static org.apache.lucene.index.LeafReaderUninvertingReader.wrap(org.apache.lucene.index.LeafReader in, Function<String, UninvertingReader.Type> mapping) Create a new UninvertingReader with the specified mapping, wrapped around the input.