Hi All,
We wanted to check if anybody has faced an issue with a decimal value search not working properly with Lucene in AEM. We observed that "." is taken up as "Space" by Lucene. Since it is not mentioned exclusively in the Apache Lucene documentation hence this behavior is odd when the search results are coming.
Example:
Searched Value -> "0.360"
Results -> Document which doesn't have 0.360 but has (35.0) 360
Could any body provide any insights on this issue.