| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
DocumentObjectBinder.getBeans(Class<T> clazz,
SolrDocumentList solrDocList) |
| Modifier and Type | Method and Description |
|---|---|
protected SolrDocumentList |
XMLResponseParser.readDocuments(XMLStreamReader parser) |
| Modifier and Type | Method and Description |
|---|---|
SolrDocumentList |
Group.getResult()
Returns the documents to be displayed that belong to this group.
|
SolrDocumentList |
QueryResponse.getResults() |
| Constructor and Description |
|---|
Group(String groupValue,
SolrDocumentList result)
Creates a Group instance.
|
| Modifier and Type | Method and Description |
|---|---|
SolrDocumentList |
JavaBinCodec.readSolrDocumentList(FastInputStream dis) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaBinCodec.writeSolrDocumentList(SolrDocumentList docs) |
| Modifier and Type | Method and Description |
|---|---|
SolrDocumentList |
SearchClusteringEngine.getSolrDocumentList(DocList docList,
SolrQueryRequest sreq,
Map<SolrDocument,Integer> docIds) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
SearchClusteringEngine.cluster(Query query,
SolrDocumentList solrDocumentList,
Map<SolrDocument,Integer> docIds,
SolrQueryRequest sreq) |
| Modifier and Type | Method and Description |
|---|---|
Object |
CarrotClusteringEngine.cluster(Query query,
SolrDocumentList solrDocList,
Map<SolrDocument,Integer> docIds,
SolrQueryRequest sreq) |
| Modifier and Type | Method and Description |
|---|---|
protected SolrDocumentList |
SolrEntityProcessor.doQuery(int start) |
| Modifier and Type | Method and Description |
|---|---|
SolrDocumentList |
LogWatcher.getHistory(long since,
AtomicBoolean found) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextResponseWriter.writeSolrDocumentList(String name,
SolrDocumentList docs,
ReturnFields returnFields) |
| Modifier and Type | Method and Description |
|---|---|
static SolrDocumentList |
SolrPluginUtils.docListToSolrDocumentList(DocList docs,
SolrIndexSearcher searcher,
Set<String> fields,
Map<SolrDocument,Integer> ids)
Convert a DocList to a SolrDocumentList
The optional param "ids" is populated with the lucene document id
for each SolrDocument.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.