On Wed, 30 Sep 2009 01:46:59 +0200, "Nitai @ Razuna" <[email protected]> wrote: > Just remember that you can not index "remote" content with Lucene. So > everything has to be local accessible to Lucene. This is more the > case, if you index files. Just a information.
Well, yes and no. You could mount a remote filesystem and have it index things that way, since Lucene wouldn't care so long as it had access to the files. Only thing you'd really have to worry about is permissions, meaning making sure the user OpenBD is running as has the appropriate permissions to the remote filesystem. Don't forget that Lucene can also spider sites: http://wiki.openbluedragon.org/wiki/index.php/Compatibility:SupportedTagDifferences#CFINDEX So if you wanted to index the contents of a site not on the server running OpenBD/Lucene you could do it that way as well. For database indexing none of this would apply of course since you could just point the OpenBD/Lucene box to the database. -- Matthew Woodward [email protected] http://mpwoodward.posterous.com identi.ca/Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
