On 30.04.2010 00:01, Leonardo Azize Martins wrote:
Hello,
In the current version Hits object is Obsolete. How to use TopDocs? How can
I get Document from it?
TopDocs td = searcher.Search ();
foreach (ScoreDoc sd in td.scoreDocs) {
Document doc = searcher.Doc(sd.doc);
}
Robert
Hey all,
I am doing some work with the spellchecker and am finding various
issues/enhancements. I was wondering what the preferred method of doing this is
- should I write up a JIRA note and attach my patch and have someone else
commit, or just commit myself? (Or should I just add bugs to the t