Package com.yahoo.vespa.indexinglanguage
Interface DocumentFieldValues
- All Superinterfaces:
FieldTypes,FieldValues
- All Known Implementing Classes:
SimpleDocumentFieldValues
- Author:
- Simon Thoresen Hult
-
Method Summary
Modifier and TypeMethodDescriptioncom.yahoo.document.Documentcom.yahoo.document.Documentdefault booleanReturns 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
getFieldTypeMethods 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:FieldValuesReturns true if this has values for all possibly existing inputs, false if it represents a partial set of values.- Specified by:
isCompletein interfaceFieldValues
-