Uses of Class
com.google.appengine.api.search.Field.FieldType
-
Packages that use Field.FieldType Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of Field.FieldType in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return Field.FieldType Modifier and Type Method Description Field.FieldTypeField. getType()static Field.FieldTypeField.FieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static Field.FieldType[]Field.FieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.api.search that return types with arguments of type Field.FieldType Modifier and Type Method Description List<Field.FieldType>Schema. getFieldTypes(String fieldName)Methods in com.google.appengine.api.search with parameters of type Field.FieldType Modifier and Type Method Description Schema.BuilderSchema.Builder. addTypedField(String fieldName, Field.FieldType fieldType)Adds typed field name to the schema builder.
-