You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Dmitry Kan <so...@gmail.com> on 2016/07/23 06:46:21 UTC

RE: Where is Stored values resides ?

Hi,

To my best knowledge the getopt luke is not supported anymore.

Use this instead:

https://github.com/DmitryKey/luke

Regards,
Dmitry
Hi Prabaharan,

You can use Luke to open an index.  http://www.getopt.org/luke/




-----Original Message-----
From: Rajendran, Prabaharan [mailto:RajendranPr@DNB.com]
Sent: Friday, June 24, 2016 3:42 PM
To: solr-user@lucene.apache.org
Subject: RE: Where is Stored values resides ?

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

-----Original Message-----
From: Erick Erickson [mailto:erickerickson@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 <Ra...@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
>
>