org.elasticsearch.search.facet.range
Class InternalRangeFacet
java.lang.Object
org.elasticsearch.search.facet.range.InternalRangeFacet
- All Implemented Interfaces:
- java.lang.Iterable<RangeFacet.Entry>, Streamable, ToXContent, Facet, InternalFacet, RangeFacet
public class InternalRangeFacet
- extends java.lang.Object
- implements RangeFacet, InternalFacet
Fields inherited from interface org.elasticsearch.search.facet.range.RangeFacet |
TYPE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalRangeFacet
public InternalRangeFacet(java.lang.String name,
RangeFacet.Entry[] entries)
registerStreams
public static void registerStreams()
streamType
public java.lang.String streamType()
- Specified by:
streamType
in interface InternalFacet
name
public java.lang.String name()
- Description copied from interface:
Facet
- The "logical" name of the search facet.
- Specified by:
name
in interface Facet
getName
public java.lang.String getName()
- Description copied from interface:
Facet
- The "logical" name of the search facet.
- Specified by:
getName
in interface Facet
type
public java.lang.String type()
- Description copied from interface:
Facet
- The type of the facet.
- Specified by:
type
in interface Facet
getType
public java.lang.String getType()
- Description copied from interface:
Facet
- The type of the facet.
- Specified by:
getType
in interface Facet
entries
public java.util.List<RangeFacet.Entry> entries()
- Description copied from interface:
RangeFacet
- An ordered list of range facet entries.
- Specified by:
entries
in interface RangeFacet
getEntries
public java.util.List<RangeFacet.Entry> getEntries()
- Description copied from interface:
RangeFacet
- An ordered list of range facet entries.
- Specified by:
getEntries
in interface RangeFacet
iterator
public java.util.Iterator<RangeFacet.Entry> iterator()
- Specified by:
iterator
in interface java.lang.Iterable<RangeFacet.Entry>
readRangeFacet
public static InternalRangeFacet readRangeFacet(StreamInput in)
throws java.io.IOException
- Throws:
java.io.IOException
readFrom
public void readFrom(StreamInput in)
throws java.io.IOException
- Specified by:
readFrom
in interface Streamable
- Throws:
java.io.IOException
writeTo
public void writeTo(StreamOutput out)
throws java.io.IOException
- Specified by:
writeTo
in interface Streamable
- Throws:
java.io.IOException
toXContent
public XContentBuilder toXContent(XContentBuilder builder,
ToXContent.Params params)
throws java.io.IOException
- Specified by:
toXContent
in interface ToXContent
- Throws:
java.io.IOException