You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Yiren Luo <yi...@yahoo.com> on 2006/07/22 21:14:30 UTC

data gathering

I have some files located at both UNIX and WINDOWS
platform. Would NFS mount and CIFS mount be sufficient
as data gathering for indexing? Is there anyway to
index data in the relational database?


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: data gathering

Posted by Erick Erickson <er...@gmail.com>.
Both of these topics have been discussed at length in this forum. I think
you would be well served by searching the archive for both of these topics,
and you'd get your answer faster <G>.....

NFS mounts have problems that have been discussed recently.

There is nothing built into Lucene that indexes a database for you. You have
to write a program to extract the data from the DB and put it into a Lucene
index. Thereafter, you have to try to keep the two in synch.

Best
Erick