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

   An ordered Lucene property index declared with type=Date only works when 
every value is a valid ISO-8601 date. Non-date values are not indexed as dates, 
so ORDER BY on the property returns the wrong order, or no results when the 
query relies on that property to select nodes.
   
   - Document the limitation and workarounds under the type option in 
`lucene.md`
   - Add `LuceneOrderByTest` cases for both symptoms (wrong order / no results)
   - Clarify the WARN in `LuceneDocumentMaker` to state the ORDER BY consequence
   - Add protected passthrough helpers in `OrderByCommonTest` so 
`LuceneOrderByTest` can build indexes


-- 
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