Interface DocumentFieldValues

All Superinterfaces:
FieldTypes, FieldValues
All Known Implementing Classes:
SimpleDocumentFieldValues

public interface DocumentFieldValues extends FieldValues
Author:
Simon Thoresen Hult
  • Method Summary

    Modifier and Type
    Method
    Description
    com.yahoo.document.Document
     
    com.yahoo.document.Document
     
    default boolean
    Returns true if this has values for all possibly existing inputs, false if it represents a partial set of values.

    Methods inherited from interface com.yahoo.vespa.indexinglanguage.expressions.FieldTypes

    getFieldType

    Methods inherited from interface com.yahoo.vespa.indexinglanguage.expressions.FieldValues

    getInputValue, getInputValue, setOutputValue
  • Method Details

    • getFullOutput

      com.yahoo.document.Document getFullOutput()
    • getUpdatableOutput

      com.yahoo.document.Document getUpdatableOutput()
    • isComplete

      default boolean isComplete()
      Description copied from interface: FieldValues
      Returns true if this has values for all possibly existing inputs, false if it represents a partial set of values.
      Specified by:
      isComplete in interface FieldValues