Interface | Description |
---|---|
SolrQueryRequest |
Container for a request to execute a query.
|
SolrRequestHandler |
Implementations of
SolrRequestHandler are called to handle query requests. |
Class | Description |
---|---|
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 intervals
|
LocalSolrQueryRequest | |
RegexBytesRefFilter |
An implementation of
Predicate 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 of
SolrQueryRequest that provides some
convenience methods for accessing parameters, and manages an IndexSearcher
reference. |
SolrRequestInfo | |
SubstringBytesRefFilter |
An implementation of
Predicate which returns true if the BytesRef contains a given substring. |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.