thomasmueller opened a new pull request, #2099:
URL: https://github.com/apache/jackrabbit-oak/pull/2099

   * There is one test case so far. More tests are needed, specially with 
sorting.
   * Support is optional, and only enabled when using "isFlattened: true" in 
the property definition (the one that has "isRegexp: true")
   * Assuming we have a index definition regex property with the node name 
"allProperties" with a regular expression, and a property "propa", the document 
looks like this: `{:depth=2, flat:allProperties.propa=foo, :ancestors=/test, 
flat:allProperties.:nodeName=a}`
   * Notice the `:nodeName` is also included, which is weird. Fixing that would 
break backward compatilibity, so I left it. Changing this would also affect 
Lucene. However, there is now disabled code where this is described, and that 
could be changed.
   * The query is `[{"term":{"flat:allProperties.propa":{"value":"foo"}}}]`
   * The index definition is below TODO


-- 
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: oak-dev-unsubscr...@jackrabbit.apache.org

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

Reply via email to