Frames | No Frames |
Classes derived from org.apache.lucene.search.Filter | |
class | Wraps another filter's result and caches it. |
class | |
class | Constrains search results to only match those which also match a provided
query. |
class | A Filter that restricts search results to a range of values in a given
field. |
Constructors with parameter type org.apache.lucene.search.Filter | |
Constructs a new query which applies a filter to the results of the original query. |
Fields of type org.apache.lucene.search.Filter | |
Filter |
Methods with parameter type org.apache.lucene.search.Filter | |
Hits | Returns the documents matching query and
filter . |
TopDocs | Expert: Low-level search implementation. |
TopFieldDocs | Expert: Low-level search implementation with arbitrary sorting. |
void | Lower-level search API. |
Hits | Returns documents matching query and filter ,
sorted by sort . |
TopDocs | Expert: Low-level search implementation. |
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 | |
TopDocs | Expert: Low-level search implementation. |
TopDocs | Expert: Low-level search implementation. |
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. |
void | Lower-level search API. |
void | |
void | Lower-level search API. |
void | |
void | Lower-level search API. |
void | Lower-level search API. |
Methods with return type org.apache.lucene.search.Filter | |
Filter | Returns the encapsulated filter |
Filter |
Classes derived from org.apache.lucene.search.Filter | |
class |
Allows multiple Filter s to be chained. |
Constructors with parameter type org.apache.lucene.search.Filter | |
Ctor. | |
Ctor. | |
Ctor. |