[
https://issues.apache.org/jira/browse/JCR-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger resolved JCR-1730.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.5
Fixed in trunk: 694164
I'd like to merge this change into the 1.4 branch for inclusion into the 1.4.6
release because this bug makes the background indexing useless when
supportHighlighting is true. Any objections?
> 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.