: I did like this:
: - for each term to find, build a FuzzyQuery object like this:
:fq = new FuzzyQuery(new Term("contents", queryString), minSimilarity)
: - as the FuzzyQuery.getEnum() method is protected - and my program is
: in another package, I added a getEnumWrapper() met
stion is: can I have access outside of the OAL(org.apache.lucene)
package
to the TermEnum collection WITHOUT adding getEnumWrapper() ?
Bogdan
--
View this message in context:
http://www.nabble.com/Access-to-the-TermEnum-collection-outside-OAL-package-tp16416884p16416884.html
Sent from the Luc