|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hits | |
---|---|
org.apache.lucene.gdata.search | Classes used for query the lucene index for a specific feed instance |
org.apache.lucene.search | Code to search indices. |
Uses of Hits in org.apache.lucene.gdata.search |
---|
Methods in org.apache.lucene.gdata.search with parameters of type Hits | |
---|---|
protected List<String> |
StandardGdataSearcher.collectHits(Hits hits,
int hitcount,
int offset)
|
Uses of Hits in org.apache.lucene.search |
---|
Methods in org.apache.lucene.search that return Hits | |
---|---|
Hits |
Searcher.search(Query query)
Returns the documents matching query . |
Hits |
Searcher.search(Query query,
Filter filter)
Returns the documents matching query and
filter . |
Hits |
Searcher.search(Query query,
Filter filter,
Sort sort)
Returns documents matching query and filter ,
sorted by sort . |
Hits |
Searcher.search(Query query,
Sort sort)
Returns documents matching query sorted by
sort . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |