Java org.apache.lucene.facet DrillSideways fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.facet DrillSideways fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.facet DrillSideways.

The text is from its open source code.

Constructor

DrillSideways(IndexSearcher searcher, FacetsConfig config, TaxonomyReader taxoReader)
Create a new DrillSideways instance.
DrillSideways(IndexSearcher searcher, FacetsConfig config, SortedSetDocValuesReaderState state)
Create a new DrillSideways instance, assuming the categories were indexed with SortedSetDocValuesFacetField .
DrillSideways(IndexSearcher searcher, FacetsConfig config, TaxonomyReader taxoReader, SortedSetDocValuesReaderState state)
Create a new DrillSideways instance, where some dimensions were indexed with SortedSetDocValuesFacetField and others were indexed with FacetField .

Method

DrillSidewaysResultsearch(DrillDownQuery query, Collector hitCollector)
Search, collecting hits with a Collector , and computing drill down and sideways counts.
DrillSidewaysResultsearch(DrillDownQuery query, int topN)
Search, sorting by score, and computing drill down and sideways counts.
ConcurrentDrillSidewaysResultsearch(final DrillDownQuery query, final CollectorManager hitCollectorManager)
Runs a search, using a CollectorManager to gather and merge search results