Linking two different indexes

2007-03-24 Thread Yakn
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

RE: Linking two different indexes

2007-03-25 Thread Yakn
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-

Re: Linking two different indexes

2007-03-26 Thread Yakn
again for a reply, Mike Daniel Noll-3 wrote: > > Yakn wrote: >> 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 i