public class FacetComponent extends SearchComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
FacetComponent.DistribFieldFacet
This API is experimental and subject to change
|
static class |
FacetComponent.FacetBase
This API is experimental and subject to change
|
static class |
FacetComponent.FacetContext
Encapsulates facet ranges and facet queries such that their parameters
are parsed and cached for efficient re-use.
|
static class |
FacetComponent.FacetInfo
This class is used exclusively for merging results from each shard
in a distributed facet request.
|
static class |
FacetComponent.FieldFacet
This API is experimental and subject to change
|
static class |
FacetComponent.QueryFacet
This API is experimental and subject to change
|
static class |
FacetComponent.ShardFacetCount
This API is experimental and subject to change
|
SolrInfoMBean.Category, SolrInfoMBean.Group| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_NAME |
static String |
FACET_FIELD_KEY |
static String |
FACET_INTERVALS_KEY |
static String |
FACET_QUERY_KEY |
static String |
FACET_RANGES_KEY |
static String[] |
FACET_TYPE_PARAMS |
standard_components| Constructor and Description |
|---|
FacetComponent() |
| Modifier and Type | Method and Description |
|---|---|
int |
distributedProcess(ResponseBuilder rb)
Process for a distributed search.
|
void |
finishStage(ResponseBuilder rb)
Called after all responses have been received for this stage.
|
SolrInfoMBean.Category |
getCategory()
Purpose of this Class
|
String |
getDescription()
Simple one or two line description
|
URL[] |
getDocs()
Documentation URL list.
|
static NamedList<Object> |
getFacetCounts(SimpleFacets simpleFacets) |
static NamedList<Object> |
getFacetCounts(SimpleFacets simpleFacets,
FacetDebugInfo fdebug)
Looks at various Params to determining if any simple Facet Constraint count
computations are desired.
|
void |
handleResponses(ResponseBuilder rb,
ShardRequest sreq)
Called after all responses for a single request were received
|
void |
modifyRequest(ResponseBuilder rb,
SearchComponent who,
ShardRequest sreq)
Called after another component adds a request
|
protected SimpleFacets |
newSimpleFacets(SolrQueryRequest req,
DocSet docSet,
SolrParams params,
ResponseBuilder rb) |
void |
prepare(ResponseBuilder rb)
Prepare the response.
|
void |
process(ResponseBuilder rb)
Actually run the query
|
getName, getSource, getStatistics, getVersion, init, setNamepublic static final String COMPONENT_NAME
public static final String FACET_QUERY_KEY
public static final String FACET_FIELD_KEY
public static final String FACET_RANGES_KEY
public static final String FACET_INTERVALS_KEY
public static String[] FACET_TYPE_PARAMS
public void prepare(ResponseBuilder rb) throws IOException
SearchComponentSearchComponent.process(org.apache.solr.handler.component.ResponseBuilder) method.
Called for every incoming request.
The place to do initialization that is request dependent.prepare in class SearchComponentrb - The ResponseBuilderIOException - If there is a low-level I/O error.protected SimpleFacets newSimpleFacets(SolrQueryRequest req, DocSet docSet, SolrParams params, ResponseBuilder rb)
public void process(ResponseBuilder rb) throws IOException
process in class SearchComponentrb - The ResponseBuilderIOException - If there is a low-level I/O error.public static NamedList<Object> getFacetCounts(SimpleFacets simpleFacets)
public static NamedList<Object> getFacetCounts(SimpleFacets simpleFacets, FacetDebugInfo fdebug)
SimpleFacets.getFacetQueryCounts(),
SimpleFacets.getFacetFieldCounts(),
RangeFacetProcessor.getFacetRangeCounts(),
SimpleFacets.getFacetIntervalCounts(),
FacetParams.FACETpublic int distributedProcess(ResponseBuilder rb) throws IOException
SearchComponentdistributedProcess in class SearchComponentIOExceptionpublic void modifyRequest(ResponseBuilder rb, SearchComponent who, ShardRequest sreq)
SearchComponentmodifyRequest in class SearchComponentpublic void handleResponses(ResponseBuilder rb, ShardRequest sreq)
SearchComponenthandleResponses in class SearchComponentpublic void finishStage(ResponseBuilder rb)
SearchComponentfinishStage in class SearchComponentpublic String getDescription()
SolrInfoMBeangetDescription in interface SolrInfoMBeangetDescription in class SearchComponentpublic SolrInfoMBean.Category getCategory()
SolrInfoMBeangetCategory in interface SolrInfoMBeangetCategory in class SearchComponentpublic URL[] getDocs()
SolrInfoMBeanSuggested documentation URLs: Homepage for sponsoring project, FAQ on class usage, Design doc for class, Wiki, bug reporting URL, etc...
getDocs in interface SolrInfoMBeangetDocs in class SearchComponentCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.