Hi,
Have a look the 'data' directory in your solr_home.
.fdt and fdx. files are used to store the data of stored field. You can
consider the size of the other files as the size Solr uses for its index.
You can have a look to
http://lucene.apache.org/core/4_9_0/core/org/apache/lucene/codecs/lucene49/package-summary.html#file-names
to have more information.
Regards,
Le 25/08/2014 09:40, Ramprasad Padmanabhan a écrit :
I have solr working for my stats pages. When I run the index I need to know
how much of the size occupied by solr is used for index and how much is
used for storing non indexed data