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

benchmark pkg: allow TrecContentSource not to change the docname

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.0
    • None
    • None
    • New, Patch Available

    Description

      TrecContentSource currently appends 'iteration number' to the docname field.
      Example: if the original docname is DOC0001 then it will be indexed as DOC0001_0

      this presents a problem for relevance testing, because when judging results, the expected docname will never be present.
      This patch adds an option to disable this behavior, defaulting to the existing behavior (which is to append the iteration number).

      Attachments

        1. LUCENE-2059.patch
          2 kB
          Robert Muir

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: