Uses of Class
com.attivio.sdk.search.facet.FacetRange
-
Packages that use FacetRange Package Description com.attivio.sdk.search.facet Copyright 2019 Attivio Inc., All rights reserved.com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
.com.attivio.sdk.search.query com.attivio.util.parser com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of FacetRange in com.attivio.sdk.search.facet
Fields in com.attivio.sdk.search.facet declared as FacetRange Modifier and Type Field Description static FacetRange[]
FacetRange. EMPTY_ARRAY
Methods in com.attivio.sdk.search.facet that return FacetRange Modifier and Type Method Description FacetRange
FacetRange. clone()
FacetRange
FacetBucket. getRange()
Get the range for this bucket, ornull
if this bucket does not represent a range.Methods in com.attivio.sdk.search.facet that return types with arguments of type FacetRange Modifier and Type Method Description java.util.ArrayList<FacetRange>
RangeFacetRequest. getRanges()
Get the facet ranges.java.util.Iterator<FacetRange>
RangeFacetRequest. iterator()
Get an iterator over all ranges.Methods in com.attivio.sdk.search.facet with parameters of type FacetRange Modifier and Type Method Description void
RangeFacetRequest. add(FacetRange range)
Add a range to this request.void
RangeFacetBucket. setRange(FacetRange value)
Deprecated.Set the range for this bucket.void
FacetBucket. setValue(FacetRange value)
Set the range for this bucket.Constructors in com.attivio.sdk.search.facet with parameters of type FacetRange Constructor Description FacetBucket(FacetRange range, long count)
RangeFacetBucket(FacetRange range, long count)
Deprecated.Constructor.RangeFacetBucket(FacetRange range, long count, int ordinal)
Deprecated.Constructor. -
Uses of FacetRange in com.attivio.sdk.search.fields
Methods in com.attivio.sdk.search.fields with parameters of type FacetRange Modifier and Type Method Description static FieldExpression
FieldExpressions. valueOf(FieldExpression field, FacetRange range)
-
Uses of FacetRange in com.attivio.sdk.search.query
Constructors in com.attivio.sdk.search.query with parameters of type FacetRange Constructor Description FacetQuery(java.lang.String field, FacetRange value)
-
Uses of FacetRange in com.attivio.util.parser
Methods in com.attivio.util.parser that return types with arguments of type FacetRange Modifier and Type Method Description java.util.List<FacetRange>
FacetRequestFactory. getRanges()
Ranges to compute document frequencies for.Methods in com.attivio.util.parser with parameters of type FacetRange Modifier and Type Method Description void
FacetRequestFactory. addRange(FacetRange range)
Method parameters in com.attivio.util.parser with type arguments of type FacetRange Modifier and Type Method Description void
FacetRequestFactory. setRanges(java.util.List<FacetRange> value)
-
Uses of FacetRange in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return FacetRange Modifier and Type Method Description FacetRange
FacetRangeConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-