Package org.elasticsearch.client.eql
Class EqlSearchRequest
java.lang.Object
org.elasticsearch.client.eql.EqlSearchRequest
- All Implemented Interfaces:
Validatable,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public class EqlSearchRequest
extends Object
implements Validatable, org.elasticsearch.xcontent.ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.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.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.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.xcontent.ToXContentObject
isFragmentMethods inherited from interface org.elasticsearch.client.Validatable
validate
-
Constructor Details
-
EqlSearchRequest
-
-
Method Details
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.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()
-