How do I get the last document added that has a particular term?
Created Sep 7, 2001
Otis Gospodnetic Call:
TermDocs td = IndexReader.termDocs(Term);
TermDocs td = IndexReader.termDocs(Term);
Then grab the last Term in TermDocs that this method returns.