Class Queries


  • public final class Queries
    extends Object
    • Method Detail

      • matchAll

        public static com.google.gson.JsonObject matchAll()
      • term

        public static com.google.gson.JsonObject term​(String absoluteFieldPath,
                                                      String value)
      • anyTerm

        public static com.google.gson.JsonObject anyTerm​(String absoluteFieldPath,
                                                         Collection<String> values)
      • boolFilter

        public static com.google.gson.JsonObject boolFilter​(com.google.gson.JsonObject must,
                                                            com.google.gson.JsonArray filters)