AngelaFabregues commented on PR #490:
URL: https://github.com/apache/jackrabbit-oak/pull/490#issuecomment-1102756567

   @fabriziofortino , the new ElasticConnection implementation makes access to 
the LowClient depend on the deprecated RestHighLevelClient.
   I couldn't find how to add the filter_path to the new java client without 
using the low-level client. The ElasticQueryScanner depends on it.
   How should we proceed?
   1. Ignoring the filter_path and making the ElasticQueryScanner use the new 
java client (instead of the low level one).
   2. Modifying the ElasticConnection (a bit back) to remove the dependency 
from the low level to the deprecated RestHighLevelClient
   3. Ignoring the issue for now and dealing with it whenever the index 
creation and ingestion are also migrated.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to