On 4/6/07, Suresh Kannan <[EMAIL PROTECTED]> wrote:
I would like to post PDF, DOC, TXT into SOLR to do the indexing.
There's no way to do that directly at the moment, you'll need to convert them to the XML format that Solr expects. The Lucene FAQ at http://wiki.apache.org/lucene-java/LuceneFAQ lists a number of tools that can help extract content and metadata from various formats. -Bertrand