Uses of Class
org.apache.solr.analytics.function.field.AnalyticsField
-
Packages that use AnalyticsField Package Description org.apache.solr.analytics.function Functions to use for analytics expressions.org.apache.solr.analytics.function.field Fields to use for analytics expressions. -
-
Uses of AnalyticsField in org.apache.solr.analytics.function
Methods in org.apache.solr.analytics.function that return types with arguments of type AnalyticsField Modifier and Type Method Description Iterable<AnalyticsField>ReductionCollectionManager. getUsedFields()Get theAnalyticsFields used in the managed expressions.Method parameters in org.apache.solr.analytics.function with type arguments of type AnalyticsField Modifier and Type Method Description protected ReductionCollectionManagerMergingReductionCollectionManager. createNewManager(ReductionDataCollector<?>[] reductionDataCollectors, Iterable<AnalyticsField> fields)protected ReductionCollectionManagerReductionCollectionManager. createNewManager(ReductionDataCollector<?>[] reductionDataCollectors, Iterable<AnalyticsField> fields)Create anReductionCollectionManagerto manage the given collectors and fields.Constructor parameters in org.apache.solr.analytics.function with type arguments of type AnalyticsField Constructor Description MergingReductionCollectionManager(ReductionDataCollector<?>[] reductionDataCollectors, Iterable<AnalyticsField> fields)ReductionCollectionManager(ReductionDataCollector<?>[] reductionDataCollectors, Iterable<AnalyticsField> fields)Create a Manager to oversee the givenReductionDataCollectors. -
Uses of AnalyticsField in org.apache.solr.analytics.function.field
Subclasses of AnalyticsField in org.apache.solr.analytics.function.field Modifier and Type Class Description classBooleanFieldAn analytics wrapper for a single-valuedBoolFieldwith DocValues enabled.classBooleanMultiFieldAn analytics wrapper for a multi-valuedBoolFieldwith DocValues enabled.classDateFieldAn analytics wrapper for a single-valuedTrieDateFieldorDatePointFieldwith DocValues enabled.classDateMultiPointFieldAn analytics wrapper for a multi-valuedDatePointFieldwith DocValues enabled.classDateMultiTrieFieldDeprecated.Trie fields are deprecated as of Solr 7.0classDoubleFieldAn analytics wrapper for a single-valuedTrieDoubleFieldorDoublePointFieldwith DocValues enabled.classDoubleMultiPointFieldAn analytics wrapper for a multi-valuedDoublePointFieldwith DocValues enabled.classDoubleMultiTrieFieldDeprecated.Trie fields are deprecated as of Solr 7.0classFloatFieldAn analytics wrapper for a single-valuedTrieFloatFieldorFloatPointFieldwith DocValues enabled.classFloatMultiPointFieldAn analytics wrapper for a multi-valuedFloatPointFieldwith DocValues enabled.classFloatMultiTrieFieldDeprecated.Trie fields are deprecated as of Solr 7.0classIntFieldAn analytics wrapper for a single-valuedTrieIntFieldorIntPointFieldwith DocValues enabled.classIntMultiPointFieldAn analytics wrapper for a multi-valuedIntPointFieldwith DocValues enabled.classIntMultiTrieFieldDeprecated.Trie fields are deprecated as of Solr 7.0classLongFieldAn analytics wrapper for a single-valuedTrieLongFieldorLongPointFieldwith DocValues enabled.classLongMultiPointFieldAn analytics wrapper for a multi-valuedLongPointFieldwith DocValues enabled.classLongMultiTrieFieldDeprecated.Trie fields are deprecated as of Solr 7.0classStringFieldAn analytics wrapper for a single-valuedStrFieldwith DocValues enabled.classStringMultiFieldAn analytics wrapper for a multi-valuedStrFieldwith DocValues enabled.
-