Hi all,
Is there any possibility to display Index values
(ie) when we want to search a field we use,
String test="9840836588"
Document doc=new Document();
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?.
--
View this message in context:
http://www.nabble.com/Is-there-any-possibility-to-display-Index.NO_NORMS-values-tf3971495.html#a11272948
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]