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

How to create a new index file automatically

2009-09-15 Thread busbus
Hi all, I am newbie to Solr. I have downloaded and used the solr example and I have a basic doubt. There are some xml documents present in apache-solr-1.3.0\example\exampledocs. These are the input files to solr index and I found that by giving this command java –jar post.jar *.xml . All t

New to Solr : How to create solr index for rich documents especially .xls

2009-09-15 Thread busbus
Hi I am a newbie to Solr. Right now I have to do a task of converting rich documents to Solr readable index format so that I can use the index for searching. I learnt about Solr and got a rough idea of what has to be done. Requirement 1: 1) I have to index the rich document format files like

Re: How to Convert Lucene index files to XML Format

2009-09-10 Thread busbus
Thanks for your reply > On Sep 10, 2009, at 6:41 AM, busbus wrote: > Solr defers to Lucene on reading the index. You just need to tell > Solr whether the index is a compound file or not and make sure the > versions are compatible. > This part seems to be the point. How

How to Convert Lucene index files to XML Format

2009-09-10 Thread busbus
Hello All, I have a set of Files indexed by Lucene. Now i want to use the indexed files in SOLR. The file .cfx an .cfs are not readable by Solr, as it supports only .fds and .fdx. So i decided to Add/update the index by just loading a XML File using the post.jar funtion. java -jar post.jar newFi