Modifier and Type | Method and Description |
---|---|
<T> java.util.List<T> |
DocumentObjectBinder.getBeans(java.lang.Class<T> clazz,
SolrDocumentList solrDocList) |
Modifier and Type | Method and Description |
---|---|
protected SolrDocumentList |
XMLResponseParser.readDocuments(javax.xml.stream.XMLStreamReader parser) |
Modifier and Type | Field and Description |
---|---|
private SolrDocumentList |
Group._result |
private SolrDocumentList |
QueryResponse._results |
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(java.lang.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 | Field and Description |
---|---|
(package private) SolrDocumentList |
ResponseBuilder._responseDocs |
Modifier and Type | Method and Description |
---|---|
void |
XMLWriter.writeSolrDocumentList(java.lang.String name,
SolrDocumentList docs,
java.util.Set<java.lang.String> fields) |
abstract void |
TextResponseWriter.writeSolrDocumentList(java.lang.String name,
SolrDocumentList docs,
java.util.Set<java.lang.String> fields,
java.util.Map otherFields) |
void |
CSVWriter.writeSolrDocumentList(java.lang.String name,
SolrDocumentList docs,
java.util.Set<java.lang.String> fields,
java.util.Map otherFields) |
void |
PHPSerializedWriter.writeSolrDocumentList(java.lang.String name,
SolrDocumentList docs,
java.util.Set<java.lang.String> fields,
java.util.Map otherFields) |
void |
JSONWriter.writeSolrDocumentList(java.lang.String name,
SolrDocumentList docs,
java.util.Set<java.lang.String> fields,
java.util.Map otherFields) |
Modifier and Type | Method and Description |
---|---|
static SolrDocumentList |
SolrPluginUtils.docListToSolrDocumentList(DocList docs,
SolrIndexSearcher searcher,
java.util.Set<java.lang.String> fields,
java.util.Map<SolrDocument,java.lang.Integer> ids)
Convert a DocList to a SolrDocumentList
The optional param "ids" is populated with the lucene document id
for each SolrDocument.
|
Modifier and Type | Method and Description |
---|---|
static void |
SolrPluginUtils.addOrReplaceResults(SolrQueryResponse rsp,
SolrDocumentList docs)
Given a SolrQueryResponse replace the DocList if it is in the result.
|