Re: omitNorms for short searchable fields and ID field

2017-08-25 Thread Atita Arora
Hi Chaula, Omitnorms are basically used for index time boost & field length normalization saying that I meant when you do omitNorms=true for any field it stops storing additional stats regarding terms , length , boosts etc for that field and hence drastically reduces the size of index. It infact i

Re: omitNorms and very short text fields

2014-04-01 Thread Markus Jelsma
Yes, that will work. And combined with your other question scores will always be equal even if cinderella or chuck occur more than once in one document. Walter Underwood schreef:Just double-checking my understanding of omitNorms. For very short text fields like personal names or titles, leng

Re: omitNorms

2011-07-29 Thread Chris Hostetter
: my field category (string) has omitNorms=True and omitTermFreqAndPositions=True. : i have indexed all docs but when i do a search like: : http://xxx:xxx/solr/select/?q=category:A&debugQuery=on : i see there's normalization and idf and tf. Why? i can't understand the reason. those options en

Re: omitNorms and omitTermFreqAndPosition

2011-07-19 Thread Chris Hostetter
As a general rule, if you are looking at the score explanations from debugQuery, and you don't understand why you get the scores thta you do, then you should actaully send the score explanations along with your email when you ask why it doesn't match what you expect. In the absense of any othe