|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocList | |
---|---|
org.apache.solr.handler | |
org.apache.solr.highlight | |
org.apache.solr.request | |
org.apache.solr.search | |
org.apache.solr.util |
Uses of DocList in org.apache.solr.handler |
---|
Methods in org.apache.solr.handler that return types with arguments of type DocList | |
---|---|
org.apache.solr.common.util.NamedList<DocList> |
MoreLikeThisHandler.MoreLikeThisHelper.getMoreLikeThese(DocList docs,
int rows,
int flags)
|
Methods in org.apache.solr.handler with parameters of type DocList | |
---|---|
org.apache.solr.common.util.NamedList<DocList> |
MoreLikeThisHandler.MoreLikeThisHelper.getMoreLikeThese(DocList docs,
int rows,
int flags)
|
Uses of DocList in org.apache.solr.highlight |
---|
Methods in org.apache.solr.highlight with parameters of type DocList | |
---|---|
abstract org.apache.solr.common.util.NamedList<Object> |
SolrHighlighter.doHighlighting(DocList docs,
Query query,
SolrQueryRequest req,
String[] defaultFields)
Generates a list of Highlighted query fragments for each item in a list of documents, or returns null if highlighting is disabled. |
org.apache.solr.common.util.NamedList<Object> |
DefaultSolrHighlighter.doHighlighting(DocList docs,
Query query,
SolrQueryRequest req,
String[] defaultFields)
Generates a list of Highlighted query fragments for each item in a list of documents, or returns null if highlighting is disabled. |
Uses of DocList in org.apache.solr.request |
---|
Methods in org.apache.solr.request with parameters of type DocList | |
---|---|
void |
XMLWriter.writeDocList(String name,
DocList ids,
Set<String> fields)
|
abstract void |
TextResponseWriter.writeDocList(String name,
DocList ids,
Set<String> fields,
Map otherFields)
|
Uses of DocList in org.apache.solr.search |
---|
Classes in org.apache.solr.search that implement DocList | |
---|---|
class |
DocSlice
DocSlice implements DocList as an array of docids and optional scores. |
Fields in org.apache.solr.search declared as DocList | |
---|---|
DocList |
DocListAndSet.docList
|
Methods in org.apache.solr.search that return DocList | |
---|---|
DocList |
SolrIndexSearcher.QueryResult.getDocList()
|
DocList |
SolrIndexSearcher.getDocList(Query query,
DocSet filter,
Sort lsort,
int offset,
int len)
Returns documents matching both query and filter
and sorted by sort . |
DocList |
SolrIndexSearcher.getDocList(Query query,
List<Query> filterList,
Sort lsort,
int offset,
int len,
int flags)
Returns documents matching both query and the
intersection of the filterList , sorted by sort . |
DocList |
SolrIndexSearcher.getDocList(Query query,
Query filter,
Sort lsort,
int offset,
int len)
Returns documents matching both query and filter
and sorted by sort . |
protected DocList |
SolrIndexSearcher.sortDocSet(DocSet set,
Sort sort,
int nDocs)
|
DocList |
DocList.subset(int offset,
int len)
Get a subset of an existing DocList. |
DocList |
DocSlice.subset(int offset,
int len)
|
Methods in org.apache.solr.search with parameters of type DocList | |
---|---|
Document[] |
SolrIndexSearcher.readDocs(DocList ids)
Takes a list of docs (the doc ids actually), and returns an array of Documents containing all of the stored fields. |
void |
SolrIndexSearcher.readDocs(Document[] docs,
DocList ids)
Takes a list of docs (the doc ids actually), and reads them into an array of Documents. |
void |
SolrIndexSearcher.readDocs(Document[] docs,
DocList ids,
Set<String> fields)
Takes a list of docs (the doc ids actually) and a set of fields to load, and reads them into an array of Documents. |
void |
SolrIndexSearcher.QueryResult.setDocList(DocList list)
|
Uses of DocList in org.apache.solr.util |
---|
Methods in org.apache.solr.util that return DocList | |
---|---|
static DocList |
SolrPluginUtils.doSimpleQuery(String sreq,
SolrIndexSearcher searcher,
IndexSchema schema,
int start,
int limit)
Executes a basic query in lucene syntax |
Methods in org.apache.solr.util with parameters of type DocList | |
---|---|
static org.apache.solr.common.SolrDocumentList |
SolrPluginUtils.docListToSolrDocumentList(DocList docs,
SolrIndexSearcher searcher,
Set<String> fields,
Map<org.apache.solr.common.SolrDocument,Integer> ids)
Convert a DocList to a SolrDocumentList The optional param "ids" is populated with the lucene document id for each SolrDocument. |
static org.apache.solr.common.util.NamedList |
HighlightingUtils.doHighlighting(DocList docs,
Query query,
SolrQueryRequest req,
String[] defaultFields)
Deprecated. use DefaultSolrHighlighter |
static org.apache.solr.common.util.NamedList |
SolrPluginUtils.doStandardDebug(SolrQueryRequest req,
String userQuery,
Query query,
DocList results)
Returns a NamedList containing many "standard" pieces of debugging information. |
static org.apache.solr.common.util.NamedList |
SolrPluginUtils.doStandardDebug(SolrQueryRequest req,
String userQuery,
Query query,
DocList results,
CommonParams params)
Deprecated. Use doStandardDebug(SolrQueryRequest,String,Query,DocList) with setDefaults |
static org.apache.solr.common.util.NamedList |
SolrPluginUtils.getExplainList(Query query,
DocList docs,
SolrIndexSearcher searcher,
IndexSchema schema)
Generates an list of Explanations for each item in a list of docs. |
static void |
SolrPluginUtils.optimizePreFetchDocs(DocList docs,
Query query,
SolrQueryRequest req,
SolrQueryResponse res)
Pre-fetch documents into the index searcher's document cache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |