Frames | No Frames |
Classes derived from org.apache.lucene.search.Filter | |
class | Wraps another filters result and caches it. |
class | A Filter that restricts search results to a range of time. |
class | Constrains search results to only match those which also match a provided
query. |
Constructors with parameter type org.apache.lucene.search.Filter | |
Constructs a new query which applies a filter to the results of the original query. |
Methods with parameter type org.apache.lucene.search.Filter | |
Hits | Returns the documents matching query and
filter . |
TopDocs | |
TopDocs | |
TopDocs | A search implementation which spans a new thread for each
Searchable, waits for each search to complete and merge
the results back together. |
TopDocs | Expert: Low-level search implementation. |
TopDocs | Expert: Low-level search implementation. |
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. |
void | |
void | |
void | Lower-level search API. |
void | Lower-level search API. |
void | Lower-level search API. |
Hits | Returns documents matching query and filter ,
sorted by sort . |