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