[ https://issues.apache.org/jira/browse/LUCENE-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steven Parkes updated LUCENE-796: --------------------------------- Lucene Fields: (was: [New]) > Change Visibility of fields[] in MultiFieldQueryParser > ------------------------------------------------------ > > Key: LUCENE-796 > URL: https://issues.apache.org/jira/browse/LUCENE-796 > Project: Lucene - Java > Issue Type: Improvement > Components: QueryParser > Affects Versions: 2.1 > Environment: not important > Reporter: Oliver Hummel > Fix For: 2.2 > > > In MultiFieldQueryParser the two methods > protected Query getFuzzyQuery(String field, String termStr, float > minSimilarity) throws ParseException > protected Query getWildcardQuery(String field, String termStr) throws > ParseException > are intended to be overwritten if one would like to avoid fuzzy and wildcard > queries. However, the String[] fields attribute of this class is private and > hence it is not accessible in subclasses of MFQParser. If you just change it > to protected this issue should be solved. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]