public class MatchScorer extends Scorer
Modifier and Type | Class and Description |
---|---|
static class |
MatchScorer.Result
Result class for MatchScorer.
|
Scorer.SearchResults
Constructor and Description |
---|
MatchScorer() |
Modifier and Type | Method and Description |
---|---|
static Scorer |
newInstance(SearchServicePb.SearchParams searchParams,
java.util.Map<java.lang.String,java.util.Set<DocumentPb.FieldValue.ContentType>> fieldTypes) |
Scorer.SearchResults |
search(IndexSearcher indexSearcher,
Query q,
int offset,
int limit) |
public static Scorer newInstance(SearchServicePb.SearchParams searchParams, java.util.Map<java.lang.String,java.util.Set<DocumentPb.FieldValue.ContentType>> fieldTypes)
public Scorer.SearchResults search(IndexSearcher indexSearcher, Query q, int offset, int limit) throws java.io.IOException