Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

ExpressionBuilder

Stay organized with collections Save and categorize content based on your preferences.
com.google.appengine.api.search.dev

Class ExpressionBuilder

  • java.lang.Object
    • com.google.appengine.api.search.dev.ExpressionBuilder


  • public class ExpressionBuilder
    extends java.lang.Object
    Builder class for construction Expression objects used to evaluate expressions per document.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ExpressionBuilder(java.util.Map<java.lang.String,java.util.Set<ContentType>> fieldTypes) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Expression parse(java.lang.String expr)
      Constructs Expression object given string representation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExpressionBuilder

        public ExpressionBuilder(java.util.Map<java.lang.String,java.util.Set<ContentType>> fieldTypes)
    • Method Detail

      • parse

        public Expression parse(java.lang.String expr)
        Constructs Expression object given string representation.