|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface GDataSearcher<T>
Method Summary | |
---|---|
void |
close()
Destroys this Searcher |
List<T> |
search(Query query,
int hitcount,
int offset,
String feedId)
executes an Query and returns a list of defined return values of type T |
Method Detail |
---|
List<T> search(Query query, int hitcount, int offset, String feedId) throws IOException
query
- - the query to apply to the searcherhitcount
- - the amount of hits returned by this searchoffset
- - the hit count offsetfeedId
-
IOException
- - if the underlying lucene searcher throws an IO Exceptionvoid close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |