Thanks Damien, I believe that addIndex(index) is only going to add the index
into the new indexes. But how do I actually link the document either at
search time or index time from the url in the database indexes and the Nutch
index? So to explain my problem a little better

Nutch Index                                 URL                                 
       
Content
A                                    www.something.com                        
A lot of junk that needs linked
B                                    www.somethingelse.com                   
Some more junk that needs linked

Lucene Index(from Database)         URL                          Other
Fields
D                                    www.something.com          
G                                    www.something.com 


I want D and G to be linked with A either at Indexing time or at searching
time. Can anyone elaborate on how to do this. Thanks in advance and thanks
again Damien.

Mike 



Damien McCarthy wrote:
> 
> Hi Mike,
> 
> IndexReader provides a method addIndex() which should do what you are
> looking for, if I understand correctly.
> 
> Damien
> 
> -----Original Message-----
> From: Yakn [mailto:[EMAIL PROTECTED] 
> Sent: 25 March 2007 03:02
> To: [email protected]
> Subject: Linking two different indexes
> 
> 
> I am trying to link the nutch index and the index generated from my
> database
> using Lucene. So at the time of indexing my database, I want to pull the
> indexes in from nutch and link the content from the url in the database
> and
> the url that nutch hit. Can anyone tell me if they have done this and if
> so
> how they did it. I would appreciate the help. If anyone knows of another
> way, I would be interested in that as well. Thanks in advance.
> 
> Mike
> -- 
> View this message in context:
> http://www.nabble.com/Linking-two-different-indexes-tf3461011.html#a9656534
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Linking-two-different-indexes-tf3461011.html#a9660891
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


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

Reply via email to