Hi,

I think the square brackets/curly braces need to be balanced, so this is 
currently not doable with existing query parsers.

 Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch



----- Original Message ----
> From: gwk <g...@eyefi.nl>
> To: solr-user@lucene.apache.org
> Sent: Tuesday, June 16, 2009 11:52:12 AM
> Subject: Range queries
> 
> Hi,
> 
> When doing range queries it seems the query is either x:[5 TO 8] which means 
> 5 
> <= x <= 8 or x:{5 TO 8} which means 5 < x < 8. But how do you get one half 
> exclusive, the other inclusive for double fields the following: 5 <= x < 8? 
> Is 
> this possible?
> 
> Regards,
> 
> gwk

Reply via email to