Package | Description |
---|---|
org.apache.solr.handler |
Concrete implementations of
SolrRequestHandler |
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
Modifier and Type | Method and Description |
---|---|
DocListAndSet |
MoreLikeThisHandler.MoreLikeThisHelper.getMoreLikeThis(int id,
int start,
int rows,
List<org.apache.lucene.search.Query> filters,
List<MoreLikeThisHandler.InterestingTerm> terms,
int flags) |
DocListAndSet |
MoreLikeThisHandler.MoreLikeThisHelper.getMoreLikeThis(Reader reader,
int start,
int rows,
List<org.apache.lucene.search.Query> filters,
List<MoreLikeThisHandler.InterestingTerm> terms,
int flags) |
Modifier and Type | Method and Description |
---|---|
DocListAndSet |
ResponseBuilder.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
ResponseBuilder.setResults(DocListAndSet results) |
Modifier and Type | Method and Description |
---|---|
DocListAndSet |
SolrIndexSearcher.QueryResult.getDocListAndSet() |
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,
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,
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 . |
Modifier and Type | Method and Description |
---|---|
void |
SolrIndexSearcher.QueryResult.setDocListAndSet(DocListAndSet listSet) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.