Package org.apache.solr.request
package org.apache.solr.request
APIs and classes for dealing with Solr requests
-
ClassDescriptionA
SolrQueryRequestimplementation that defers to a delegate in all cases.Computes term facets for docvalues field (single or multivalued).Computes term stats for docvalues field (single or multivalued).Computes interval facets for docvalues field (single or multivalued).Helper class to match and count of documents in specified intervalsDeprecated.An implementation ofPredicatewhich returns true if the BytesRef matches the supplied regular expression.A class that generates simple Facet information for a request.A simple key=>val pair whose natural order is such that higher vals come before lower vals.Container for a request to execute a query.Base implementation ofSolrQueryRequestthat provides some convenience methods for accessing parameters, and manages an IndexSearcher reference.Implementations ofSolrRequestHandlerare called to handle query requests.Information about the Solr request/response held in aThreadLocal.An implementation ofPredicatewhich returns true if the BytesRef contains a given substring.