Package org.apache.solr.analytics.function.field
Fields to use for analytics expressions.
-
Class Summary Class Description AnalyticsField An analytics wrapper for Solr Fields.BooleanField An analytics wrapper for a single-valuedBoolFieldwith DocValues enabled.BooleanMultiField An analytics wrapper for a multi-valuedBoolFieldwith DocValues enabled.DateField An analytics wrapper for a single-valuedTrieDateFieldorDatePointFieldwith DocValues enabled.DateMultiPointField An analytics wrapper for a multi-valuedDatePointFieldwith DocValues enabled.DateMultiTrieField Deprecated. Trie fields are deprecated as of Solr 7.0DoubleField An analytics wrapper for a single-valuedTrieDoubleFieldorDoublePointFieldwith DocValues enabled.DoubleMultiPointField An analytics wrapper for a multi-valuedDoublePointFieldwith DocValues enabled.DoubleMultiTrieField Deprecated. Trie fields are deprecated as of Solr 7.0FloatField An analytics wrapper for a single-valuedTrieFloatFieldorFloatPointFieldwith DocValues enabled.FloatMultiPointField An analytics wrapper for a multi-valuedFloatPointFieldwith DocValues enabled.FloatMultiTrieField Deprecated. Trie fields are deprecated as of Solr 7.0IntField An analytics wrapper for a single-valuedTrieIntFieldorIntPointFieldwith DocValues enabled.IntMultiPointField An analytics wrapper for a multi-valuedIntPointFieldwith DocValues enabled.IntMultiTrieField Deprecated. Trie fields are deprecated as of Solr 7.0LongField An analytics wrapper for a single-valuedTrieLongFieldorLongPointFieldwith DocValues enabled.LongMultiPointField An analytics wrapper for a multi-valuedLongPointFieldwith DocValues enabled.LongMultiTrieField Deprecated. Trie fields are deprecated as of Solr 7.0StringField An analytics wrapper for a single-valuedStrFieldwith DocValues enabled.StringMultiField An analytics wrapper for a multi-valuedStrFieldwith DocValues enabled.