Le Samedi 23 Septembre 2006 10:32, Supheakmungkol SARIN a écrit : > Hello all, > > I'd like to know whether there is any built-in method that allow us to get > all the documents that a term belongs to from its index?
you can, but the term should be indexed, and you have to retreive it from it's tokenized form. See IndexReader.termDocs(Term term) Nicolas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]