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 2023/05/16 08:44:00 UTC

[jira] [Resolved] (OAK-10211) Rectify documentation for hybrid indexes

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

Mohit Kataria resolved OAK-10211.
---------------------------------
    Fix Version/s: 1.54.0
       Resolution: Fixed

> Rectify documentation for hybrid indexes
> ----------------------------------------
>
>                 Key: OAK-10211
>                 URL: https://issues.apache.org/jira/browse/OAK-10211
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: indexing
>            Reporter: Mohit Kataria
>            Assignee: Mohit Kataria
>            Priority: Minor
>             Fix For: 1.54.0
>
>
> The documentation for "synchronous Lucene property indexes"(hybrid indexes) is linked to [https://jackrabbit.apache.org/archive/wiki/JCR/Synchronous-Lucene-Property-Indexes_115513516.html]
>  
> But the info is not correct, the document suggests  following index definition:
> {code:java}
> /oak:index/assetType
>   - jcr:primaryType = "oak:QueryIndexDefinition"
>   - type = "lucene"
>   - async = ["async", "sync"]
>   + indexRules
>     + nt:base
>       + properties
>         + resourceType
>           - propertyIndex = true
>           - name = "assetType"
>           - sync = true {code}
> But it should be
> {code:java}
> async = ["async", "nrt"]  {code}
> h4.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)