org.apache.solr.request |
|
Java Source File Name | Type | Comment |
AppendedSolrParams.java | Class | SolrParams wrapper which acts similar to DefaultSolrParams except that
it "appends" the values of multi-value params from both sub instances, so
that all of the values are returned. |
DefaultSolrParams.java | Class | |
DisMaxRequestHandler.java | Class |
A Generic query plugin designed to be given a simple query expression
from a user, which it will then query against a variety of
pre-configured fields, in a variety of ways, using BooleanQueries,
DisjunctionMaxQueries, and PhraseQueries.
All of the following options may be configured for this plugin
in the solrconfig as defaults, and may be overriden as request parameters
- q.alt - An alternate query to be used in cases where the main
query (q) is not specified (or blank).
|
JSONResponseWriter.java | Class | |
LocalSolrQueryRequest.java | Class | |
MapSolrParams.java | Class | |
MultiMapSolrParams.java | Class | |
PythonResponseWriter.java | Class | |
QueryResponseWriter.java | Interface | Implementations of QueryResponseWriter are used to format responses to query requests. |
RequiredSolrParams.java | Class | This is a simple wrapper to SolrParams that will throw a 400
exception if you ask for a parameter that does not exist. |
RubyResponseWriter.java | Class | |
ServletSolrParams.java | Class | |
SimpleFacets.java | Class | A class that generates simple Facet information for a request. |
SolrParams.java | Class | SolrParams hold request parameters. |
SolrQueryRequest.java | Interface | |
SolrQueryRequestBase.java | Class | Base implementation of SolrQueryRequest that provides some
convenience methods for accessing parameters, and manages an IndexSearcher
reference. |
SolrQueryResponse.java | Class | SolrQueryResponse is used by a query handler to return
the response to a query request. |
SolrRequestHandler.java | Interface | Implementations of SolrRequestHandler are called to handle query requests. |
StandardRequestHandler.java | Class | author: yonik version: $Id: StandardRequestHandler.java 542679 2007-05-29 22:28:21Z ryan $ version: All of the following options may be configured for this handler version: in the solrconfig as defaults, and may be overriden as request parameters. version: (TODO: complete documentation of request parameters here, rather than only version: on the wiki). version: version: version: - highlight - Set to any value not .equal() to "false" to enable highlight
version: generation version: - highlightFields - Set to a comma- or space-delimited list of fields to
version: highlight.
|
TextResponseWriter.java | Class | Base class for text-oriented response writers. |
XMLResponseWriter.java | Class | |
XMLWriter.java | Class | |
XSLTResponseWriter.java | Class | QueryResponseWriter which captures the output of the XMLWriter
(in memory for now, not optimal performancewise), and applies an XSLT transform
to it. |