Re: Access to the TermEnum collection outside OAL package

2008-04-02 Thread Chris Hostetter
: 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

Access to the TermEnum collection outside OAL package

2008-04-01 Thread bogdan71
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