Which of these is the better practice:
myTitle = luceneDocment.GetField("title").StringValue();

or

myTitle = luceneDocment.Get("title");

Thanks in advance.
Ian

Reply via email to