Mailing List Archive

How Index XML
Hi to all

how i can index 1000 XML documents?

exist some tool for make this?

thanks
--
View this message in context: http://www.nabble.com/How-Index-XML-tf4388286.html#a12511507
Sent from the Lucene - General mailing list archive at Nabble.com.
Re: How Index XML [ In reply to ]
: Hi to all
:
: how i can index 1000 XML documents?
:
: exist some tool for make this?

There are several Lucene based applications that might help you ... but
it's hard to be sure without a better understanding of what it is you want
to do, and how much control you wnat to have over the way it does it.

I suggest you take a look at some of the various Lucene subprojects and
decide if any of them meet your needs...

http://lucene.apache.org/java/
- A library for writing your own application in Java

http://lucene.apache.org/nutch/
- A web search engine for crawling documents on a web server

http://lucene.apache.org/solr/
- A search server in which you explicitly feed documents to be indexed
and decide how they are parsed.

...You should also take a look at the Lucene-Java PoewredBy page, which
lists many applications (some free, some commercial) that are built using
Lucene that may meet your needs...

http://wiki.apache.org/lucene-java/PoweredBy



-Hoss