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

trappy ignoreCase behavior with StopFilter/ignoreCase

Details

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

    Description

      Spinoff from LUCENE-3751:

      * If <code>stopWords</code> is an instance of {@link CharArraySet} (true if
      * <code>makeStopSet()</code> was used to construct the set) it will be
      * directly used and <code>ignoreCase</code> will be ignored since
      * <code>CharArraySet</code> directly controls case sensitivity.
      

      This is really confusing and trappy... we need to change something here.

      Attachments

        1. LUCENE-3765.patch
          9 kB
          Robert Muir
        2. LUCENE-3765.patch
          145 kB
          Robert Muir
        3. LUCENE-3765.patch
          156 kB
          Robert Muir

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: