Package org.apache.solr.request
APIs and classes for dealing with Solr requests
-
Interface Summary Interface Description SolrQueryRequest Container for a request to execute a query.SolrRequestHandler Implementations ofSolrRequestHandler
are called to handle query requests. -
Class Summary Class Description DelegatingSolrQueryRequest ASolrQueryRequest
implementation that defers to a delegate in all cases.DocValuesFacets Computes term facets for docvalues field (single or multivalued).DocValuesStats Computes term stats for docvalues field (single or multivalued).IntervalFacets Computes interval facets for docvalues field (single or multivalued).IntervalFacets.FacetInterval Helper class to match and count of documents in specified intervalsLocalSolrQueryRequest RegexBytesRefFilter An implementation ofPredicate
which returns true if the BytesRef matches the supplied regular expression.SimpleFacets A class that generates simple Facet information for a request.SimpleFacets.CountPair<K extends Comparable<? super K>,V extends Comparable<? super V>> A simple key=>val pair whose natural order is such that higher vals come before lower vals.SimpleFacets.ParsedParams SolrQueryRequestBase Base implementation ofSolrQueryRequest
that provides some convenience methods for accessing parameters, and manages an IndexSearcher reference.SolrRequestInfo Information about the Solr request/response held in aThreadLocal
.SubstringBytesRefFilter An implementation ofPredicate
which returns true if the BytesRef contains a given substring.