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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -