Mailing List Archive

Lucene Search with Multiple indexes
Hello,

I am creating the lucene index with
org.apache.jackrabbit.core.query.lucene.SearchIndex, is this index
searchble with org.apache.lucene.*; package,If possible please give me
requiered suggissions.

And Please give me the procedure to lucene search on multiple
indexes....

Thanks,
Dhanu
--
View this message in context: http://www.nabble.com/Lucene-Search-with-Multiple-indexes-tf4198748.html#a11941739
Sent from the Lucene - General mailing list archive at Nabble.com.
Re: Lucene Search with Multiple indexes [ In reply to ]
Hi,

On 8/1/07, Dhanu <budireddidhanu@gmail.com> wrote:
> I am creating the lucene index with
> org.apache.jackrabbit.core.query.lucene.SearchIndex, is this index
> searchble with org.apache.lucene.*; package,If possible please give me
> requiered suggissions.

Jackrabbit uses a somewhat customized Lucene index, that AFAIK can't
be accessed at least with OOTB Lucene index browsing tools like Luke.

BR,

Jukka Zitting