org.elasticsearch.search.facet.query
Class InternalQueryFacet

java.lang.Object
  extended by org.elasticsearch.search.facet.query.InternalQueryFacet
All Implemented Interfaces:
Streamable, ToXContent, Facet, InternalFacet, QueryFacet

public class InternalQueryFacet
extends Object
implements QueryFacet, 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.query.QueryFacet
TYPE
 
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
 
Constructor Summary
InternalQueryFacet(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.
 void readFrom(StreamInput in)
           
static QueryFacet readQueryFacet(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

InternalQueryFacet

public InternalQueryFacet(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 QueryFacet

getCount

public long getCount()
The count of the facet.

Specified by:
getCount in interface QueryFacet

toXContent

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

readQueryFacet

public static QueryFacet readQueryFacet(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.