On Sat, Jan 29, 2011 at 7:55 AM, brsseb <[email protected]> wrote: > doc.add(new Field(attribute, value.toString(), Field.Store.NO, > Field.Index.ANALYZED_NO_NORMS));
You need to enable norms, as thats where the index boost is stored
On Sat, Jan 29, 2011 at 7:55 AM, brsseb <[email protected]> wrote: > doc.add(new Field(attribute, value.toString(), Field.Store.NO, > Field.Index.ANALYZED_NO_NORMS));
You need to enable norms, as thats where the index boost is stored