You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by "Radhakrishnan, Velayudham" <Ve...@deshaw.com> on 2003/09/23 16:44:13 UTC

Multiple Index search using SearchBean.

Hi folks, 

I have been using Lucene for a while. Our application needs to sort 
the result set by last modified date. I was really happy to see SearchBean
and
HitsIterator. 

My question is that can I use SearchBean for search using Multiple indices. 
I skimmed through the souce code but could not find any method to search 
using Multiple indices or an array of Directories.

Can anyone help me. Thanks in advance.

~Vela