You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Davide Giannella (JIRA)" <ji...@apache.org> on 2019/04/09 10:37:14 UTC

[jira] [Updated] (OAK-5927) Load excerpt lazily

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

Davide Giannella updated OAK-5927:
----------------------------------
    Fix Version/s: 1.14.0

> Load excerpt lazily
> -------------------
>
>                 Key: OAK-5927
>                 URL: https://issues.apache.org/jira/browse/OAK-5927
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: lucene
>            Reporter: Chetan Mehrotra
>            Priority: Major
>              Labels: performance
>             Fix For: 1.12.0, 1.14.0
>
>
> Currently LucenePropertyIndex loads the excerpt eagerly in batch as part of loadDocs call. The load docs batch size doubles starting from 50 (max 100k) as more data is read. 
> We should look into ways to make the excerpt loaded lazily as and when caller ask for excerpt.
> Note that currently the excerpt are only loaded when query request for excerpt i.e. there is a not null property restriction for {{rep:excerpt}}. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)