Chris de Kok created JENA-1049:
----------------------------------
Summary: 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.4#6332)