public class SimpleScorer extends Scorer
Modifier and Type | Class and Description |
---|---|
class |
SimpleScorer.Result
Result class specific for SimpleScorer.
|
Scorer.SearchResults
Constructor and Description |
---|
SimpleScorer(Sort sort) |
Modifier and Type | Method and Description |
---|---|
Scorer.SearchResults |
search(IndexSearcher indexSearcher,
Query q,
int offset,
int limit) |
newInstance
public Scorer.SearchResults search(IndexSearcher indexSearcher, Query q, int offset, int limit) throws java.io.IOException