| Modifier and Type | Method and Description |
|---|---|
<T> T |
DocumentObjectBinder.getBean(Class<T> clazz,
SolrDocument solrDoc) |
| Modifier and Type | Method and Description |
|---|---|
protected SolrDocument |
XMLResponseParser.readDocument(javax.xml.stream.XMLStreamReader parser) |
| Modifier and Type | Method and Description |
|---|---|
static SolrDocument |
ClientUtils.toSolrDocument(SolrInputDocument d) |
| Modifier and Type | Method and Description |
|---|---|
static SolrInputDocument |
ClientUtils.toSolrInputDocument(SolrDocument d) |
| Modifier and Type | Method and Description |
|---|---|
SolrDocument |
JavaBinCodec.readSolrDocument(FastInputStream dis) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaBinCodec.writeSolrDocument(SolrDocument doc) |
void |
JavaBinCodec.writeSolrDocument(SolrDocument doc,
Set<String> fields) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
SearchClusteringEngine.cluster(Query query,
SolrDocumentList solrDocumentList,
Map<SolrDocument,Integer> docIds,
SolrQueryRequest sreq) |
SolrDocumentList |
SearchClusteringEngine.getSolrDocumentList(DocList docList,
SolrQueryRequest sreq,
Map<SolrDocument,Integer> docIds) |
| Modifier and Type | Method and Description |
|---|---|
Object |
CarrotClusteringEngine.cluster(Query query,
SolrDocumentList solrDocList,
Map<SolrDocument,Integer> docIds,
SolrQueryRequest sreq) |
| Modifier and Type | Field and Description |
|---|---|
Map<Object,SolrDocument> |
ResponseBuilder.retrievedDocuments |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseResponseWriter.SingleResponseWriter.writeDoc(SolrDocument solrDocument)
This method writes out a
SolrDocument, on a doc-by-doc basis. |
abstract void |
TextResponseWriter.writeSolrDocument(String name,
SolrDocument doc,
Set<String> returnFields,
Map pseudoFields) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseResponseWriter.SingleResponseWriter.writeAllDocs(BaseResponseWriter.DocListInfo info,
List<SolrDocument> allDocs)
Writes out all
SolrInputDocuments . |
| Modifier and Type | Method and Description |
|---|---|
SolrDocument |
EndResultTransformer.SolrDocumentSource.retrieve(ScoreDoc doc) |
| Modifier and Type | Method and Description |
|---|---|
SolrDocument |
DocumentBuilder.loadStoredFields(SolrDocument doc,
Document luceneDoc)
Deprecated.
Do Not Use, see SolrPluginUtils.docListToSolrDocumentList instead
|
| Modifier and Type | Method and Description |
|---|---|
SolrDocument |
DocumentBuilder.loadStoredFields(SolrDocument doc,
Document luceneDoc)
Deprecated.
Do Not Use, see SolrPluginUtils.docListToSolrDocumentList instead
|
| 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.
|