Reputation: 2596
I am using Lucene .net and have created a search that looks like this.
{+(Title:it*)}
This is pulling back a document with the title "this is an idea - i think its irrelevant "
If I create another search term as
{(Title:it*) (Title:s*)}
This pulls back "IT support"
Can anyone explain this, I would expect the first search to also pull back "IT Support"
Upvotes: 0
Views: 67