Ian Vink Thu, 25 Dec 2008 10:13:34 -0800
Which of these is the better practice: myTitle = luceneDocment.GetField("title").StringValue();
or myTitle = luceneDocment.Get("title"); Thanks in advance. Ian