Hi All
I have problem with index size in solr 4.7.2. My OS is Ubuntu 14.10 64-bit.
my fields are :

<field name="id" type="string" stored="true" indexed="true"/>
<field name="segment" type="string" stored="true" indexed="false"/>
<field name="url" type="url_text" stored="true" indexed="true"
required="true"/>
<field name="outlink" type="url_text" stored="true" indexed="true"
required="true"/>
<field name="content" type="text_general" stored="true" indexed="true"/>
<field name="title" type="text_general" stored="true" indexed="true"/>
<field name="host" type="url" stored="false" indexed="true"/>
<field name="segment" type="string" stored="true" indexed="false"/>
<field name="boost" type="float" stored="true" indexed="false"/>
<field name="digest" type="string" stored="true" indexed="false"/>
<field name="tstamp" type="date" stored="true" indexed="false"/>

In one case for instance my segments size is 8.4G while index size is
28G!!! It seems unusual...

What suggestions do you have to reduce index size?
Is there any way to check disk usage details in cores? e.g. stop words,
stored docs, etc.

Reply via email to