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 <[EMAIL PROTECTED]> 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.

Reply via email to