Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-13499

Ickle fulltext query not working with query parameters

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      I have an Ickle fulltext query on analyzed field and it doesn't handle query parameters. 

      QueryFactory queryFactory = Search.getQueryFactory(remoteCache);
      private final Map<String, String> parameters;
      parameters.put("clientId0", "test")
      queryString = "FROM org.keycloak.models.map.storage.hotrod.HotRodClientEntity c WHERE (c.clientId : :clientId0)";
      Query<V> query = queryFactory.create(queryString);
      query.setParameters(parameters);
      ....
      

      No result is found in the remote cache.

              fercoli@redhat.com Fabio Massimo Ercoli
              mkanis Martin Kanis
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: