Steven A Rowe wrote:
Hi Yannis,
Hmm, hadn't thought about norms - you could just turn them off,
right?:
<http://lucene.apache.org/java/2_3_2/api/org/apache/lucene/document/Field.html#Field(java.lang.String,%20java.lang.String,%20org.apache.lucene.document.Field.Store,%20org.apache.lucene.document.Field.Index)>
with
<http://lucene.apache.org/java/2_3_2/api/org/apache/lucene/document/Field.Index.html#NO_NORMS>
(Be careful of using NO_NORMS, though, since in addition to disabling
norms, it also disables analysis, so you'd have to add a same-named
Field for each "1".)
We are discussing the same thing in "Case sensitivity" thread - it's
possible to have a tokenized field and omit its norms.
--
Best regards,
Andrzej Bialecki <><
___. ___ ___ ___ _ _ __________________________________
[__ || __|__/|__||\/| Information Retrieval, Semantic Web
___|||__|| \| || | Embedded Unix, System Integration
http://www.sigram.com Contact: info at sigram dot com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]