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
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
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