Re: Enumerating all the terms of a particular field
Someone just asked this question a week ago (unforunatley they asked it on the wrong list)... http://www.nabble.com/Can-I-filter-the-results-returned-by-IndexReader.terms%28field%29-using-a-field--to19849593.html#a19849593 : Subject: Enumerating all the terms of a particular field -Hoss
Enumerating all the terms of a particular field
Hello, How can I get a list of all the terms for a particular field? Is the right approach to extend FilteredTermEnum? Thanks!!