[
https://issues.apache.org/jira/browse/OAK-9223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabrizio Fortino updated OAK-9223:
----------------------------------
Description:
:fulltext currently allows duplicated texts. Eg:
{code:java}
":fulltext": [ "car here", "car here" ]
{code}
This happens when the index definition has more than one property with
"nodeScopeIndex=true" with the same content.
was:
:suggest currently allows duplicated texts. Eg:
{code:java}
":suggest":{
"suggestion": [ "car here", "car here" ]
}
{code}
This happens when the index definition has more than one property with
"useInSuggest=true" with the same content.
> oak-search-elastic: remove duplications in :fulltext
> ----------------------------------------------------
>
> Key: OAK-9223
> URL: https://issues.apache.org/jira/browse/OAK-9223
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Reporter: Fabrizio Fortino
> Assignee: Fabrizio Fortino
> Priority: Major
>
> :fulltext currently allows duplicated texts. Eg:
> {code:java}
> ":fulltext": [ "car here", "car here" ]
> {code}
> This happens when the index definition has more than one property with
> "nodeScopeIndex=true" with the same content.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)