Interface FieldTypes

All Known Subinterfaces:
DocumentFieldValues, FieldValues, UpdateFieldValues
All Known Implementing Classes:
DocumentFieldTypes, FieldPathUpdateFieldValues, FieldUpdateFieldValues, IdentityFieldPathUpdateFieldValues, SimpleDocumentFieldValues

public interface FieldTypes
Returns information about the types of fields.
Author:
Simon Thoresen Hult
  • Method Summary

    Modifier and Type
    Method
    Description
    com.yahoo.document.DataType
    getFieldType(String fieldName, Expression expression)
     
  • Method Details

    • getFieldType

      com.yahoo.document.DataType getFieldType(String fieldName, Expression expression)