Uses of Class
org.apache.solr.search.ReturnFields
-
Packages that use ReturnFields Package Description org.apache.solr.response API and implementations ofQueryResponseWriterfor formatting Solr request responsesorg.apache.solr.search APIs and classes for parsing and processing search requests -
-
Uses of ReturnFields in org.apache.solr.response
Fields in org.apache.solr.response declared as ReturnFields Modifier and Type Field Description protected ReturnFieldsBinaryResponseWriter.Resolver. returnFieldsprotected ReturnFieldsSolrQueryResponse. returnFieldsprotected ReturnFieldsTextResponseWriter. returnFieldsMethods in org.apache.solr.response that return ReturnFields Modifier and Type Method Description ReturnFieldsBasicResultContext. getReturnFields()abstract ReturnFieldsResultContext. getReturnFields()ReturnFieldsSolrQueryResponse. getReturnFields()Gets the document field names of fields to return by default when returning DocListsMethods in org.apache.solr.response with parameters of type ReturnFields Modifier and Type Method Description static SolrDocumentDocsStreamer. convertLuceneDocToSolrDoc(org.apache.lucene.document.Document doc, IndexSchema schema, ReturnFields fields)Converts the specifiedDocumentinto aSolrDocument.voidSolrQueryResponse. setReturnFields(ReturnFields fields)Sets the document field names of fields to return by default when returning DocListsvoidJSONWriter. writeSolrDocument(String name, SolrDocument doc, ReturnFields returnFields, int idx)voidSchemaXmlWriter. writeSolrDocument(String name, SolrDocument doc, ReturnFields returnFields, int idx)abstract voidTextResponseWriter. writeSolrDocument(String name, SolrDocument doc, ReturnFields fields, int idx)voidXMLWriter. writeSolrDocument(String name, SolrDocument doc, ReturnFields returnFields, int idx)The SolrDocument should already have multivalued fields implemented as Collections -- this will not rewrite to <arr>voidTextResponseWriter. writeSolrDocumentList(String name, SolrDocumentList docs, ReturnFields fields)Constructors in org.apache.solr.response with parameters of type ReturnFields Constructor Description BasicResultContext(DocList docList, ReturnFields returnFields, SolrIndexSearcher searcher, org.apache.lucene.search.Query query, SolrQueryRequest req)Resolver(SolrQueryRequest req, ReturnFields returnFields) -
Uses of ReturnFields in org.apache.solr.search
Subclasses of ReturnFields in org.apache.solr.search Modifier and Type Class Description classSolrReturnFieldsThe default implementation of return fields parsing for Solr.
-