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

Ickle fulltext query not working with query parameters

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
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: