Question
6
Replies
143
Views
Posted: August 19, 2015
Last activity: August 20, 2015
lucene search with caret (^)
In our application (v6.3), when we search with this "ABC1234^6789", two cases are returned. One has the this value in one of the properties but for the second case, there is a different value in that property "ABC1234^6790". Could you please help me in understanding what's happening here and how this can be resolved?
Not sure, but I think the ^ is causing Lucene to tokenize your value into two … and “promoting” any search hits with “ABC1234” to the top of your list.
Try search with ABC1234\^6789