Re: Assorted questions

2005-03-13 Thread Chris Hostetter
: Note the hit in section 6.5.1 - the fact that we used range queries in : the performance section is an indicator that one can really mess things : up if using range queries injudiciously. :) In particular, the typical : advice is to try to round the time information, to avoid costly range : que

Re: Assorted questions

2005-03-08 Thread Otis Gospodnetic
Your memory is serving you well. http://www.lucenebook.com/search?query=%22range+query%22+performance Note the hit in section 6.5.1 - the fact that we used range queries in the performance section is an indicator that one can really mess things up if using range queries injudiciously. :) In parti

Assorted questions

2005-03-08 Thread Scott Smith
I needed to return my hits list in date/time order (instead of relevancy). So, I implemented a class that converted dates to an int and stored the integer as a field in my index. I passed a Sort object to the IndexSearcher (indicating that the sort field was convertible to int) to get things back