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 java.lang.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_PARAMS

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Constructor Summary

    Constructors 
    Constructor Description
    EqlSearchRequest​(java.lang.String indices, java.lang.String query)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.lang.String eventCategoryField()  
    EqlSearchRequest eventCategoryField​(java.lang.String eventCategoryField)  
    int fetchSize()  
    EqlSearchRequest fetchSize​(int size)  
    org.elasticsearch.index.query.QueryBuilder filter()  
    EqlSearchRequest filter​(org.elasticsearch.index.query.QueryBuilder filter)  
    int hashCode()  
    java.lang.String implicitJoinKeyField()  
    EqlSearchRequest implicitJoinKeyField​(java.lang.String implicitJoinKeyField)  
    java.lang.String[] indices()  
    EqlSearchRequest indices​(java.lang.String... indices)  
    org.elasticsearch.action.support.IndicesOptions indicesOptions()  
    EqlSearchRequest indicesOptions​(org.elasticsearch.action.support.IndicesOptions indicesOptions)  
    java.lang.String query()  
    EqlSearchRequest query​(java.lang.String query)  
    java.lang.Object[] searchAfter()  
    EqlSearchRequest searchAfter​(java.lang.Object[] values)  
    java.lang.String timestampField()  
    EqlSearchRequest timestampField​(java.lang.String timestampField)  
    org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject

    isFragment

    Methods inherited from interface org.elasticsearch.client.Validatable

    validate
  • Constructor Details

    • EqlSearchRequest

      public EqlSearchRequest​(java.lang.String indices, java.lang.String query)
  • Method Details