Mark, The TermsComponent should do the trick for you.
http://wiki.apache.org/solr/TermsComponent Erik On Dec 9, 2009, at 7:46 AM, Mark N wrote:
Is it possible to enumerate all terms that match the specified wildcardfilter term. Similar to Lunce WildCardTermEnum APIfor example if I search abc* then I just should able to access all theterms abc1, abc2 , abc3... that exists in Index What should be better approach to meet this functionality ? -- Nipen Mark