Hi Mohammad,

Have you looked at MultiSearcher?

<http://lucene.apache.org/java/docs/api/org/apache/lucene/search/MultiSearcher.html>

Section 5.6 of Lucene in Action covers its use.

Steve

Mohammad Norouzi wrote:
> hi
> I have two separated index but there are some fields that are common
> between
> them. now I want to search from one index and then apply the result to the
> second one. what solution do you suggest?
> what happens on fields? I mean the first document has some fields that are
> not present in the second one so I need the final document has all the
> fields of both indexes.
> 
> thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to