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

[jira] Created: (LUCENENET-349) FieldMatch not working in FastVectorHighlighter

FieldMatch not working in FastVectorHighlighter
-----------------------------------------------

                 Key: LUCENENET-349
                 URL: https://issues.apache.org/jira/browse/LUCENENET-349
             Project: Lucene.Net
          Issue Type: Bug
            Reporter: Bianco Veigel
         Attachments: FieldQuery.patch

The ctor-Parameter "FieldMatch" is not working if false, because the FieldQuery returns null for "getTermSet" and "GetRootMap" instead of a List of all Terms.

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


[jira] Resolved: (LUCENENET-349) FieldMatch not working in FastVectorHighlighter

Posted by "Digy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENENET-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Digy resolved LUCENENET-349.
----------------------------

    Resolution: Fixed

Thanks  	 Bianco. I committed a small variation of your patch (as in FVH.Java)
DIGY

> FieldMatch not working in FastVectorHighlighter
> -----------------------------------------------
>
>                 Key: LUCENENET-349
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-349
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: Bianco Veigel
>         Attachments: FieldQuery.patch
>
>
> The ctor-Parameter "FieldMatch" is not working if false, because the FieldQuery returns null for "getTermSet" and "GetRootMap" instead of a List of all Terms.

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


[jira] Updated: (LUCENENET-349) FieldMatch not working in FastVectorHighlighter

Posted by "Bianco Veigel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENENET-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bianco Veigel updated LUCENENET-349:
------------------------------------

    Attachment: FieldQuery.patch

Patch for this Issue

> FieldMatch not working in FastVectorHighlighter
> -----------------------------------------------
>
>                 Key: LUCENENET-349
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-349
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: Bianco Veigel
>         Attachments: FieldQuery.patch
>
>
> The ctor-Parameter "FieldMatch" is not working if false, because the FieldQuery returns null for "getTermSet" and "GetRootMap" instead of a List of all Terms.

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