Re: problem with index size

2015-07-22 Thread Alessandro Benedetti
Benedetti < > >> benedetti.ale...@gmail.com> wrote: > >> > >> "In one case for instance my segments size is 8.4G while index size is > >>> 28G!!! It seems unusual…" > >>> > >>> The index is a collection of index segments +

Re: problem with index size

2015-07-22 Thread Daniel Collins
t;>> The index is a collection of index segments + few overhead . >>> So, do you simply mean you have 4 segments ? >>> Where is the problem anyway ? >>> You are also storing content which usually is a big part of the index. >>> As Upaya said, I

Re: problem with index size

2015-07-22 Thread Emir Arnautovic
4 segments ? Where is the problem anyway ? You are also storing content which usually is a big part of the index. As Upaya said, I am curious to know why you are so surprised ! Cheers 2015-07-22 11:27 GMT+01:00 Daniel Holmes : Hi All I have problem with index size in solr 4.7.2. My OS is Ubuntu 14.1

Re: problem with index size

2015-07-22 Thread Daniel Holmes
d . > So, do you simply mean you have 4 segments ? > Where is the problem anyway ? > You are also storing content which usually is a big part of the index. > As Upaya said, I am curious to know why you are so surprised ! > > Cheers > > 2015-07-22 11:27 GMT+01:00 Daniel Holmes

Re: problem with index size

2015-07-22 Thread Alessandro Benedetti
art of the index. As Upaya said, I am curious to know why you are so surprised ! Cheers 2015-07-22 11:27 GMT+01:00 Daniel Holmes : > Hi All > I have problem with index size in solr 4.7.2. My OS is Ubuntu 14.10 64-bit. > my fields are : > > > > requ

Re: problem with index size

2015-07-22 Thread Emir Arnautovic
Hi Daniel, Do you need all fields stored in your index? Only field that is not stored is host. Thanks, Emir On 22.07.2015 12:27, Daniel Holmes wrote: Hi All I have problem with index size in solr 4.7.2. My OS is Ubuntu 14.10 64-bit. my fields are : In one case for instance my

Re: problem with index size

2015-07-22 Thread Upayavira
How many documents do you have? What makes you think that a 28Gb index is large? How much memory do you have in your Solr server? Upayavira On Wed, Jul 22, 2015, at 11:27 AM, Daniel Holmes wrote: > Hi All > I have problem with index size in solr 4.7.2. My OS is Ubuntu 14.10 > 64-bit. &g

problem with index size

2015-07-22 Thread Daniel Holmes
Hi All I have problem with index size in solr 4.7.2. My OS is Ubuntu 14.10 64-bit. my fields are : 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