Re: Can I store only the index in Solr and not the actual data

2014-01-13 Thread David Santamauro
On 01/13/2014 06:16 AM, Bijoy Deb wrote: Hi, I have my data in HDFS,which I need to index using Solr.In that case,does Solr always store both the data (the fields that need to be retrieved) as well as the index, or can it be configured to store only the index that points to the original data

Can I store only the index in Solr and not the actual data

2014-01-13 Thread Bijoy Deb
Hi, I have my data in HDFS,which I need to index using Solr.In that case,does Solr always store both the data (the fields that need to be retrieved) as well as the index, or can it be configured to store only the index that points to the original data in HDFS. Personally,I would like the latte