[
https://issues.apache.org/jira/browse/JENA-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16710587#comment-16710587
]
ASF subversion and git services commented on JENA-1646:
-------------------------------------------------------
Commit 31995c78a06b2f9bb1e1760866806e9eaae61307 in jena's branch
refs/heads/master from [~code-ferret]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=31995c7 ]
JENA-1646 Merge commit 'refs/pull/504/head' of https://github.com/apache/jena.
This close #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)