Interface LearningToRankFeatureExtractorBuilder

All Superinterfaces:
NamedWriteable, NamedXContentObject, Rewriteable<LearningToRankFeatureExtractorBuilder>, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject, Writeable
All Known Implementing Classes:
QueryExtractorBuilder

public interface LearningToRankFeatureExtractorBuilder extends NamedXContentObject, NamedWriteable, Rewriteable<LearningToRankFeatureExtractorBuilder>
  • 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

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

    Writeable.Reader<V>, Writeable.Writer<V>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.elasticsearch.xcontent.ParseField
     

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

    MAX_REWRITE_ROUNDS

    Fields inherited from interface org.elasticsearch.xcontent.ToXContent

    EMPTY, EMPTY_PARAMS
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    Methods inherited from interface org.elasticsearch.common.io.stream.NamedWriteable

    getWriteableName

    Methods inherited from interface org.elasticsearch.xpack.core.ml.utils.NamedXContentObject

    getName

    Methods inherited from interface org.elasticsearch.index.query.Rewriteable

    rewrite

    Methods inherited from interface org.elasticsearch.xcontent.ToXContent

    toXContent

    Methods inherited from interface org.elasticsearch.xcontent.ToXContentObject

    isFragment

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

    writeTo
  • Field Details

    • FEATURE_NAME

      static final org.elasticsearch.xcontent.ParseField FEATURE_NAME
  • Method Details

    • featureName

      String featureName()
      Returns:
      The input feature that this extractor satisfies
    • validate

      void validate() throws Exception
      Throws:
      Exception - If the extractor is invalid.