[
https://issues.apache.org/jira/browse/JENA-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16686755#comment-16686755
]
ASF GitHub Bot commented on JENA-1630:
--------------------------------------
Github user rvesse commented on the issue:
https://github.com/apache/jena/pull/489
So basically this is just avoiding redundantly storing the literal value
multiple times.
The actual literal value is always stored at least once but may be indexed
multiple times in many non-stored fields with different analysers for different
languages?
> store literals only once in lucene docs for jena-text w/ multilingual configs
> -----------------------------------------------------------------------------
>
> Key: JENA-1630
> URL: https://issues.apache.org/jira/browse/JENA-1630
> Project: Apache Jena
> Issue Type: Improvement
> Components: Text
> Affects Versions: Jena 3.9.0
> Reporter: Code Ferret
> Assignee: Code Ferret
> Priority: Major
> Labels: easyfix, performance, pull-request-available
> Fix For: Jena 3.10.0
>
>
> We can save some space in the Lucene db for jena-text when using multilingual
> configurations by only storing the incoming literal once rather than for each
> field's language tag variant.
> A PR is ready
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)