java.lang.Object
org.hibernate.search.backend.elasticsearch.lowlevel.query.impl.Queries

public final class Queries extends Object
  • Method Details

    • 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)
    • boolCombineMust

      public static com.google.gson.JsonObject boolCombineMust(com.google.gson.JsonObject must, com.google.gson.JsonArray otherMustClauses)