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

Andy Seaborne updated JENA-1576:
--------------------------------
    Description: 
I'm trying to create a text search index for other predicates, as the example 
shows. Is it possible to create such an instance, or did I misunderstand?

*Example:*

{noformat}
<#entMap> a text:EntityMap ;
   text:defaultField "first" ;
   text:entityField "uri" ;
   text:map ([ 
     text:field "first" ; 
     text:predicate <[http://dbpedia.org/property/first]>
   ]).
{noformat}

  was:
I'm trying to create a text search index for other predicates, as the example 
shows. Is it possible to create such an instance, or did I misunderstand?

*Example:*

<#entMap> a text:EntityMap ;
 text:defaultField "first" ;
 text:entityField "uri" ;
 text:map ([ 
 text:field "first" ; 
 text:predicate <http://dbpedia.org/property/first>
 ]).


> Is it possible to create an index for predicates (properties) from other 
> schemas besides rdf-syntax?
> ----------------------------------------------------------------------------------------------------
>
>                 Key: JENA-1576
>                 URL: https://issues.apache.org/jira/browse/JENA-1576
>             Project: Apache Jena
>          Issue Type: New Git Repo
>            Reporter: Alysson Gomes de Sousa
>            Priority: Major
>
> I'm trying to create a text search index for other predicates, as the example 
> shows. Is it possible to create such an instance, or did I misunderstand?
> *Example:*
> {noformat}
> <#entMap> a text:EntityMap ;
>    text:defaultField "first" ;
>    text:entityField "uri" ;
>    text:map ([ 
>      text:field "first" ; 
>      text:predicate <[http://dbpedia.org/property/first]>
>    ]).
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to