nfsantos opened a new pull request, #649: URL: https://github.com/apache/jackrabbit-oak/pull/649
In ES, for properties with `analyzed=true`, create a field `full:<pname>` for use with full text search queries. The field `<pname>` is still used but only for non-full-text search queries. This fixes a bug where if a property had a non-string type and was marked as analyzed, the ES plugin would not create a field in ES for full text search, so full-text searches would fail. Other fixes: - Fix: `AbstractQueryTest#assertResult` was not comparing the expected and actual lists correctly, it was only checking that all elements of the expected list are also in the actual list. For instance, these two lists would pass the assertion: `expected=['a', 'a']`, `actual=['a', 'b']`. - Correct a few spelling mistakes. -- 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]
