Hi All,

How to get enumeration of all terms starting at a given term. I have upgrade 
lucene version from lucene 3.6 to lucene 5.5.2. After 3.6, indexReader terms 
api is removed which used to give list of terms.
I have used below code  to get the termEnum, but it has no option to pass the 
value of the field which is used to get the matching result.

Terms terms = MultiFields.getTerms(reader, TEXT_FIELD);
TermsEnum termsEnum = terms.iterator();

Can anyone help me on this.

Thanks,
Mukul Ranjan
___ Watch an eGain Customer Service 
Transformation<https://www.youtube.com/watch?v=dEwdFfWoyuE> Success Story

Reply via email to