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 "Mohit Kataria (Jira)" <ji...@apache.org> on 2022/03/21 12:48:00 UTC

[jira] [Updated] (OAK-9731) If property length is > 32766, we should truncate property and truncated property should be searchable

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

Mohit Kataria updated OAK-9731:
-------------------------------
    Description: 
If property length is > 32766, we should truncate property and truncated property should be searchable

Currently we are using truncated property (32766 length) where orderBy is enabled for sort order. But in case of lucene's property index the truncated property is not searchable.

> If property length is > 32766, we should truncate property and truncated property should be searchable  
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OAK-9731
>                 URL: https://issues.apache.org/jira/browse/OAK-9731
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>            Reporter: Mohit Kataria
>            Priority: Minor
>
> If property length is > 32766, we should truncate property and truncated property should be searchable
> Currently we are using truncated property (32766 length) where orderBy is enabled for sort order. But in case of lucene's property index the truncated property is not searchable.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)