I am trying to use range queries to take advantage of having constant scores
in multivalued field but I am not sure if range queries support phrase
query..

Ex:

The below range query works fine.
<str name="q">
_query_:"address:([Charlotte TO Charlotte])"^5.5
</str>

The below query doesn't work,

<str name="q">
_query_:"address:([Charlotte NC TO Charlotte NC])"^5.5
</str>



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Is-it-possible-to-use-phrase-query-in-range-queries-tp4083132.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to