Thanks for the information, I just want to see how it stored data.

-----Original Message-----
From: Erick Erickson [mailto:erickerick...@gmail.com] 
Sent: 24 June 2016 00:51
To: solr-user
Subject: Re: Where is Stored values resides ?

stored="true" data is kept in *.fdt and *.fdx files in the index directory,
see:

http://lucene.apache.org/core/6_1_0/core/org/apache/lucene/codecs/lucene60/package-summary.html#package_description

the "summary of file extensions" section.

The stored data is compressed, so you can't really read it with, say, a text 
editor.

But the data stored there is just a copy of the input. What are you trying to 
do that you need to look at it?

Best,
Erick


On Thu, Jun 23, 2016 at 8:32 AM, Rajendran, Prabaharan <rajendra...@dnb.com> 
wrote:
> Hi,
>
> I hope that indexed ("index=true") values resides in data/index directory.
>
> May I know where the stored ("stored=true") values placed, is that possible 
> to see the contents ?
>
> Thanks,
> Prabaharan
>
>

Reply via email to