mkevo commented on a change in pull request #6351:
URL: https://github.com/apache/geode/pull/6351#discussion_r696397413
##########
File path: geode-docs/tools_modules/lucene_integration.html.md.erb
##########
@@ -334,6 +334,7 @@ Lucene indexes created for all members.
# <a id="LuceneRandC" class="no-quick-link"></a>Requirements and Caveats
- Join queries between regions are not supported.
+- All cluster members must be running the same minor version in order to
execute Lucene queries.
Review comment:
Thanks for pointing this. After the latest changes, this line should be
changed as it is agreed that Lucene query will be allowed if a **major**
release is the same on all members, as between major releases happened lucene
index format changes, and members with the older version of Lucene are not able
to read it.
--
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]