| Frames | No Frames |
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 | |
| 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 | Expert: Low-level search implementation with arbitrary sorting. |
| 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. |