|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocListAndSet | |
---|---|
org.apache.solr.search |
Uses of DocListAndSet in org.apache.solr.search |
---|
Methods in org.apache.solr.search that return DocListAndSet | |
---|---|
DocListAndSet |
SolrIndexSearcher.getDocListAndSet(org.apache.lucene.search.Query query,
DocSet filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
Returns documents matching both query and filter
and sorted by sort . |
DocListAndSet |
SolrIndexSearcher.getDocListAndSet(org.apache.lucene.search.Query query,
DocSet filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len,
int flags)
Returns documents matching both query and filter
and sorted by sort . |
DocListAndSet |
SolrIndexSearcher.getDocListAndSet(org.apache.lucene.search.Query query,
java.util.List<org.apache.lucene.search.Query> filterList,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
Returns documents matching both query and the intersection
of filterList , sorted by sort . |
DocListAndSet |
SolrIndexSearcher.getDocListAndSet(org.apache.lucene.search.Query query,
java.util.List<org.apache.lucene.search.Query> filterList,
org.apache.lucene.search.Sort lsort,
int offset,
int len,
int flags)
Returns documents matching both query and the intersection
of filterList , sorted by sort . |
DocListAndSet |
SolrIndexSearcher.getDocListAndSet(org.apache.lucene.search.Query query,
org.apache.lucene.search.Query filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
Returns documents matching both query and filter
and sorted by sort . |
DocListAndSet |
SolrIndexSearcher.getDocListAndSet(org.apache.lucene.search.Query query,
org.apache.lucene.search.Query filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len,
int flags)
Returns documents matching both query and filter
and sorted by sort . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |