Uses of Class
com.google.appengine.api.search.Field
-
Packages that use Field Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of Field in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return Field Modifier and Type Method Description FieldField.Builder. build()Builds a field using this builder.FieldDocument. getOnlyField(String name)Returns the single field with the given name.Methods in com.google.appengine.api.search that return types with arguments of type Field Modifier and Type Method Description List<Field>ScoredDocument. getExpressions()The list of Field which are the result of any extra expressions requested.Iterable<Field>Document. getFields()Returns an iterable ofFieldin the documentIterable<Field>Document. getFields(String name)Returns an iterable of all fields with the given name.Methods in com.google.appengine.api.search with parameters of type Field Modifier and Type Method Description ScoredDocument.BuilderScoredDocument.Builder. addExpression(Field expression)Adds the expression to the builder.Document.BuilderDocument.Builder. addField(Field field)Adds the field to the builder.
-