dlh3 opened a new pull request #242:
URL: https://github.com/apache/jackrabbit-oak/pull/242


   WordDelimiterFilter is invoked with the GENERATE_WORD_PARTS flag, which 
splits camelCase/PascalCase into multiple terms.  But since the LowerCaseFilter 
is applied first, the mixed-case is lost and the terms can't be split by 
WordDelimiterFilter.  Reversing filters so that behaviour occurs as expected.
   
   I would have liked to add unit tests, but there didn't seem to be any around 
this class.  I *may* come back to add some.


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

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


Reply via email to