: Subject: Is there any possibility to display Index.NO_NORMS values

:          Is there any possibility to display Index values

:               doc.add(new
: Field("test",test,Field.Store.NO,Field.Index.NO_NORMS);
:          indexWriter.addDocument(test);
:
:
:  is it possible to display test value as like stored value?.


I'm confused by your question ... if you want to display the value, why
not store it?  that can be controlled completely independently of the
Index.NO_NORMS option (by changing the Field.Store.NO option)

-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to