Re: [Issue] omitNorms ignored in DefaultIndexingChain.getOrAddField method

2019-06-04 Thread Adrien Grand
The field is indeed initially created with omitNorms=false, but this gets fixed later in PerField#invert. Additionally I can't reproduce the bug you are describing: if I index documents with norms disabled, then I don't have norms in my index. On Sat, Jun 1, 2019 at 4:55 AM kai loofi wrote: > > H

[Issue] omitNorms ignored in DefaultIndexingChain.getOrAddField method

2019-06-03 Thread kai loofi
Hello, I am a Lucene user and have been trying to write a search platform on top of lucene using version 6.6.1. I ran into some weird behavior and wanted to seek opinions from the community. I noticed that norms were being created even when I set *omitNorms=true* in the fieldTypes. I chased the is