You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Digy (JIRA)" <ji...@apache.org> on 2010/03/06 20:44:27 UTC

[jira] Closed: (LUCENENET-289) Highlighter does not return fragments for wildcard queries

     [ https://issues.apache.org/jira/browse/LUCENENET-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Digy closed LUCENENET-289.
--------------------------

    Resolution: Won't Fix


Just use
   "parser.SetMultiTermRewriteMethod(MultiTermQuery.SCORING_BOOLEAN_QUERY_REWRITE);"
before "parser.Parse"

DIGY

> Highlighter does not return fragments for wildcard queries
> ----------------------------------------------------------
>
>                 Key: LUCENENET-289
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-289
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: atashbahar
>
> I just download the latest code from SVN and updated my project and found out that Highlighter does not work properly when it comes to queries that contain wildcard characters. The return fragments contain no text.
> I was using version 2.0 before this and the Highlighter was returning correct results.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.