12 sep 2008 kl. 12.25 skrev Bogdan Ghidireac:
I have a large index and I want to remove the norms from a field. Is there a way to do this without reindexing everything ?
You could invoke IndexReader#setNorm(int, String, float) and set the value to 1f.
karl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]