Frames | No Frames |
Constructors with parameter type org.apache.lucene.search.Sort | |
Construct to collect a given number of hits. |
Fields of type org.apache.lucene.search.Sort | |
Sort | Represents sorting by index order. |
Sort | Represents sorting by computed relevance. |
Methods with parameter type org.apache.lucene.search.Sort | |
TopFieldDocs | Expert: Low-level search implementation with arbitrary sorting. |
Hits | Returns documents matching query and filter ,
sorted by sort . |
Hits | Returns documents matching query sorted by
sort . |
TopFieldDocs | Expert: Low-level search implementation with arbitrary sorting. |
TopFieldDocs | |
TopFieldDocs | A search implementation allowing sorting which spans a new thread for each
Searchable, waits for each search to complete and merges
the results back together. |
TopFieldDocs | |
TopFieldDocs | Expert: Low-level search implementation with arbitrary sorting. |
TopFieldDocs | Expert: Low-level search implementation with arbitrary sorting. |