You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2011/02/12 08:10:57 UTC

[jira] Created: (STANBOL-80) Add Parameter to parse the search field to the /find RESTful Service

Add Parameter to parse the search field to the /find RESTful Service
--------------------------------------------------------------------

                 Key: STANBOL-80
                 URL: https://issues.apache.org/jira/browse/STANBOL-80
             Project: Stanbol
          Issue Type: New Feature
          Components: Entity Hub
            Reporter: Rupert Westenthaler
            Assignee: Rupert Westenthaler


A request by florent andré
> If I well imagine the problem, it's because de search is done on
> rdf-schema#label and that my text are in skos:prefLabel... right ?

Find Requests currently support the following parameters (extract from README.TXT)
    /sites/find?name={query}

Request: 
    GET /sites/find?name={query}&lang={lang}&limit={limit}&offset={offset}
    POST -d "name={query}&lang={lang}&limit={limit}&offset={offset}" /sites/find

The Idea is to add an additional optional parameter
 field={field} parameter that can be used to parse the field used to perform the search.

In the example provided by florent andré one would set this parameter to
field=http://www.w3.org/2004/02/skos/core#prefLabel

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Closed: (STANBOL-80) Add Parameter to parse the search field to the /find RESTful Service

Posted by "Rupert Westenthaler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Westenthaler closed STANBOL-80.
--------------------------------------

    Resolution: Fixed

see Revision 1070047

> Add Parameter to parse the search field to the /find RESTful Service
> --------------------------------------------------------------------
>
>                 Key: STANBOL-80
>                 URL: https://issues.apache.org/jira/browse/STANBOL-80
>             Project: Stanbol
>          Issue Type: New Feature
>          Components: Entity Hub
>            Reporter: Rupert Westenthaler
>            Assignee: Rupert Westenthaler
>   Original Estimate: 5h
>  Remaining Estimate: 5h
>
> A request by florent andré
> > If I well imagine the problem, it's because de search is done on
> > rdf-schema#label and that my text are in skos:prefLabel... right ?
> Find Requests currently support the following parameters (extract from README.TXT)
>     /sites/find?name={query}
> Request: 
>     GET /sites/find?name={query}&lang={lang}&limit={limit}&offset={offset}
>     POST -d "name={query}&lang={lang}&limit={limit}&offset={offset}" /sites/find
> The Idea is to add an additional optional parameter
>  field={field} parameter that can be used to parse the field used to perform the search.
> In the example provided by florent andré one would set this parameter to
> field=http://www.w3.org/2004/02/skos/core#prefLabel

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira