You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2022/04/19 14:56:11 UTC

[GitHub] [jackrabbit-oak] AngelaFabregues commented on pull request #490: Oak 9686

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-unsubscribe@jackrabbit.apache.org

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