|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchQuery
A SearchQuery
defines a "search request" which is monitored
against a stream of text. The SearchQuery
is a combinition of
a lucene Query
and a long id to identify the query. The id is later
needed to map the search result to the search query.
Method Summary | |
---|---|
long |
id()
Id of the search query. |
org.apache.lucene.search.Query |
query()
The Lucene query. |
Method Detail |
---|
long id()
org.apache.lucene.search.Query query()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |