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/19 21:02:27 UTC

[jira] Resolved: (LUCENENET-350) Performance enhancement in FastVectorHighlighter

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

Digy resolved LUCENENET-350.
----------------------------

    Resolution: Fixed

Thanks Bianco.
I committed the LUCENENET-350.patch

DIGY

> Performance enhancement in FastVectorHighlighter
> ------------------------------------------------
>
>                 Key: LUCENENET-350
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-350
>             Project: Lucene.Net
>          Issue Type: Improvement
>            Reporter: Bianco Veigel
>         Attachments: FieldTermStack.patch, LUCENENET-350.patch, VectorHighlightMapper.cs
>
>
> I've had some performace issues with highlighting large documents (>25MB plain text, > 11000 Terms per Field)
> This can be usual if your indexing i.e. log or trace files.
> Most of the time is spent loading the field value and stored TermVectors and Offets and itering over this List.
> I've build a TermVectorMapper which filters this List, by the searched terms, so that the time is reduces by approx. 30%

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