Typo in some of the .alg files: ForcMerge instead of ForceMerge
---------------------------------------------------------------

                 Key: LUCENE-3768
                 URL: https://issues.apache.org/jira/browse/LUCENE-3768
             Project: Lucene - Java
          Issue Type: Bug
          Components: modules/benchmark
    Affects Versions: 4.0
            Reporter: Sami Siren


Some of the alg files have a typo and have ForcMerge when they should have 
ForceMerge. This causes following exception to display when those are used:

{code}
     [java] java.lang.Exception: Error: cannot understand algorithm!
     [java]     at 
org.apache.lucene.benchmark.byTask.Benchmark.<init>(Benchmark.java:63)
     [java]     at 
org.apache.lucene.benchmark.byTask.Benchmark.exec(Benchmark.java:109)
     [java]     at 
org.apache.lucene.benchmark.byTask.Benchmark.main(Benchmark.java:84)
     [java] Caused by: java.lang.ClassNotFoundException: ForcMerge not found in 
packages [org.apache.lucene.benchmark.byTask.tasks]
     [java]     at 
org.apache.lucene.benchmark.byTask.utils.Algorithm.taskClass(Algorithm.java:283)
     [java]     at 
org.apache.lucene.benchmark.byTask.utils.Algorithm.<init>(Algorithm.java:73)
     [java]     at 
org.apache.lucene.benchmark.byTask.Benchmark.<init>(Benchmark.java:61)
     [java]     ... 2 more
{code}
Caused by: java.lang.ClassNotFoundException: ForcMerge not found in packages 
[org.apache.lucene.benchmark.byTask.tasks]


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to