Is it possible to enumerate all terms that match the specified wildcard filter term. Similar to Lunce WildCardTermEnum API
for example if I search abc* then I just should able to access all the terms abc1, abc2 , abc3... that exists in Index What should be better approach to meet this functionality ? -- Nipen Mark