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

MatchAllDocsQuery.toString(String field) does not honor the javadoc contract

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.4.1
    • 2.9
    • core/search
    • None
    • New, Patch Available

    Description

      Should be

      public String toString(String field){
      return ":";
      }

      QueryParser needs to be able to parse the String form of this query.

      Attachments

        1. LUCENE-1819.patch
          3 kB
          Mark Miller

        Activity

          People

            markrmiller@gmail.com Mark Miller
            john.wang@gmail.com John Wang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: