Hi Jesiel,

On 12/28/2007 at 2:23 PM, Jesiel Trevisan wrote:
> I saw this link, it´s nice, but... for me, it still does not
> clear how to do a Indexing my webSite.

Lucene is not a search engine - it is a toolkit of parts you may use (a.k.a. a 
"library") to build a search engine.

The Lucene Java library doesn't know how to get content.  It is the search 
engine developer's responsibility to locate content and then provide each piece 
of content to Lucene in the form of a Reader or a String.

In particular, Lucene has no website crawling/spidering capabilities.

You might want to check out Nutch: <http://lucene.apache.org/nutch/>.

Quoting from the Nutch website:

   Nutch is open source web-search software. It builds
   on Lucene Java, adding web-specifics, such as
   a crawler, a link-graph database, parsers for HTML
   and other document formats, etc.

Steve

> On Dec 28, 2007 1:46 PM, Steven A Rowe <[EMAIL PROTECTED]> wrote:
> >   http://wiki.apache.org/lucene-java/Resources
> > 
> > On 12/28/2007 at 8:27 AM, Jesiel Trevisan wrote:
> > > I got the web example of Lucene Search, but, it does not have nothing
> > > about indexing file example, there is only the Searcher Function
> > > example.
> > > 
> > > I just would like to see or read something about How Can I do/make the
> > > indexing lucene files.
> > > 
> > > If somebody have any example or tutorial about how to indexing Lucene
> > > files by searching html files, it´ll be helpfull to me so much.

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

Reply via email to