RE: Sorting with MultiSearcher

2007-11-08 Thread WATHELET Thomas
EMAIL PROTECTED] Sent: 08 November 2007 13:22 To: java-user@lucene.apache.org Subject: Re: Sorting with MultiSearcher Any other info or code snippets? I sort on multisearchers all the time and have never seen that behavior. - Mark (sorting on multisearchers since Lucene 1.4 ) WATHELET Thomas w

Re: Sorting with MultiSearcher

2007-11-08 Thread Mark Miller
Any other info or code snippets? I sort on multisearchers all the time and have never seen that behavior. - Mark (sorting on multisearchers since Lucene 1.4 ) WATHELET Thomas wrote: Hi, I have few Indexes with the same structure. I'm using MultiSearcher to search into those indexes and when I

Sorting with MultiSearcher

2007-11-08 Thread WATHELET Thomas
Hi, I have few Indexes with the same structure. I'm using MultiSearcher to search into those indexes and when I try to sort the result by field the result is sort by field and by index (we have all results from index1 and then index2,...) but I would like to have the result sorted on the all result