combined filesystem and web search

2006-07-11 Thread Tomi NA
I plan to make lucene (and nutch) a key element in an intranet solution, but I only know about lucene what I've read in the last couple of days. Here's what I'd like opinions about. I would like to build a single point of access to data on intranet web pages and LAN shared documents. I've looked

Re: combined filesystem and web search

2006-07-11 Thread Erick Erickson
I can answer a few of these. If you haven't yet, you'd do yourself a favor to pick up the book "Lucene in Action". It's written to the 1.4 code-base, the examples compile but give deprecated warnings for the 1.9 code base, and need a few more tweaks for the 2.0 code base. Also, download a copy of

Re: combined filesystem and web search

2006-07-11 Thread Tomi NA
On 7/11/06, Erick Erickson <[EMAIL PROTECTED]> wrote: I can answer a few of these. If you haven't yet, you'd do yourself a favor to pick up the book "Lucene in Action". It's written to the 1.4 code-base, the examples compile but give deprecated warnings for the 1.9 code base, and need a few more

Re: combined filesystem and web search

2006-07-11 Thread Steven Rowe
Tomi NA wrote: I wish people would start selling .pdf books online... :( Your wish is granted: Then there's IndexMergeTool which I haven't used, but looks interesting. I haven't ran into it. Can you direct me to a document or two? It's in contrib und

Re: combined filesystem and web search

2006-07-11 Thread Tomi NA
On 7/12/06, Steven Rowe <[EMAIL PROTECTED]> wrote: Tomi NA wrote: > I wish people would start selling .pdf books online... :( Your wish is granted: Wow, that was fast! Thanks for the link. >> Then there's IndexMergeTool which I haven't used, but looks

Re: combined filesystem and web search

2006-07-12 Thread Erick Erickson
I haven't used the multisearcher personally, so I'll let others chime in. And I know nothing about the IndexMergeTool, I've only seen the interface in the Lucene Javadoc. And I must say the documentation isn't real helpful :(. To add to an existing index, just instantiate the IndexWriter with the