karl wettin <[EMAIL PROTECTED]> wrote on 17/03/2007 09:43:45: > Also found this in ReutersQueryMaker: > > private void prepareQueries() throws Exception { > // analyzer (default is standard analyzer) > Analyzer anlzr= (Analyzer) Class.forName(config.get("analyzer", > "org.apache.lucene.analysis.StandardAnalyzer")).newInstance(); > > > It should be > > > "org.apache.lucene.analysis.standard.StandardAnalyzer")).newInstance(); >
Nice catch, I fixed that (and the 3 more like this). Thanks Karl! - Doron > > -- > karl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]