from (java.lang.String)
Name of facet to copy (clone).
to (java.lang.String)
Name to assign to the new Facet.
facetNames (java.lang.String)
Comma-separated list of facets that should be affected by this processor.facetNames (java.lang.String)
Comma-separated list of facets that should be affected by this processor.
inputFormat (java.lang.String)
Pattern for the original date to be parsed.
outputFormat (java.lang.String)
Format of the output.
step (java.lang.String)
year
, month
, or day
facetNames (java.lang.String)
Comma-separated list of facets that should be affected by this processor.
sourceFormat (java.lang.String)
Pattern for the original date to be parsed.
format (java.lang.String)
Format of the output.
field (java.lang.String)
The name of the field containing the Date value.
displayName (java.lang.String)
The display name of the Facet generated for field.
operation (java.lang.String)
Currently only supports ‘set’.
parameter (java.lang.String)
The name of the parameter to set.
value (java.lang.Object)
The value to set the parameter to.
sort (java.lang.String)
Sort string as per Query parameter (-field1,field2,-field3
).facetNames (java.lang.String)
Comma-separated list of facets that should be affected by this processor.
levelSeparator (java.lang.String)
The character sequence that represents a level, for example, levelSeparator=”/”.
facetNames (java.lang.String)
Comma-separated list of facets that should be affected by this processor.fields (java.lang.String)
Comma-separated list of fields that should be affected by this processor.facetNames (java.lang.String)
Comma-separated list of facets that should be affected by this processor.Region
, Country
, and City
that you want to facet on to guide users in their search. These facets forms a natural hierarchy of Region > Country > City
. Instead of giving the user a choice from all of the three facets at every step (which would show for example, cities from all regions mixed together), you want to present the user with a single Location
facet that moves from Region
to Country
and finally City
as users make more specific choices.
To illustrate this, assume you have these data values across your corpus of documents:
SequentialFacetChoiceProcessor
with these parameters:
Location
. Now consider:
Location
filter is specified, then the Location
facet will contain Region
values: Europe, America, Asia.Asia
as a location, then the Location
facet will contain the follow Country
option: Japan, Korea.Japan
, then the Location
facet will contain these options: Tokyo, Kyoto.facetSequence (java.lang.String)
target (java.lang.String)
separator (java.lang.String)
▸
(an arrow pointing to the right).