Re: Does emty fields affect index size?

2008-03-20 Thread Yonik Seeley
On Thu, Mar 20, 2008 at 4:46 PM, Evgeniy Strokin <[EMAIL PROTECTED]> wrote: > This is I found in docs: > > Omitting norms is useful for saving memory on Fields that do not affect > scoring, such as those used for calculating facets. > > I don't really understand the statement, but does it mean I

Re: Does emty fields affect index size?

2008-03-20 Thread Evgeniy Strokin
those 100 fields. - Original Message From: Yonik Seeley <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, March 20, 2008 3:48:28 PM Subject: Re: Does emty fields affect index size? Make sure you omit norms for those fields if possible. If you do that, the index

Re: Does emty fields affect index size?

2008-03-20 Thread Yonik Seeley
From: Yonik Seeley <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, March 20, 2008 3:48:28 PM > Subject: Re: Does emty fields affect index size? > > Make sure you omit norms for those fields if possible. If you do > that, the index should only b

Re: Does emty fields affect index size?

2008-03-20 Thread Evgeniy Strokin
Thanks for the info. But what about cache? Will it take more memory for 100 fields schema with the same amount of data? - Original Message From: Yonik Seeley <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, March 20, 2008 3:48:28 PM Subject: Re: Does emty

Re: Does emty fields affect index size?

2008-03-20 Thread Yonik Seeley
Make sure you omit norms for those fields if possible. If you do that, the index should only be marginally bigger. -Yonik On Thu, Mar 20, 2008 at 3:20 PM, Evgeniy Strokin <[EMAIL PROTECTED]> wrote: > Hello, lets say I have 10 fields and usually some 5 of them are present in > each document. An