protected class GraphQuery.GraphQueryWeight extends Weight
Weight.DefaultBulkScorer
parentQuery
Constructor and Description |
---|
GraphQueryWeight(SolrIndexSearcher searcher,
float boost) |
Modifier and Type | Method and Description |
---|---|
Explanation |
explain(LeafReaderContext context,
int doc) |
void |
extractTerms(Set<Term> terms) |
boolean |
isCacheable(LeafReaderContext ctx) |
Scorer |
scorer(LeafReaderContext context) |
bulkScorer, getQuery, matches, scorerSupplier
public GraphQueryWeight(SolrIndexSearcher searcher, float boost)
public Explanation explain(LeafReaderContext context, int doc) throws IOException
explain
in class Weight
IOException
public Scorer scorer(LeafReaderContext context) throws IOException
scorer
in class Weight
IOException
public boolean isCacheable(LeafReaderContext ctx)
public void extractTerms(Set<Term> terms)
extractTerms
in class Weight
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.