fabriziofortino commented on a change in pull request #487:
URL: https://github.com/apache/jackrabbit-oak/pull/487#discussion_r804656809



##########
File path: 
oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/query/ElasticSpellcheckIterator.java
##########
@@ -16,6 +16,7 @@
  */
 package org.apache.jackrabbit.oak.plugins.index.elastic.query;
 
+import org.apache.jackrabbit.oak.plugins.index.elastic.ElasticIndexNode;

Review comment:
       `ElasticIndexNode` has been moved to the parent package (since is needed 
by both the query and index parts) so the import is necessary.

##########
File path: 
oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/query/ElasticSuggestIterator.java
##########
@@ -16,6 +16,7 @@
  */
 package org.apache.jackrabbit.oak.plugins.index.elastic.query;
 
+import org.apache.jackrabbit.oak.plugins.index.elastic.ElasticIndexNode;

Review comment:
       `ElasticIndexNode` has been moved to the parent package (since is needed 
by both the query and index parts) so the import is necessary.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to