Searched defs:topDocs (Results 1 - 4 of 4) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/
H A DTopDocsCollector.java36 // This is used in case topDocs() is called with illegal parameters, or there
69 * topDocs were invalid.
89 public TopDocs topDocs() { method in class:TopDocsCollector
93 return topDocs(0, topDocsSize());
104 * different <code>start</code>, you should call {@link #topDocs()} and work
108 public TopDocs topDocs(int start) { method in class:TopDocsCollector
112 return topDocs(start, topDocsSize());
125 * different range, you should call {@link #topDocs()} and work with the
129 public TopDocs topDocs(int start, int howMany) { method in class:TopDocsCollector
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/grouping/distributed/command/
H A DQueryCommandResult.java27 private final TopDocs topDocs; field in class:QueryCommandResult
30 public QueryCommandResult(TopDocs topDocs, int matches) { argument
31 this.topDocs = topDocs;
36 return topDocs;
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/search/
H A DJustCompileSearch.java450 public TopDocs topDocs() { method in class:JustCompileSearch.JustCompileTopDocsCollector
455 public TopDocs topDocs( int start ) { method in class:JustCompileSearch.JustCompileTopDocsCollector
460 public TopDocs topDocs( int start, int end ) { method in class:JustCompileSearch.JustCompileTopDocsCollector
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/search/
H A DJustCompileSearch.java450 public TopDocs topDocs() { method in class:JustCompileSearch.JustCompileTopDocsCollector
455 public TopDocs topDocs( int start ) { method in class:JustCompileSearch.JustCompileTopDocsCollector
460 public TopDocs topDocs( int start, int end ) { method in class:JustCompileSearch.JustCompileTopDocsCollector

Completed in 936 milliseconds