[ https://issues.apache.org/jira/browse/LUCENE-9903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314858#comment-17314858 ]
Michael McCandless commented on LUCENE-9903: -------------------------------------------- Lots of things changed between Lucene 3.6.2 and 8.7.0! But this is not yet issue-worthy, until we can isolate to a specific problem. So, could you instead send an email to the java users list ({{java-u...@lucene.apache.org}}) and include more details? Maybe make a tiny example program (or real unit test) showing the issue? > Search is not working while migrating Lucene 3.6.2 to 8.7.0 > ----------------------------------------------------------- > > Key: LUCENE-9903 > URL: https://issues.apache.org/jira/browse/LUCENE-9903 > Project: Lucene - Core > Issue Type: Bug > Components: core/search > Affects Versions: 8.7 > Reporter: lakshman > Priority: Major > > 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); > } > -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org