How to mark AND as a query word not query operator in SOLR -


in solr use case don't have stopwords. found , considered query operator though. placed + in front of , and not considered word more. right way of solving or there more preferred way?

plz use double quotes wrap it.

example:

q=field:"and" 

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -