The "AND" and "-" operators are being parsed at the same level - no
parentheses are involved, so they generate a single, flat Boolean query.
So it really is equivalent to:
-name:[A TO Z] -name:[a TO z]
That is a purely negative query, so Solr should automatically supply a *:*
terms so that it
Sorry, before asking the question I should have done sufficient searching on
internet, I found my answer here.
http://stackoverflow.com/questions/8883419/solr-alphabetical-range-query
Thank You,
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-range-query-issue-tp4155