Uses of Interface
org.apache.lucene.facet.search.ScoredDocIDs
-
Packages that use ScoredDocIDs Package Description org.apache.lucene.facet.search Faceted Search APIorg.apache.lucene.facet.search.sampling Sampling for facets accumulationorg.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 Modifier and Type Method Description protected ScoredDocIDsStandardFacetsAccumulator. actualDocsToAccumulate(ScoredDocIDs docids)Set the actual set of documents over which accumulation should take place.ScoredDocIDsScoredDocIdCollector. getScoredDocIDs()Methods in org.apache.lucene.facet.search with parameters of type ScoredDocIDs Modifier and Type Method Description 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)List<FacetResult>StandardFacetsAccumulator. accumulate(ScoredDocIDs docids)protected ScoredDocIDsStandardFacetsAccumulator. actualDocsToAccumulate(ScoredDocIDs docids)Set the actual set of documents over which accumulation should take place.protected booleanStandardFacetsAccumulator. 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 Modifier and Type Field Description ScoredDocIDsSampler.SampleResult. docidsMethods in org.apache.lucene.facet.search.sampling that return ScoredDocIDs Modifier and Type Method Description protected ScoredDocIDsSamplingAccumulator. actualDocsToAccumulate(ScoredDocIDs docids)Methods in org.apache.lucene.facet.search.sampling with parameters of type ScoredDocIDs Modifier and Type Method Description List<FacetResult>SamplingAccumulator. accumulate(ScoredDocIDs docids)protected ScoredDocIDsSamplingAccumulator. actualDocsToAccumulate(ScoredDocIDs docids)protected Sampler.SampleResultRandomSampler. createSample(ScoredDocIDs docids, int actualSize, int sampleSetSize)protected Sampler.SampleResultRepeatableSampler. createSample(ScoredDocIDs docids, int actualSize, int sampleSetSize)protected abstract Sampler.SampleResultSampler. createSample(ScoredDocIDs docids, int actualSize, int sampleSetSize)Create and return a sample of the input setvoidSampleFixer. fixResult(ScoredDocIDs origDocIds, FacetResult fres)Alter the input result, fixing it to account for the sampling.Sampler.SampleResultSampler. getSampleSet(ScoredDocIDs docids)Compute a sample set out of the input set, based on theSamplingParams.getSampleRatio()in effect.booleanSampler. shouldSample(ScoredDocIDs docIds)Check if this sampler would complement for the input docIdsConstructors in org.apache.lucene.facet.search.sampling with parameters of type ScoredDocIDs Constructor Description SampleResult(ScoredDocIDs docids, double actualSampleRatio) -
Uses of ScoredDocIDs in org.apache.lucene.facet.util
Methods in org.apache.lucene.facet.util that return ScoredDocIDs Modifier and Type Method Description static ScoredDocIDsScoredDocIdsUtils. createAllDocsScoredDocIDs(org.apache.lucene.index.IndexReader reader)Creates aScoredDocIDswhich returns document IDs all non-deleted doc ids according to the given reader.static ScoredDocIDsScoredDocIdsUtils. createScoredDocIds(org.apache.lucene.search.DocIdSet docIdSet, int maxDoc)Create a ScoredDocIDs out of a given docIdSet and the total number of documents in an indexstatic ScoredDocIDsScoredDocIdsUtils. createScoredDocIDsSubset(ScoredDocIDs allDocIds, int[] sampleSet)Create a subset of an existing ScoredDocIDs object.static ScoredDocIDsScoredDocIdsUtils. getComplementSet(ScoredDocIDs docids, org.apache.lucene.index.IndexReader reader)Create a complement of the input set.Methods in org.apache.lucene.facet.util with parameters of type ScoredDocIDs Modifier and Type Method Description static ScoredDocIDsScoredDocIdsUtils. createScoredDocIDsSubset(ScoredDocIDs allDocIds, int[] sampleSet)Create a subset of an existing ScoredDocIDs object.static ScoredDocIDsScoredDocIdsUtils. getComplementSet(ScoredDocIDs docids, org.apache.lucene.index.IndexReader reader)Create a complement of the input set.
-