Package org.elasticsearch.client.eql
Class EqlSearchRequest
java.lang.Object
org.elasticsearch.client.eql.EqlSearchRequest
- All Implemented Interfaces:
Validatable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class EqlSearchRequest
extends Object
implements Validatable, org.elasticsearch.common.xcontent.ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMSFields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaneventCategoryField(String eventCategoryField)List<org.elasticsearch.search.fetch.subphase.FieldAndFormat>fetchFields(List<org.elasticsearch.search.fetch.subphase.FieldAndFormat> fetchFields)intfetchSize(int fetchSize)org.elasticsearch.index.query.QueryBuilderfilter()filter(org.elasticsearch.index.query.QueryBuilder filter)inthashCode()String[]indices()org.elasticsearch.action.support.IndicesOptionsindicesOptions(org.elasticsearch.action.support.IndicesOptions indicesOptions)org.elasticsearch.core.TimeValuekeepAlive(org.elasticsearch.core.TimeValue keepAlive)voidkeepOnCompletion(Boolean keepOnCompletion)query()resultPosition(String position)runtimeMappings(Map<String,Object> runtimeMappings)intsize()size(int size)tiebreakerField(String tiebreakerField)timestampField(String timestampField)org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)org.elasticsearch.core.TimeValuewaitForCompletionTimeout(org.elasticsearch.core.TimeValue waitForCompletionTimeout)Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragmentMethods inherited from interface org.elasticsearch.client.Validatable
validate
-
Constructor Details
-
EqlSearchRequest
-
-
Method Details
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
IOException
-
indices
-
filter
public org.elasticsearch.index.query.QueryBuilder filter() -
filter
-
timestampField
-
timestampField
-
tiebreakerField
-
tiebreakerField
-
eventCategoryField
-
eventCategoryField
-
resultPosition
-
resultPosition
-
fetchFields
-
fetchFields
public EqlSearchRequest fetchFields(List<org.elasticsearch.search.fetch.subphase.FieldAndFormat> fetchFields) -
runtimeMappings
-
runtimeMappings
-
size
public int size() -
size
-
fetchSize
public int fetchSize() -
fetchSize
-
query
-
query
-
waitForCompletionTimeout
public org.elasticsearch.core.TimeValue waitForCompletionTimeout() -
waitForCompletionTimeout
public EqlSearchRequest waitForCompletionTimeout(org.elasticsearch.core.TimeValue waitForCompletionTimeout) -
keepOnCompletion
-
keepOnCompletion
-
keepAlive
public org.elasticsearch.core.TimeValue keepAlive() -
keepAlive
-
equals
-
hashCode
public int hashCode() -
indices
-
indicesOptions
public EqlSearchRequest indicesOptions(org.elasticsearch.action.support.IndicesOptions indicesOptions) -
indicesOptions
public org.elasticsearch.action.support.IndicesOptions indicesOptions()
-