| 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  
ReductionCollectionManager to 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  | 
BooleanField
An analytics wrapper for a single-valued  
BoolField with DocValues enabled. | 
class  | 
BooleanMultiField
An analytics wrapper for a multi-valued  
BoolField with DocValues enabled. | 
class  | 
DateField
An analytics wrapper for a single-valued  
TrieDateField or DatePointField with DocValues enabled. | 
class  | 
DateMultiPointField
An analytics wrapper for a multi-valued  
DatePointField with DocValues enabled. | 
class  | 
DateMultiTrieField
Deprecated. 
 
Trie fields are deprecated as of Solr 7.0 
 | 
class  | 
DoubleField
An analytics wrapper for a single-valued  
TrieDoubleField or DoublePointField with DocValues enabled. | 
class  | 
DoubleMultiPointField
An analytics wrapper for a multi-valued  
DoublePointField with DocValues enabled. | 
class  | 
DoubleMultiTrieField
Deprecated. 
 
Trie fields are deprecated as of Solr 7.0 
 | 
class  | 
FloatField
An analytics wrapper for a single-valued  
TrieFloatField or FloatPointField with DocValues enabled. | 
class  | 
FloatMultiPointField
An analytics wrapper for a multi-valued  
FloatPointField with DocValues enabled. | 
class  | 
FloatMultiTrieField
Deprecated. 
 
Trie fields are deprecated as of Solr 7.0 
 | 
class  | 
IntField
An analytics wrapper for a single-valued  
TrieIntField or IntPointField with DocValues enabled. | 
class  | 
IntMultiPointField
An analytics wrapper for a multi-valued  
IntPointField with DocValues enabled. | 
class  | 
IntMultiTrieField
Deprecated. 
 
Trie fields are deprecated as of Solr 7.0 
 | 
class  | 
LongField
An analytics wrapper for a single-valued  
TrieLongField or LongPointField with DocValues enabled. | 
class  | 
LongMultiPointField
An analytics wrapper for a multi-valued  
LongPointField with DocValues enabled. | 
class  | 
LongMultiTrieField
Deprecated. 
 
Trie fields are deprecated as of Solr 7.0 
 | 
class  | 
StringField
An analytics wrapper for a single-valued  
StrField with DocValues enabled. | 
class  | 
StringMultiField
An analytics wrapper for a multi-valued  
StrField with DocValues enabled. | 
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.