Re: Possible bug in FieldSortedHitQueue?

2006-03-17 Thread Brian Riddle
Hej Paul, Then, if no comparator is found in the cache, a new one is created (line > 193) and then stored in the cache (line 202). HOWEVER, both the cache > lookup() and store() do NOT take into account locale; if we, on the same > index reader, try to do one search sorted by Locale.FRENCH and one

Re: FunctionQuery example request

2006-03-15 Thread Brian Riddle
Hej Paul, I have implemented the DistanceComparatorSource > example from Lucene In Action (my Bible) and it works > great. We are now in the situation where we have > nearly a million documents in our index and the > performance of this implementation has degraded. > I have had the same problem w