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

Search is not working while migrating Lucene 3.6.2 to 8.7.0

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 8.7
    • None
    • core/search
    • None
    • New

    Description

      We are upgrading the Lucene version from 3.6.2 to 8.7.0 version, we are facing the search issue, once request is reach to search method then response is not coming out  the execution flow is blocked by search method

      public void collect(IndexSearcher is) throws CorruptIndexException,public void collect(IndexSearcher is) throws CorruptIndexException, IOException

      { TopFieldCollector collector = TopFieldCollector.create(TopFieldCollector collector = TopFieldCollector.create( reverse ? reverseSort : sort, numr, val); is.setSimilarity(new ClassicSimilarity()); is.search(query, numr);  }

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            lakshman.peta lakshman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: