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

[PATCH] Problem with Sort logic on tokenized fields

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4
    • None
    • core/search
    • None
    • Operating System: other
      Platform: All

    • 30382

    Description

      When you set s SortField to a Text field which gets tokenized
      FieldCacheImpl uses the term to do the sort, but then sorting is off
      especially with more then one word in the field. I think it is much
      more logical to sort by field's string value if the sort field is Tokenized and
      stored. This way you'll get the CORRECT sort order

      Attachments

        Activity

          People

            Unassigned Unassigned
            amordo@infosciences.com Aviran Mordo
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: