Interface ScoredDocIDs


  • public interface ScoredDocIDs
    Document IDs with scores for each, driving facets accumulation. Document scores are optionally used in the process of facets scoring.
    See Also:
    FacetsAccumulator.accumulate(ScoredDocIDs)
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Method Detail

      • getDocIDs

        DocIdSet getDocIDs()
        Returns the set of doc IDs.
      • size

        int size()
        Returns the number of scored documents.