Re: How to create a new index file automatically

2009-09-15 Thread busbus
> It can import documents in certain other formats using the > http://wiki.apache.org/solr/ExtractingRequestHandler > 1) According to my inference.Solr uses Apache Tikka to convert other rich document format files to Text Files, so that the Class ExtractRequestHandler use the output text file

Re: How to create a new index file automatically

2009-09-15 Thread Chris Harris
There are a few different ways to get data into Solr. XML is one way, and probably the most common. As far as Solr is concerned it doesn't matter whether you construct XML input by hand or write some kind of code to do it. Solr won't automatically create any files like the example .xml files for yo