org.elasticsearch.search.facet.filter
Class InternalFilterFacet

java.lang.Object
  extended by org.elasticsearch.search.facet.filter.InternalFilterFacet
All Implemented Interfaces:
Streamable, ToXContent, Facet, FilterFacet, InternalFacet

public class InternalFilterFacet
extends Object
implements FilterFacet, InternalFacet


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.search.facet.InternalFacet
InternalFacet.Stream, InternalFacet.Streams
 
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.MapParams, ToXContent.Params
 
Field Summary
 
Fields inherited from interface org.elasticsearch.search.facet.filter.FilterFacet
TYPE
 
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
 
Constructor Summary
InternalFilterFacet(String name, long count)
           
 
Method Summary
 long count()
          The count of the facet.
 long getCount()
          The count of the facet.
 String getName()
          The "logical" name of the search facet.
 String getType()
          The type of the facet.
 String name()
          The "logical" name of the facet.
static FilterFacet readFilterFacet(StreamInput in)
           
 void readFrom(StreamInput in)
           
static void registerStreams()
           
 String streamType()
           
 XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params)
           
 String type()
          The type of the facet.
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalFilterFacet

public InternalFilterFacet(String name,
                           long count)
Method Detail

registerStreams

public static void registerStreams()

streamType

public String streamType()
Specified by:
streamType in interface InternalFacet

type

public String type()
Description copied from interface: Facet
The type of the facet.

Specified by:
type in interface Facet

getType

public String getType()
Description copied from interface: Facet
The type of the facet.

Specified by:
getType in interface Facet

name

public String name()
The "logical" name of the facet.

Specified by:
name in interface Facet

getName

public String getName()
Description copied from interface: Facet
The "logical" name of the search facet.

Specified by:
getName in interface Facet

count

public long count()
The count of the facet.

Specified by:
count in interface FilterFacet

getCount

public long getCount()
The count of the facet.

Specified by:
getCount in interface FilterFacet

toXContent

public XContentBuilder toXContent(XContentBuilder builder,
                                  ToXContent.Params params)
                           throws IOException
Specified by:
toXContent in interface ToXContent
Throws:
IOException

readFilterFacet

public static FilterFacet readFilterFacet(StreamInput in)
                                   throws IOException
Throws:
IOException

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.