Re: Doubts about TopDocs and Maintain index updated

2010-04-30 Thread Robert Jordan
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

introducing myself

2010-04-30 Thread emagdnim paradox
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