|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScoredDocIDs | |
---|---|
org.apache.lucene.facet.search | Faceted Search API |
org.apache.lucene.facet.search.sampling | Sampling for facets accumulation |
org.apache.lucene.facet.util | Various utilities for faceted search |
Uses of ScoredDocIDs in org.apache.lucene.facet.search |
---|
Methods in org.apache.lucene.facet.search that return ScoredDocIDs | |
---|---|
protected ScoredDocIDs |
StandardFacetsAccumulator.actualDocsToAccumulate(ScoredDocIDs docids)
Set the actual set of documents over which accumulation should take place. |
ScoredDocIDs |
ScoredDocIdCollector.getScoredDocIDs()
|
Methods in org.apache.lucene.facet.search with parameters of type ScoredDocIDs | |
---|---|
List<FacetResult> |
StandardFacetsAccumulator.accumulate(ScoredDocIDs docids)
|
List<FacetResult> |
AdaptiveFacetsAccumulator.accumulate(ScoredDocIDs docids)
|
abstract List<FacetResult> |
FacetsAccumulator.accumulate(ScoredDocIDs docids)
Accumulate facets over given documents, according to facet requests in effect. |
List<FacetResult> |
SamplingWrapper.accumulate(ScoredDocIDs docids)
|
protected ScoredDocIDs |
StandardFacetsAccumulator.actualDocsToAccumulate(ScoredDocIDs docids)
Set the actual set of documents over which accumulation should take place. |
protected boolean |
StandardFacetsAccumulator.shouldComplement(ScoredDocIDs docids)
Check if it is worth to use complements |
Uses of ScoredDocIDs in org.apache.lucene.facet.search.sampling |
---|
Fields in org.apache.lucene.facet.search.sampling declared as ScoredDocIDs | |
---|---|
ScoredDocIDs |
Sampler.SampleResult.docids
|
Methods in org.apache.lucene.facet.search.sampling that return ScoredDocIDs | |
---|---|
protected ScoredDocIDs |
SamplingAccumulator.actualDocsToAccumulate(ScoredDocIDs docids)
|
Methods in org.apache.lucene.facet.search.sampling with parameters of type ScoredDocIDs | |
---|---|
List<FacetResult> |
SamplingAccumulator.accumulate(ScoredDocIDs docids)
|
protected ScoredDocIDs |
SamplingAccumulator.actualDocsToAccumulate(ScoredDocIDs docids)
|
protected Sampler.SampleResult |
RepeatableSampler.createSample(ScoredDocIDs docids,
int actualSize,
int sampleSetSize)
|
protected abstract Sampler.SampleResult |
Sampler.createSample(ScoredDocIDs docids,
int actualSize,
int sampleSetSize)
Create and return a sample of the input set |
protected Sampler.SampleResult |
RandomSampler.createSample(ScoredDocIDs docids,
int actualSize,
int sampleSetSize)
|
void |
SampleFixer.fixResult(ScoredDocIDs origDocIds,
FacetResult fres)
Alter the input result, fixing it to account for the sampling. |
Sampler.SampleResult |
Sampler.getSampleSet(ScoredDocIDs docids)
Compute a sample set out of the input set, based on the SamplingParams.getSampleRatio()
in effect. |
boolean |
Sampler.shouldSample(ScoredDocIDs docIds)
Check if this sampler would complement for the input docIds |
Constructors in org.apache.lucene.facet.search.sampling with parameters of type ScoredDocIDs | |
---|---|
Sampler.SampleResult(ScoredDocIDs docids,
double actualSampleRatio)
|
Uses of ScoredDocIDs in org.apache.lucene.facet.util |
---|
Methods in org.apache.lucene.facet.util that return ScoredDocIDs | |
---|---|
static ScoredDocIDs |
ScoredDocIdsUtils.createAllDocsScoredDocIDs(IndexReader reader)
Creates a ScoredDocIDs which returns document IDs all non-deleted doc ids
according to the given reader. |
static ScoredDocIDs |
ScoredDocIdsUtils.createScoredDocIds(DocIdSet docIdSet,
int maxDoc)
Create a ScoredDocIDs out of a given docIdSet and the total number of documents in an index |
static ScoredDocIDs |
ScoredDocIdsUtils.createScoredDocIDsSubset(ScoredDocIDs allDocIds,
int[] sampleSet)
Create a subset of an existing ScoredDocIDs object. |
static ScoredDocIDs |
ScoredDocIdsUtils.getComplementSet(ScoredDocIDs docids,
IndexReader reader)
Create a complement of the input set. |
Methods in org.apache.lucene.facet.util with parameters of type ScoredDocIDs | |
---|---|
static ScoredDocIDs |
ScoredDocIdsUtils.createScoredDocIDsSubset(ScoredDocIDs allDocIds,
int[] sampleSet)
Create a subset of an existing ScoredDocIDs object. |
static ScoredDocIDs |
ScoredDocIdsUtils.getComplementSet(ScoredDocIDs docids,
IndexReader reader)
Create a complement of the input set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |