Class StoredLtrQueryBuilder

java.lang.Object
org.opensearch.index.query.AbstractQueryBuilder<StoredLtrQueryBuilder>
org.codelibs.fess.es.query.StoredLtrQueryBuilder
All Implemented Interfaces:
org.opensearch.common.io.stream.NamedWriteable, org.opensearch.common.io.stream.Writeable, org.opensearch.common.xcontent.ToXContent, org.opensearch.common.xcontent.ToXContentObject, org.opensearch.index.query.QueryBuilder, org.opensearch.index.query.Rewriteable<org.opensearch.index.query.QueryBuilder>

public class StoredLtrQueryBuilder extends org.opensearch.index.query.AbstractQueryBuilder<StoredLtrQueryBuilder> implements org.opensearch.common.io.stream.NamedWriteable
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.opensearch.common.xcontent.ToXContent

    org.opensearch.common.xcontent.ToXContent.DelegatingMapParams, org.opensearch.common.xcontent.ToXContent.MapParams, org.opensearch.common.xcontent.ToXContent.Params

    Nested classes/interfaces inherited from interface org.opensearch.common.io.stream.Writeable

    org.opensearch.common.io.stream.Writeable.Reader<V extends Object>, org.opensearch.common.io.stream.Writeable.Writer<V extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.opensearch.common.ParseField
     
    static final org.opensearch.common.ParseField
     
    static final org.opensearch.common.ParseField
     
    static final String
     
    static final org.opensearch.common.ParseField
     
    static final org.opensearch.common.ParseField
     

    Fields inherited from class org.opensearch.index.query.AbstractQueryBuilder

    boost, BOOST_FIELD, DEFAULT_BOOST, NAME_FIELD, queryName

    Fields inherited from interface org.opensearch.index.query.Rewriteable

    MAX_REWRITE_ROUNDS

    Fields inherited from interface org.opensearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    activeFeatures(List<String> activeFeatures)
     
    protected boolean
     
    protected int
     
    protected org.apache.lucene.search.Query
    doToQuery(org.opensearch.index.query.QueryShardContext context)
     
    protected void
    doWriteTo(org.opensearch.common.io.stream.StreamOutput out)
     
    protected void
    doXContent(org.opensearch.common.xcontent.XContentBuilder builder, org.opensearch.common.xcontent.ToXContent.Params params)
     
     
    featureSetName(String featureSetName)
     
     
     
    modelName(String modelName)
     
     
     
     
    storeName(String storeName)
     

    Methods inherited from class org.opensearch.index.query.AbstractQueryBuilder

    addValidationError, boost, boost, checkNegativeBoost, declareStandardFields, doRewrite, equals, extractInnerHitBuilders, getName, hashCode, parseInnerQueryBuilder, printBoostAndQueryName, queryName, queryName, requireValue, rewrite, throwParsingExceptionOnMultipleFields, toQuery, toString, toXContent, writeTo

    Methods inherited from class java.lang.Object

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

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

    isFragment

    Methods inherited from interface org.opensearch.common.io.stream.Writeable

    writeTo
  • Field Details

    • NAME

      public static final String NAME
      See Also:
    • MODEL_NAME

      public static final org.opensearch.common.ParseField MODEL_NAME
    • FEATURESET_NAME

      public static final org.opensearch.common.ParseField FEATURESET_NAME
    • STORE_NAME

      public static final org.opensearch.common.ParseField STORE_NAME
    • PARAMS

      public static final org.opensearch.common.ParseField PARAMS
    • ACTIVE_FEATURES

      public static final org.opensearch.common.ParseField ACTIVE_FEATURES
  • Constructor Details

    • StoredLtrQueryBuilder

      public StoredLtrQueryBuilder()
  • Method Details