Re: Multiple time ranges in a document

2007-02-19 Thread Chris Hostetter
this came up on the solr list about a month ago and reminded me of something doug mentioned durring the BOF at apachecon last year ... if you are interested in writing your own Query subclass, this thread has some thoughts on how this might be possible... http://www.nabble.com/One-item%2C-multipl

Re: Multiple time ranges in a document

2007-02-19 Thread mark harwood
8 February, 2007 11:43:39 PM Subject: Multiple time ranges in a document Hello, I'm using a RangeFilter to find "Event" documents (with Start and End lucene friendly formatted date fields) that match a Users time range query. This works perfectly in sub-second times at dece

Multiple time ranges in a document

2007-02-18 Thread Vijay Santhanam
Hello, I'm using a RangeFilter to find "Event" documents (with Start and End lucene friendly formatted date fields) that match a Users time range query. This works perfectly in sub-second times at decent loads, but I'm having trouble searching multiple performances in the one document. Indexing