[
https://issues.apache.org/jira/browse/JENA-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16710588#comment-16710588
]
ASF GitHub Bot commented on JENA-1646:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/jena/pull/504
> allow optional non-indexing of text:field
> -----------------------------------------
>
> Key: JENA-1646
> URL: https://issues.apache.org/jira/browse/JENA-1646
> Project: Apache Jena
> Issue Type: Improvement
> Components: Jena
> Affects Versions: Jena 3.9.0
> Reporter: Code Ferret
> Assignee: Code Ferret
> Priority: Minor
> Labels: pull-request-available
> Fix For: Jena 3.10.0
>
>
> When using the Multilingual support, the field to search is generally the
> {{text:field}} with an appended {{text:lang}} field value:
> {code:java}
> altLabel_fr
> {code}
> In this usage, if queries are never performed against the {{text:field}}
> without a _language tag_ then some space and time can be saved by not
> indexing the {{text:field}} and this improvement adds a boolean option,
> {{text:noIndex}}, that is used in the {{text:map}} entries for those entries
> that should not have their {{text:field}} indexed. This only makes sense in
> the context of {{text:multilingualSupport true}} in the {{TextIndex}}.
> A pull request is available.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)