Re: Faceting and omitNorms=true

2010-10-12 Thread Markus Jelsma
You can safely set it to 0 (default) for solr.Textfield types that you don't do sloppy phrase queries on. From the schema.xml comments: > The optional positionIncrementGap puts space between multiple fields > of this type on the same document, with the purpose of preventing > false phrase matchin

Re: Faceting and omitNorms=true

2010-10-12 Thread Paolo Castagna
Thank you Markus for your quick reply. Do you have a recommendation|suggestion about positionIncrementGap? Paolo Markus Jelsma wrote: You can omit norms in field that you only facet on. The matrix only lists mandatory values for those parameters. On Tuesday, October 12, 2010 10:15:35 am Paol

Re: Faceting and omitNorms=true

2010-10-12 Thread Markus Jelsma
You can omit norms in field that you only facet on. The matrix only lists mandatory values for those parameters. On Tuesday, October 12, 2010 10:15:35 am Paolo Castagna wrote: > Hi, > I am not completely sure on what's the recommended setting for fields > used for faceting regarding omitNorms and

Faceting and omitNorms=true

2010-10-12 Thread Paolo Castagna
Hi, I am not completely sure on what's the recommended setting for fields used for faceting regarding omitNorms and potitionIncrementGap. Should I used omitNorms="true"? What about positionIncrementGap? At the moment I have this in my schema.xml: stored="false" multiValued="true" />