[ 
https://issues.apache.org/jira/browse/JENA-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906631#comment-15906631
 ] 

A. Soroka commented on JENA-1049:
---------------------------------

[~osma], shall we close this {{WON'T-FIX}}?

> 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)

Reply via email to