| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterable<AnalyticsField> | ReductionCollectionManager. getUsedFields()Get the  AnalyticsFields used in the managed expressions. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ReductionCollectionManager | ReductionCollectionManager. createNewManager(ReductionDataCollector<?>[] reductionDataCollectors,
                Iterable<AnalyticsField> fields)Create an  ReductionCollectionManagerto manage the given collectors and fields. | 
| protected ReductionCollectionManager | MergingReductionCollectionManager. createNewManager(ReductionDataCollector<?>[] reductionDataCollectors,
                Iterable<AnalyticsField> fields) | 
| Constructor and Description | 
|---|
| MergingReductionCollectionManager(ReductionDataCollector<?>[] reductionDataCollectors,
                                 Iterable<AnalyticsField> fields) | 
| ReductionCollectionManager(ReductionDataCollector<?>[] reductionDataCollectors,
                          Iterable<AnalyticsField> fields)Create a Manager to oversee the given  ReductionDataCollectors. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BooleanFieldAn analytics wrapper for a single-valued  BoolFieldwith DocValues enabled. | 
| class  | BooleanMultiFieldAn analytics wrapper for a multi-valued  BoolFieldwith DocValues enabled. | 
| class  | DateFieldAn analytics wrapper for a single-valued  TrieDateFieldorDatePointFieldwith DocValues enabled. | 
| class  | DateMultiPointFieldAn analytics wrapper for a multi-valued  DatePointFieldwith DocValues enabled. | 
| class  | DateMultiTrieFieldDeprecated. 
 Trie fields are deprecated as of Solr 7.0 | 
| class  | DoubleFieldAn analytics wrapper for a single-valued  TrieDoubleFieldorDoublePointFieldwith DocValues enabled. | 
| class  | DoubleMultiPointFieldAn analytics wrapper for a multi-valued  DoublePointFieldwith DocValues enabled. | 
| class  | DoubleMultiTrieFieldDeprecated. 
 Trie fields are deprecated as of Solr 7.0 | 
| class  | FloatFieldAn analytics wrapper for a single-valued  TrieFloatFieldorFloatPointFieldwith DocValues enabled. | 
| class  | FloatMultiPointFieldAn analytics wrapper for a multi-valued  FloatPointFieldwith DocValues enabled. | 
| class  | FloatMultiTrieFieldDeprecated. 
 Trie fields are deprecated as of Solr 7.0 | 
| class  | IntFieldAn analytics wrapper for a single-valued  TrieIntFieldorIntPointFieldwith DocValues enabled. | 
| class  | IntMultiPointFieldAn analytics wrapper for a multi-valued  IntPointFieldwith DocValues enabled. | 
| class  | IntMultiTrieFieldDeprecated. 
 Trie fields are deprecated as of Solr 7.0 | 
| class  | LongFieldAn analytics wrapper for a single-valued  TrieLongFieldorLongPointFieldwith DocValues enabled. | 
| class  | LongMultiPointFieldAn analytics wrapper for a multi-valued  LongPointFieldwith DocValues enabled. | 
| class  | LongMultiTrieFieldDeprecated. 
 Trie fields are deprecated as of Solr 7.0 | 
| class  | StringFieldAn analytics wrapper for a single-valued  StrFieldwith DocValues enabled. | 
| class  | StringMultiFieldAn analytics wrapper for a multi-valued  StrFieldwith DocValues enabled. | 
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.