This may have been answered before, but is there a reason why setting the default operator on a QueryParser throws a java.lang.NoSuchFieldError??? QueryParser parser = new QueryParser( "title", new TokenAnalyzerImpl() ); parser.setDefaultOperator( QueryParser.AND_OPERATOR ); // This line throws the exception I'm on version 2.2. But this isn't all that complex hehe. Anyone? Jordon
- QueryParser Default Operator Jordon Saardchit
- RE: QueryParser Default Operator Jordon Saardchit