Re: Sorting with ParallelReader

2008-09-26 Thread Ivan Vasilev
Sorry about the spam with this thread. We started using ParallelReader in our app and we have some bug in the app with the sorts. I tested with simple standalone app ParallelReader and discovered that sort works in the same way perfectly as with the other Readers. Sorry once again. Best Regards

Re: Sorting with Parallelreader fails

2006-07-25 Thread neils
Hi Steve, thanks a lot for your help. I think problem will be that no single terms are stored in that field. So i will take a look and make some furhter tests. Regarding your advice to the "java-user" list, i think it is no problem to send a short vb code to describe the problem. This group is (

Re: Sorting with Parallelreader fails

2006-07-25 Thread Steven Rowe
Steven Rowe wrote: > And, por supuesto, posting what appears to be Visual Basic code > (presumably to be used with Lucene.Net) to an explicitly *Java* list > (dude, the name of the list is "java-user") may be prove fruitful than > you might hope That should read: ... may prove *less* fruitful

Re: Sorting with Parallelreader fails

2006-07-25 Thread Steven Rowe
neils wrote: > Hi, > > i have 3 indexfiles which i access over a parallelreader. > > When i make a search, everything works fine, butwhen i want to make a > search and sorting by a special > column i get an error. You need to say exactly what the error is, right? Or else we won't know, hm