RE: [Lucene.Net] Extracting IsStored fields from a search result

2012-01-11 Thread Digy
Hi Chris, There are many methods of IndexReader you can make use of. For ex, to get the field names in the index GetFieldNames or to get the terms Terms. I posted here (http://pastebin.com/aiCy26mj) a simple example to get all terms in the field myfield. DIGY -Original Message- From:

RE: [Lucene.Net] Extracting IsStored fields from a search result

2012-01-11 Thread Prescott Nasser
We're totally aware of the issues with vb.net unfortunately we dont have a fix at the moment, but I know it's on the roadmap I think for 3.0.3 Sent from my Windows Phone From: Chris Lomax Sent: 1/11/2012 12:52 PM To: lucene-net-dev@lucene.apache.org Subject: