|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.elasticsearch.index.query.xcontent.BaseQueryBuilder
public abstract class BaseQueryBuilder
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent |
---|
ToXContent.MapParams, ToXContent.Params |
Field Summary |
---|
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent |
---|
EMPTY_PARAMS |
Constructor Summary | |
---|---|
BaseQueryBuilder()
|
Method Summary | |
---|---|
byte[] |
buildAsBytes()
|
byte[] |
buildAsBytes(XContentType contentType)
|
BytesStream |
buildAsUnsafeBytes()
|
BytesStream |
buildAsUnsafeBytes(XContentType contentType)
|
protected abstract void |
doXContent(XContentBuilder builder,
ToXContent.Params params)
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseQueryBuilder()
Method Detail |
---|
public BytesStream buildAsUnsafeBytes() throws QueryBuilderException
buildAsUnsafeBytes
in interface QueryBuilder
QueryBuilderException
public BytesStream buildAsUnsafeBytes(XContentType contentType) throws QueryBuilderException
buildAsUnsafeBytes
in interface QueryBuilder
QueryBuilderException
public byte[] buildAsBytes() throws QueryBuilderException
buildAsBytes
in interface QueryBuilder
QueryBuilderException
public byte[] buildAsBytes(XContentType contentType) throws QueryBuilderException
buildAsBytes
in interface QueryBuilder
QueryBuilderException
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent
in interface ToXContent
java.io.IOException
protected abstract void doXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |