16 mar 2007 kl. 02.23 skrev Doron Cohen (JIRA):


[ https://issues.apache.org/jira/browse/LUCENE-829? page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doron Cohen resolved LUCENE-829.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
    Lucene Fields: [Patch Available]  (was: [New])

Commited the fix for this.
There were actually two more cases like this.

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();


--
karl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to