|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TopDocs | |
|---|---|
| org.apache.lucene.search | Code to search indices. |
| Uses of TopDocs in org.apache.lucene.search |
|---|
| Subclasses of TopDocs in org.apache.lucene.search | |
|---|---|
class |
TopFieldDocs
Represents hits returned by Searcher.search(Query,Filter,int,Sort). |
| Fields in org.apache.lucene.search declared as TopDocs | |
|---|---|
protected static TopDocs |
TopDocsCollector.EMPTY_TOPDOCS
|
| Methods in org.apache.lucene.search that return TopDocs | |
|---|---|
protected TopDocs |
TopScoreDocCollector.newTopDocs(ScoreDoc[] results,
int start)
|
protected TopDocs |
TopFieldCollector.newTopDocs(ScoreDoc[] results,
int start)
|
protected TopDocs |
TopDocsCollector.newTopDocs(ScoreDoc[] results,
int start)
Returns a TopDocs instance containing the given results. |
TopDocs |
Searcher.search(Query query,
Filter filter,
int n)
Finds the top n
hits for query, applying filter if non-null. |
TopDocs |
Searcher.search(Query query,
int n)
Finds the top n
hits for query. |
TopDocs |
ParallelMultiSearcher.search(Weight weight,
Filter filter,
int nDocs)
A search implementation which executes each Searchable in its own thread and waits for each search to complete and merge
the results back together. |
TopDocs |
MultiSearcher.search(Weight weight,
Filter filter,
int nDocs)
|
TopDocs |
IndexSearcher.search(Weight weight,
Filter filter,
int nDocs)
|
TopDocs |
Searchable.search(Weight weight,
Filter filter,
int n)
Expert: Low-level search implementation. |
abstract TopDocs |
Searcher.search(Weight weight,
Filter filter,
int n)
|
TopDocs |
TopDocsCollector.topDocs()
Returns the top docs that were collected by this collector. |
TopDocs |
TopDocsCollector.topDocs(int start)
Returns the documents in the rage [start .. |
TopDocs |
TopDocsCollector.topDocs(int start,
int howMany)
Returns the documents in the rage [start .. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||