Re: Problem with numeric range query syntax in lucene 4.4.0

2014-03-20 Thread Matthew Petersen
2014 9:44 PM > > To: java-user@lucene.apache.org > > Subject: Problem with numeric range query syntax in lucene 4.4.0 > > > > Hi > > > > I'm trying to submit a lucene query string to my index to return a data > based > > on a numeric range. I'm

RE: Problem with numeric range query syntax in lucene 4.4.0

2014-03-20 Thread Uwe Schindler
://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Matthew Petersen [mailto:mdpe...@gmail.com] > Sent: Thursday, March 20, 2014 9:44 PM > To: java-user@lucene.apache.org > Subject: Problem with numeric range query syntax in lucene 4.4.0 > > Hi >

Problem with numeric range query syntax in lucene 4.4.0

2014-03-20 Thread Matthew Petersen
Hi I'm trying to submit a lucene query string to my index to return a data based on a numeric range. I'm using the syntax provided in the Query Parser Syntax document but the results I get indicate that the query is not working correctly. Below is a unit test that proves that the range query doe