Class GraphExploreRequest.TermBoost

java.lang.Object
org.elasticsearch.client.graph.GraphExploreRequest.TermBoost
Enclosing class:
GraphExploreRequest

public static class GraphExploreRequest.TermBoost
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    TermBoost​(java.lang.String term, float boost)  
  • Method Summary

    Modifier and Type Method Description
    float getBoost()  
    java.lang.String getTerm()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TermBoost

      public TermBoost​(java.lang.String term, float boost)
  • Method Details

    • getTerm

      public java.lang.String getTerm()
    • getBoost

      public float getBoost()