Hi, I am trying to do a search that will only match exact words on a field.
I have read somewhere that this is not what SOLR is meant for but I am still hoping that its possible.
This is an example of what I have tried (to exclude spaces) but the workaround does not seem to work.
Word:apple NOT " "What I am really looking for is the "=" operator in SQL (eg Word='apple') but I cannot find its equivalent for lucene.
Thanks for the help. Regards, Roland