Uses of Class
org.elasticsearch.search.facet.terms.TermsFacet.ComparatorType

Packages that use TermsFacet.ComparatorType
org.elasticsearch.search.facet.terms   
org.elasticsearch.search.facet.terms.bytes   
org.elasticsearch.search.facet.terms.doubles   
org.elasticsearch.search.facet.terms.floats   
org.elasticsearch.search.facet.terms.index   
org.elasticsearch.search.facet.terms.ints   
org.elasticsearch.search.facet.terms.ip   
org.elasticsearch.search.facet.terms.longs   
org.elasticsearch.search.facet.terms.shorts   
org.elasticsearch.search.facet.terms.strings   
 

Uses of TermsFacet.ComparatorType in org.elasticsearch.search.facet.terms
 

Methods in org.elasticsearch.search.facet.terms that return TermsFacet.ComparatorType
static TermsFacet.ComparatorType TermsFacet.ComparatorType.fromId(byte id)
           
static TermsFacet.ComparatorType TermsFacet.ComparatorType.fromString(String type)
           
static TermsFacet.ComparatorType TermsFacet.ComparatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TermsFacet.ComparatorType[] TermsFacet.ComparatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.search.facet.terms with parameters of type TermsFacet.ComparatorType
 TermsFacetBuilder TermsFacetBuilder.order(TermsFacet.ComparatorType comparatorType)
          The order by which to return the facets by.
 

Uses of TermsFacet.ComparatorType in org.elasticsearch.search.facet.terms.bytes
 

Constructors in org.elasticsearch.search.facet.terms.bytes with parameters of type TermsFacet.ComparatorType
InternalByteTermsFacet(String name, TermsFacet.ComparatorType comparatorType, int requiredSize, Collection<InternalByteTermsFacet.ByteEntry> entries, long missing, long total)
           
TermsByteFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, String scriptLang, String script, Map<String,Object> params)
           
TermsByteOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of TermsFacet.ComparatorType in org.elasticsearch.search.facet.terms.doubles
 

Constructors in org.elasticsearch.search.facet.terms.doubles with parameters of type TermsFacet.ComparatorType
InternalDoubleTermsFacet(String name, TermsFacet.ComparatorType comparatorType, int requiredSize, Collection<InternalDoubleTermsFacet.DoubleEntry> entries, long missing, long total)
           
TermsDoubleFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, String scriptLang, String script, Map<String,Object> params)
           
TermsDoubleOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of TermsFacet.ComparatorType in org.elasticsearch.search.facet.terms.floats
 

Constructors in org.elasticsearch.search.facet.terms.floats with parameters of type TermsFacet.ComparatorType
InternalFloatTermsFacet(String name, TermsFacet.ComparatorType comparatorType, int requiredSize, Collection<InternalFloatTermsFacet.FloatEntry> entries, long missing, long total)
           
TermsFloatFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, String scriptLang, String script, Map<String,Object> params)
           
TermsFloatOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of TermsFacet.ComparatorType in org.elasticsearch.search.facet.terms.index
 

Constructors in org.elasticsearch.search.facet.terms.index with parameters of type TermsFacet.ComparatorType
IndexNameFacetCollector(String facetName, String indexName, TermsFacet.ComparatorType comparatorType, int size)
           
 

Uses of TermsFacet.ComparatorType in org.elasticsearch.search.facet.terms.ints
 

Constructors in org.elasticsearch.search.facet.terms.ints with parameters of type TermsFacet.ComparatorType
InternalIntTermsFacet(String name, TermsFacet.ComparatorType comparatorType, int requiredSize, Collection<InternalIntTermsFacet.IntEntry> entries, long missing, long total)
           
TermsIntFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, String scriptLang, String script, Map<String,Object> params)
           
TermsIntOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of TermsFacet.ComparatorType in org.elasticsearch.search.facet.terms.ip
 

Constructors in org.elasticsearch.search.facet.terms.ip with parameters of type TermsFacet.ComparatorType
InternalIpTermsFacet(String name, TermsFacet.ComparatorType comparatorType, int requiredSize, Collection<InternalIpTermsFacet.LongEntry> entries, long missing, long total)
           
TermsIpFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, String scriptLang, String script, Map<String,Object> params)
           
TermsIpOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of TermsFacet.ComparatorType in org.elasticsearch.search.facet.terms.longs
 

Constructors in org.elasticsearch.search.facet.terms.longs with parameters of type TermsFacet.ComparatorType
InternalLongTermsFacet(String name, TermsFacet.ComparatorType comparatorType, int requiredSize, Collection<InternalLongTermsFacet.LongEntry> entries, long missing, long total)
           
TermsLongFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, String scriptLang, String script, Map<String,Object> params)
           
TermsLongOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of TermsFacet.ComparatorType in org.elasticsearch.search.facet.terms.shorts
 

Constructors in org.elasticsearch.search.facet.terms.shorts with parameters of type TermsFacet.ComparatorType
InternalShortTermsFacet(String name, TermsFacet.ComparatorType comparatorType, int requiredSize, Collection<InternalShortTermsFacet.ShortEntry> entries, long missing, long total)
           
TermsShortFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, String scriptLang, String script, Map<String,Object> params)
           
TermsShortOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of TermsFacet.ComparatorType in org.elasticsearch.search.facet.terms.strings
 

Constructors in org.elasticsearch.search.facet.terms.strings with parameters of type TermsFacet.ComparatorType
FieldsTermsStringFacetCollector(String facetName, String[] fieldsNames, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, Pattern pattern, String scriptLang, String script, Map<String,Object> params)
           
InternalStringTermsFacet(String name, TermsFacet.ComparatorType comparatorType, int requiredSize, Collection<InternalStringTermsFacet.StringEntry> entries, long missing, long total)
           
ScriptTermsStringFieldFacetCollector(String facetName, int size, TermsFacet.ComparatorType comparatorType, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, Pattern pattern, String scriptLang, String script, Map<String,Object> params)
           
TermsStringFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, Pattern pattern, String scriptLang, String script, Map<String,Object> params)
           
TermsStringOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, Pattern pattern)
           
 



Copyright © 2009-2012. All Rights Reserved.