FAQ

"maureen tanuwidjaja" wrote:

How to disable lucene norm factor?
Once you've created a Field and before adding to your Document
index, just call field.setOmitNorms(true).

Note, however, that you must do this for all Field instances by that
same field name because whenever Lucene merges segments, if even one
Document did not disable norms then this will "spread" so that all documents
keep their norms, for the same field name.

Ie you must fully rebuild your index with the above code change to
truly not store norms.

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Search Discussions

  • Maureen tanuwidjaja at Mar 13, 2007 at 3:57 pm
    ok mike.I'll try it and see wheter could work :) then I will proceed to optimize the index.
    Well then i guess it's fine to use the default value for maxMergeDocs which is INTEGER.MAX?

    Thanks a lot

    Regards,
    Maureen


    Michael McCandless wrote:
    "maureen tanuwidjaja" wrote:
    How to disable lucene norm factor?
    Once you've created a Field and before adding to your Document
    index, just call field.setOmitNorms(true).

    Note, however, that you must do this for all Field instances by that
    same field name because whenever Lucene merges segments, if even one
    Document did not disable norms then this will "spread" so that all documents
    keep their norms, for the same field name.

    Ie you must fully rebuild your index with the above code change to
    truly not store norms.

    Mike

    ---------------------------------------------------------------------
    To unsubscribe, e-mail: [email protected]
    For additional commands, e-mail: [email protected]




    ---------------------------------
    Bored stiff? Loosen up...
    Download and play hundreds of games for free on Yahoo! Games.

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupjava-user @
categorieslucene
postedMar 13, '07 at 3:44p
activeMar 13, '07 at 3:57p
posts2
users2
websitelucene.apache.org

People

Translate

site design / logo © 2023 Grokbase