Omar Didi writes (4/20/2005 5:05 PM):

Hi guys,

If a field is indexed as UnStored how can I get it value?
I tried document.get("UnStored_field") it returns null.


You didn't store it, so it's not there. If the field happens to be a single Term, you might be able to find it in the index, expensively. If not, it ranges from difficult to impossible.

Chuck


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



Reply via email to