| Modifier and Type | Method and Description |
|---|---|
abstract void |
StreamingResponseCallback.streamSolrDocument(SolrDocument doc) |
| 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(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) |
| 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 |
|---|---|
abstract SolrDocument |
LogWatcher.toSolrDocument(E event) |
| Modifier and Type | Method and Description |
|---|---|
SolrDocument |
JulWatcher.toSolrDocument(LogRecord event) |
| Modifier and Type | Method and Description |
|---|---|
SolrDocument |
BinaryResponseWriter.Resolver.getDoc(Document doc) |
SolrDocument |
TextResponseWriter.toSolrDocument(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
TextResponseWriter.writeSolrDocument(String name,
SolrDocument doc,
ReturnFields returnFields,
int idx) |
void |
XMLWriter.writeSolrDocument(String name,
SolrDocument doc,
ReturnFields returnFields,
int idx)
The SolrDocument should already have multivalued fields implemented as
Collections -- this will not rewrite to
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
BaseEditorialTransformer.getKey(SolrDocument doc) |
void |
RenameFieldTransformer.transform(SolrDocument doc,
int docid) |
void |
ScoreAugmenter.transform(SolrDocument doc,
int docid) |
abstract void |
DocTransformer.transform(SolrDocument doc,
int docid)
This is where implementations do the actual work
|
void |
BaseEditorialTransformer.transform(SolrDocument doc,
int docid) |
void |
ValueSourceAugmenter.transform(SolrDocument doc,
int docid) |
void |
DocTransformers.transform(SolrDocument doc,
int docid) |
| Modifier and Type | Method and Description |
|---|---|
SolrDocument |
EndResultTransformer.SolrDocumentSource.retrieve(ScoreDoc doc) |
| 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.