public abstract class Scorer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Scorer.Result
Abstract scorer result.
|
static class |
Scorer.SearchResults
Simple container class for result list and totalHits value.
|
Constructor and Description |
---|
Scorer() |
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) |
abstract Scorer.SearchResults |
search(IndexSearcher indexSearcher,
Query q,
int offset,
int limit) |
public abstract Scorer.SearchResults search(IndexSearcher indexSearcher, Query q, int offset, int limit) throws java.io.IOException
java.io.IOException
public static Scorer newInstance(SearchServicePb.SearchParams searchParams, java.util.Map<java.lang.String,java.util.Set<DocumentPb.FieldValue.ContentType>> fieldTypes)