Class RelevanceNode

java.lang.Object
com.yahoo.vespa.objects.Selectable
com.yahoo.vespa.objects.Identifiable
com.yahoo.searchlib.expression.ExpressionNode
com.yahoo.searchlib.expression.RelevanceNode
All Implemented Interfaces:
Serializable, Cloneable

public class RelevanceNode extends ExpressionNode
This abstract expression node represents a function to execute.
Author:
baldersheim, Simon Thoresen Hult
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected boolean
     
    Get the result of this expression.
    protected void
    onDeserialize(com.yahoo.vespa.objects.Deserializer buf)
     
    boolean
     
    protected int
     
    void
     
    protected void
    onSerialize(com.yahoo.vespa.objects.Serializer buf)
     
    void
    visitMembers(com.yahoo.vespa.objects.ObjectVisitor visitor)
     

    Methods inherited from class com.yahoo.searchlib.expression.ExpressionNode

    equals, execute, executeIterative, onArgument, prepare

    Methods inherited from class com.yahoo.vespa.objects.Identifiable

    create, createFromId, deserialize, deserializeOptional, deserializeWithId, equals, getClassId, getRawUtf8Bytes, getUtf8, hashCode, putUtf8, registerClass, registerClass, serialize, serializeOptional, serializeWithId, toString

    Methods inherited from class com.yahoo.vespa.objects.Selectable

    select, select, selectMembers

    Methods inherited from class java.lang.Object

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