FileDocCategorySizeDatePackage
GDataSearcher.javaAPI DocApache Lucene 2.1.01605Wed Feb 14 10:46:06 GMT 2007org.apache.lucene.gdata.search

GDataSearcher

public interface GDataSearcher
author
Simon Willnauer
param

Fields Summary
Constructors Summary
Methods Summary
public abstract voidclose()
Destroys this Searcher

public java.util.Listsearch(org.apache.lucene.search.Query query, int hitcount, int offset, java.lang.String feedId)
executes an Query and returns a list of defined return values of type T

param
query - the query to apply to the searcher
param
hitcount - the amount of hits returned by this search
param
offset - the hit count offset
param
feedId
return
List of T
throws
IOException - if the underlying lucene searcher throws an IO Exception