Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.