[
https://issues.apache.org/jira/browse/JENA-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16710329#comment-16710329
]
ASF GitHub Bot commented on JENA-1646:
--------------------------------------
GitHub user xristy opened a pull request:
https://github.com/apache/jena/pull/504
JENA-1646 allow optional non-indexing
implements JENA-1646
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BuddhistDigitalResourceCenter/jena
JENA-1646-NoIndex
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/504.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #504
----
commit b757303a205386730888e00d0622ee7b80bb1d3b
Author: Code Ferret <codeferret@...>
Date: 2018-12-05T16:42:17Z
Merge dev NoIndex
----
> 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)