Re: Solr range query issue

2014-08-27 Thread Jack Krupansky
or "text" field (which)? If a text field, does it have a lower case filter, in which case you don't need lower case. Worst case, you could use a regex query term, but better to avoid that if at all possible. -- Jack Krupansky -Original Message----- From: nutchsolruser Sen

Re: Solr range query issue

2014-08-26 Thread nutchsolruser
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

Solr range query issue

2014-08-26 Thread nutchsolruser
ame:[a TO z]", "parsedquery_toString": "-name:[a TO z] -name:[a TO z]", "QParser": "LuceneQParser", -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-range-query-issue-tp4155327.html Sent from the Solr - User mailing list archive at Nabble.com.