Re: Searching in multiple indices

2008-09-06 Thread xinxin zhou
2008/9/6 叶双明 <[EMAIL PROTECTED]> > In my opinion, you can use MultiSearcher, or if there isn't huge data > in index, you can put them in one index, no matter the fields in > indices are not the same. You can get Docoument match your query, but > I think, you will think about the query that you wan

Re: Searching in multiple indices

2008-09-06 Thread 叶双明
In my opinion, you can use MultiSearcher, or if there isn't huge data in index, you can put them in one index, no matter the fields in indices are not the same. You can get Docoument match your query, but I think, you will think about the query that you want to put into the IndexSearcher. 2008/9/6

Searching in multiple indices

2008-09-06 Thread beerbal
Hello, I am a newbie user of Lucene Java. I am trying to use Lucene to enable in search in my application. I am stuck a little in actual Search. I'm facing a design issue and want help from experts here. Here is my scenario: * I have 7-8 tables in the database and I create a separate index for ea