Re: solr query range upper exclusive

2013-07-29 Thread alin1918
what query parser should I use? http://wiki.apache.org/solr/SolrQuerySyntax "Differences From Lucene Query Parser Differences in the Solr Query Parser include Range queries [a TO z], prefix queries a*, and wildcard queries a*b are constant-scoring (all matching documents get an equal score)

solr query range upper exclusive

2013-07-29 Thread alin1918
q=price_1_1:[197 TO 249] and q=*:*&fq=price_1_1:[197 TO 249] returns 2 records but I have two records with the price_1_1 = 249, it seams that the upper range is exclusive and I can't figure out why, can you help me? -- View this message in context: http://lucene.472066.n3.nabble.com/sol