Re: Store document while using Solr

2012-12-20 Thread Otis Gospodnetic
Hi, You can use Solr's DataImportHandler to index files in the file system. You could set things up in such a way that Solr keeps indexing whatever you put in some specific location in the FS. This is not the most common setup, but it's certainly possible. Solr keeps the searchable index in its

Store document while using Solr

2012-12-20 Thread Nicholas Li
hi there, I am quite new to Solr and have a very basic question about storing and indexing the document. I am trying with the Solr example, and when I run command like 'java -jar post.jar foo/test.xml', it gives me the feeling that solr will index the given file, no matter where it is store, and