Re: All Terms Unique

2008-12-14 Thread 黄成
try indexReader.termDocs() On Mon, Dec 15, 2008 at 2:16 AM, Ian Vink wrote: > I have an index with these terms defined for each document: > language > author > religion > > Is there a simple way to get from the index a unique list of all the > authors > ? > > How about all the authors that also

All Terms Unique

2008-12-14 Thread Ian Vink
I have an index with these terms defined for each document: language author religion Is there a simple way to get from the index a unique list of all the authors ? How about all the authors that also have "english" and "baha'i" set? I'm creating the UI and need 'pickers' for these items. Thanks