Uses of Class
org.apache.solr.analytics.function.ReductionCollectionManager.ReductionDataCollection
-
Packages that use ReductionCollectionManager.ReductionDataCollection Package Description org.apache.solr.analytics A solr component to compute complex analytics over search results.org.apache.solr.analytics.facet Facets supported by the analytics component.org.apache.solr.analytics.function Functions to use for analytics expressions. -
-
Uses of ReductionCollectionManager.ReductionDataCollection in org.apache.solr.analytics
Methods in org.apache.solr.analytics that return ReductionCollectionManager.ReductionDataCollection Modifier and Type Method Description ReductionCollectionManager.ReductionDataCollectionAnalyticsRequestManager. getUngroupedData()Get the collection manager for all ungrouped expressions, including grouped expressions if the old request notation is used. -
Uses of ReductionCollectionManager.ReductionDataCollection in org.apache.solr.analytics.facet
Fields in org.apache.solr.analytics.facet with type parameters of type ReductionCollectionManager.ReductionDataCollection Modifier and Type Field Description protected Map<String,ReductionCollectionManager.ReductionDataCollection>AnalyticsFacet. reductionDataMethods in org.apache.solr.analytics.facet with parameters of type ReductionCollectionManager.ReductionDataCollection Modifier and Type Method Description protected voidPivotNode.PivotLeaf. exportPivotValue(DataOutput output, ReductionCollectionManager.ReductionDataCollection pivotData)Method parameters in org.apache.solr.analytics.facet with type arguments of type ReductionCollectionManager.ReductionDataCollection Modifier and Type Method Description Iterable<Map<String,Object>>PivotNode.PivotLeaf. getPivotedResponse(Map<String,ReductionCollectionManager.ReductionDataCollection> pivot)Constructors in org.apache.solr.analytics.facet with parameters of type ReductionCollectionManager.ReductionDataCollection Constructor Description FacetValueQueryExecuter(ReductionCollectionManager.ReductionDataCollection collection, org.apache.lucene.search.Query query)Create an executer to collect the given reduction data from the given Solr query. -
Uses of ReductionCollectionManager.ReductionDataCollection in org.apache.solr.analytics.function
Methods in org.apache.solr.analytics.function that return ReductionCollectionManager.ReductionDataCollection Modifier and Type Method Description ReductionCollectionManager.ReductionDataCollectionReductionCollectionManager. newDataCollection()Construct a new data collection holding data for all managed data collectors.ReductionCollectionManager.ReductionDataCollectionReductionCollectionManager. newDataCollectionIO()Create a newReductionCollectionManager.ReductionDataCollectionto merge to or export from.ReductionCollectionManager.ReductionDataCollectionReductionCollectionManager. newDataCollectionTarget()Add a newReductionCollectionManager.ReductionDataCollectionto target while collecting the next document.Methods in org.apache.solr.analytics.function with parameters of type ReductionCollectionManager.ReductionDataCollection Modifier and Type Method Description voidReductionCollectionManager. addCollectTarget(ReductionCollectionManager.ReductionDataCollection target)Add aReductionCollectionManager.ReductionDataCollectionto target while collecting the next document.voidReductionCollectionManager. addLastingCollectTarget(ReductionCollectionManager.ReductionDataCollection target)Add aReductionCollectionManager.ReductionDataCollectionto target while collecting documents.voidReductionCollectionManager. prepareReductionDataIO(ReductionCollectionManager.ReductionDataCollection col)Set the given data collection to be used for either merging or exportingvoidMergingReductionCollectionManager. setData(ReductionCollectionManager.ReductionDataCollection dataCollection)voidReductionCollectionManager. setData(ReductionCollectionManager.ReductionDataCollection dataCollection)Finalize the reductions with the collected data stored in the parameter.
-