You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Osma Suominen (JIRA)" <ji...@apache.org> on 2017/03/13 08:16:04 UTC

[jira] [Resolved] (JENA-1049) Lang support with SOLR

     [ https://issues.apache.org/jira/browse/JENA-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Osma Suominen resolved JENA-1049.
---------------------------------
    Resolution: Won't Fix

[~ajs6f] Good point! Closing as WONTFIX, since the Solr support has been removed from jena-text (see JENA-1301).

> Lang support with SOLR
> ----------------------
>
>                 Key: JENA-1049
>                 URL: https://issues.apache.org/jira/browse/JENA-1049
>             Project: Apache Jena
>          Issue Type: Bug
>            Reporter: Chris de Kok
>            Priority: Minor
>
> Currently language support does not seem to be supported for SOLR but is for Lucene.
> Example:
> <#entMap> a text:EntityMap ;
>     text:entityField      "uri" ;
>     text:langField        "lang" ;
> #    text:graphField       "graph" ; ## This does not work at all in SOLR and even overrides the search values
>     text:defaultField     "text" ;  
> #    text:uidField         "uid" ;   
>     text:map (
>          # skos:prefLabel
>          [ text:field "prefLabel" ; text:predicate skos:prefLabel ]
>          # skos:altLabel
>          [ text:field "text" ; text:predicate skos:altLabel ]
>          # skos:hiddenLabel
>          [ text:field "text" ; text:predicate skos:hiddenLabel ]
>          ) .
> But no language field is being indexed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)