|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.index.query.BaseQueryBuilder
org.elasticsearch.index.query.SpanNotQueryBuilder
public class SpanNotQueryBuilder
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 | |
---|---|
SpanNotQueryBuilder()
|
Method Summary | |
---|---|
SpanNotQueryBuilder |
boost(float boost)
|
protected void |
doXContent(XContentBuilder builder,
ToXContent.Params params)
|
SpanNotQueryBuilder |
exclude(SpanQueryBuilder exclude)
|
SpanNotQueryBuilder |
include(SpanQueryBuilder include)
|
Methods inherited from class org.elasticsearch.index.query.BaseQueryBuilder |
---|
buildAsBytes, buildAsBytes, buildAsUnsafeBytes, buildAsUnsafeBytes, toString, toXContent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.elasticsearch.index.query.QueryBuilder |
---|
buildAsBytes, buildAsBytes, buildAsUnsafeBytes, buildAsUnsafeBytes |
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent |
---|
toXContent |
Constructor Detail |
---|
public SpanNotQueryBuilder()
Method Detail |
---|
public SpanNotQueryBuilder include(SpanQueryBuilder include)
public SpanNotQueryBuilder exclude(SpanQueryBuilder exclude)
public SpanNotQueryBuilder boost(float boost)
protected void doXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContent
in class BaseQueryBuilder
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |