I'm in the design phase and not used lucene so far... that should come pretty soon though.
The range query that I have been looking at in the API documentation and the code, calls for a field name and subsequently search a field for range (example of date searching)... and I did not see operators for the normal term search that allow for this... but I'm new as you can see. http://www.jdocs.com/lucene/2.0.0/org/apache/lucene/search/RangeFilter.html Thx, -Raymond- On Tue, Mar 3, 2009 at 10:10 PM, Steven A Rowe <sar...@syr.edu> wrote: > Hi Raymond, > > On 3/3/2009 at 1:19 PM, Raymond Balmès wrote: > > On Tue, Mar 3, 2009 at 7:18 PM, Raymond Balmès > > <raymond.bal...@gmail.com>wrote: > > > Just a simplified view of my problem : > > > > > > A document contains the terms "index01 blabla index02 xxx yyy index03 > > > ... index10". I have the terms indexed in the collection. > > > I now want to look for documents which contains [page04 TO page08]... > > > looks like I can't do it > > > > sorry [index04 TO index 08] > > It's still not clear to me what you want, since as far as I can tell you > should be able to look for documents using a range query like [index04 TO > index08]. Why do you think you can't? That is, what happens when you try? > What exactly are you doing? (Code might help.) > > Are you sure that the "index<d><d>" terms are in the index in the form you > expect? Have you used Luke <http://getopt.org/luke> to look at your index > yet? > > What analyzer are you using at index time? > > What analyzer are you using at query time? > > Steve > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >