You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2008/09/11 10:59:44 UTC

[jira] Commented: (JCR-1730) Background text extraction not possible when supportHighlighting is set true

    [ https://issues.apache.org/jira/browse/JCR-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630131#action_12630131 ] 

Marcel Reutegger commented on JCR-1730:
---------------------------------------

Forgot a check for LazyTextExtractorField. Fixed in revision: 694185

> Background text extraction not possible when supportHighlighting is set true
> ----------------------------------------------------------------------------
>
>                 Key: JCR-1730
>                 URL: https://issues.apache.org/jira/browse/JCR-1730
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 1.3, 1.4
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.5
>
>
> There is an IndexingQueue that holds nodes that are indexed with a background thread when text extraction takes more time than a configurable limit. When supportHighlighting is set to true the IndexingQueue is never used because the text extract is immediately requested in NodeIndexer. Instead the text extract should be retrieved only when the node is added to the index. 

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