| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Method and Description |
|---|---|
static TopScoreDocCollector |
TopScoreDocCollector.create(int numHits,
boolean docsScoredInOrder)
Creates a new
TopScoreDocCollector given the number of hits to
collect and whether documents are scored in order by the input
Scorer to setScorer(Scorer). |
static TopScoreDocCollector |
TopScoreDocCollector.create(int numHits,
ScoreDoc after,
boolean docsScoredInOrder)
Creates a new
TopScoreDocCollector given the number of hits to
collect, the bottom of the previous page, and whether documents are scored in order by the input
Scorer to setScorer(Scorer). |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.