Re: What is omitNorms

2011-05-26 Thread Dmitry Kan
r requirement. Do this on field-per-field basis. Set to > "false" on fields where you want the norms, or, set to "true" on fields > where you want to omit the norms > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/What-is-omitNorms-

Re: What is omitNorms

2011-05-26 Thread pravesh
true" on fields where you want to omit the norms -- View this message in context: http://lucene.472066.n3.nabble.com/What-is-omitNorms-tp2987547p2988714.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: What is omitNorms

2011-05-26 Thread Dmitry Kan
gt; On Thu, May 26, 2011 at 11:48 AM, Romi wrote: > > > thanks for the link, i got lot information from this document. Can u > please > > tell me how can i verify omitNorms effect in my document indexing or > > searching. > > > > - > > Romi > >

Re: What is omitNorms

2011-05-26 Thread pravesh
otal "N" fields in the index will require RAM of size: Total docs in index * 1 byte * N -- View this message in context: http://lucene.472066.n3.nabble.com/What-is-omitNorms-tp2987547p2988124.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: What is omitNorms

2011-05-26 Thread Romi
ng example for this.would you please explain. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/What-is-omitNorms-tp2987547p2987799.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: What is omitNorms

2011-05-25 Thread Chandan Tamrakar
t 11:48 AM, Romi wrote: > thanks for the link, i got lot information from this document. Can u please > tell me how can i verify omitNorms effect in my document indexing or > searching. > > - > Romi > -- > View this message in context: > http://lucene.4

Re: What is omitNorms

2011-05-25 Thread Romi
thanks for the link, i got lot information from this document. Can u please tell me how can i verify omitNorms effect in my document indexing or searching. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/What-is-omitNorms-tp2987547p2987649.html Sent from the Solr

Re: What is omitNorms

2011-05-25 Thread Chandan Tamrakar
in > fieldType > or if i set it in field. > > - > Romi > -- > View this message in context: > http://lucene.472066.n3.nabble.com/What-is-omitNorms-tp2987547p2987562.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Chandan Tamrakar * *

Re: What is omitNorms

2011-05-25 Thread Romi
and i also wanted to know what is difference if i set omitNorms in fieldType or if i set it in field. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/What-is-omitNorms-tp2987547p2987562.html Sent from the Solr - User mailing list archive at Nabble.com.

What is omitNorms

2011-05-25 Thread Romi
hi, I want to know what is omitNorms for a field in schema.xml and what will be its effect on indexing and searching if I set it to true or false, please suggest me some suitable example. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/What-is-omitNorms