Property | Type | Description | |
---|---|---|---|
config | Lucene.Net.Facet.FacetsConfig | ||
searcher | |||
state | |||
taxoReader | TaxonomyReader |
Method | Description | |
---|---|---|
DrillSideways ( |
Create a new DrillSideways instance, assuming the categories were indexed with SortedSetDocValuesFacetField.
|
|
DrillSideways ( |
Create a new DrillSideways instance.
|
|
DrillSideways ( |
Create a new DrillSideways instance, where some dimensions were indexed with SortedSetDocValuesFacetField and others were indexed with FacetField.
|
|
Search ( |
Search, collecting hits with a Collector, and computing drill down and sideways counts.
|
|
Search ( |
Search, sorting by Sort, and computing drill down and sideways counts.
|
|
Search ( |
Search, sorting by score, and computing drill down and sideways counts.
|
|
Search ( Lucene.Net.Search.ScoreDoc after, |
Search, sorting by score, and computing drill down and sideways counts.
|
Method | Description | |
---|---|---|
BuildFacetsResult ( |
Subclass can override to customize per-dim Facets impl.
|
|
ScoreSubDocsAtOnce ( ) : bool |
Override this and return true if your collector (e.g., Join.ToParentBlockJoinCollector) expects all sub-scorers to be positioned on the document being collected. This will cause some performance loss; default is
|
protected BuildFacetsResult ( |
||
drillDowns | ||
drillSideways | ||
drillSidewaysDims | string | |
return | Lucene.Net.Facet.Facets |
public DrillSideways ( |
||
searcher | ||
config | Lucene.Net.Facet.FacetsConfig | |
state | ||
return | Lucene.Net.Facet.SortedSet |
public DrillSideways ( |
||
searcher | ||
config | Lucene.Net.Facet.FacetsConfig | |
taxoReader | TaxonomyReader | |
return | Lucene.Net.Facet.SortedSet |
public DrillSideways ( |
||
searcher | ||
config | Lucene.Net.Facet.FacetsConfig | |
taxoReader | TaxonomyReader | |
state | ||
return | Lucene.Net.Facet.SortedSet |
public Search ( |
||
query | ||
hitCollector | ||
return | DrillSidewaysResult |
public Search ( |
||
query | ||
filter | ||
after | ||
topN | int | |
sort | Lucene.Net.Search.Sort | |
doDocScores | bool | |
doMaxScore | bool | |
return | DrillSidewaysResult |
public Search ( |
||
query | ||
topN | int | |
return | DrillSidewaysResult |
public Search ( Lucene.Net.Search.ScoreDoc after, |
||
after | Lucene.Net.Search.ScoreDoc | |
query | ||
topN | int | |
return | DrillSidewaysResult |
protected FacetsConfig,Lucene.Net.Facet config | ||
return | Lucene.Net.Facet.FacetsConfig |
protected IndexSearcher,Lucene.Net.Search searcher | ||
return |
protected SortedSetDocValuesReaderState,Lucene.Net.Facet.SortedSet state | ||
return |