public class org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest extends org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBase
{
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequestBody body;
public java.util.List index;
public java.util.List type;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression allow_no_indices;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression allow_partial_search_results;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression analyzer;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression analyze_wildcard;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression batched_reduce_size;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression ccs_minimize_roundtrips;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.querydsl.Operator default_operator;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression df;
public java.util.List docvalue_fields;
public java.util.List expand_wildcards;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression explain;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression ignore_throttled;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression ignore_unavailable;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression lenient;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression max_concurrent_shard_requests;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression min_compatible_shard_node;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression preference;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression pre_filter_shard_size;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression request_cache;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression routing;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.Time scroll;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.SearchType search_type;
public java.util.List stats;
public java.util.List stored_fields;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression suggest_field;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.SuggestMode suggest_mode;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression suggest_size;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression suggest_text;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression terminate_after;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.Time timeout;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.types.TrackHits track_total_hits;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression track_scores;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression typed_keys;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression rest_total_hits_as_int;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression version;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.types.SourceConfigParam _source;
public java.util.List _source_excludes;
public java.util.List _source_includes;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression seq_no_primary_term;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression q;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression size;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression 'from';
public java.util.List sort;
public java.lang.String _pure_protocol_type;
public void <init>()
{
java.util.List v, v, v, v, v, v, v, v, v;
org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest v;
v := @this: org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest;
specialinvoke v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBase: void <init>()>();
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest: java.util.List index> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest: java.util.List type> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest: java.util.List docvalue_fields> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest: java.util.List expand_wildcards> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest: java.util.List stats> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest: java.util.List stored_fields> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest: java.util.List _source_excludes> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest: java.util.List _source_includes> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest: java.util.List sort> = v;
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest: java.lang.String _pure_protocol_type> = "searchRequest";
return;
}
public java.lang.Object accept(org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBaseVisitor)
{
java.lang.Object v;
org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest v;
org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBaseVisitor v;
v := @this: org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest;
v := @parameter: org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBaseVisitor;
v = interfaceinvoke v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBaseVisitor: java.lang.Object visit(org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.search.SearchRequest)>(v);
return v;
}
}