Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-3768

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

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0-ALPHA
    • 3.6, 4.0-ALPHA
    • modules/benchmark
    • None
    • New

    Description

      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:

           [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
      

      Caused by: java.lang.ClassNotFoundException: ForcMerge not found in packages [org.apache.lucene.benchmark.byTask.tasks]

      Attachments

        1. LUCENE-3768.patch
          15 kB
          Robert Muir
        2. LUCENE-3768.patch
          12 kB
          Sami Siren
        3. LUCENE-3768.patch
          8 kB
          Sami Siren

        Activity

          People

            rcmuir Robert Muir
            siren Sami Siren
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: