ISO IEC 24800-3 AMD 1-2015 Information technology - JPSearch - Part 3 Query format - Amendment 1 JPSearch API《信息技术 JP搜索 第3部分 查询格式 修改件1 JP搜索 API》.pdf
《ISO IEC 24800-3 AMD 1-2015 Information technology - JPSearch - Part 3 Query format - Amendment 1 JPSearch API《信息技术 JP搜索 第3部分 查询格式 修改件1 JP搜索 API》.pdf》由会员分享,可在线阅读,更多相关《ISO IEC 24800-3 AMD 1-2015 Information technology - JPSearch - Part 3 Query format - Amendment 1 JPSearch API《信息技术 JP搜索 第3部分 查询格式 修改件1 JP搜索 API》.pdf(16页珍藏版)》请在麦多课文档分享上搜索。
1、Information technology JPSearch Part 3: Query format AMENDMENT 1: JPSearch API Technologies de linformation JPSearch Partie 3: Format dinterrogation AMENDEMENT 1: API JPSearch INTERNATIONAL STANDARD ISO/IEC 24800-3 First edition 2010-05-01 Reference number ISO/IEC 24800-3:2010/Amd.1:2015(E) AMENDMEN
2、T 1 2015-12-15 ISO/IEC 2015 ii ISO/IEC 2015 All rights reserved COPYRIGHT PROTECTED DOCUMENT ISO/IEC 2015, Published in Switzerland All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized otherwise in any form or by any means, electronic or mechanic
3、al, including photocopying, or posting on the internet or an intranet, without prior written permission. Permission can be requested from either ISO at the address below or ISOs member body in the country of the requester. ISO copyright office Ch. de Blandonnet 8 CP 401 CH-1214 Vernier, Geneva, Swit
4、zerland Tel. +41 22 749 01 11 Fax +41 22 749 09 47 copyrightiso.org www.iso.org ISO/IEC 24800-3:2010/Amd.1:2015(E) ISO/IEC 24800-3:2010/Amd.1:2015(E) Foreword ISO (the International Organization for Standardization) and IEC (the International Electrotechnical Commission) form the specialized system
5、for worldwide standardization. National bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by the respective organization to deal with particular fields of technical activity. ISO and IEC technical committees colla
6、borate in fields of mutual interest. Other international organizations, governmental and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of information technology, ISO and IEC have established a joint technical committee, ISO/IEC JTC 1. The procedures used to
7、develop this document and those intended for its further maintenance are described in the ISO/IEC Directives, Part 1. In particular the different approval criteria needed for the different types of document should be noted. This document was drafted in accordance with the editorial rules of the ISO/
8、IEC Directives, Part 2 (see www.iso.org/directives). Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO and IEC shall not be held responsible for identifying any or all such patent rights. Details of any patent rights identified
9、during the development of the document will be in the Introduction and/or on the ISO list of patent declarations received (see www.iso.org/patents). Any trade name used in this document is information given for the convenience of users and does not constitute an endorsement. For an explanation on th
10、e meaning of ISO specific terms and expressions related to conformity assessment, as well as information about ISOs adherence to the WTO principles in the Technical Barriers to Trade (TBT) see the following URL: Foreword - Supplementary information The committee responsible for this document is ISO/
11、IEC JTC 1, Information technology, Subcommittee SC 29, Coding of audio, picture, multimedia and hypermedia information. ISO/IEC 2015 All rights reserved iii Information technology JPSearch Part 3: Query format AMENDMENT 1: JPSearch API Add the following paragraph at the end of Clause 1. In addition,
12、 this part of ISO/IEC 24800 specifies the JPSearch API, a Restful State (REST) Application Programming Interface, complementary to the JPSearch Query Format (JPQF). It is primarily intended to be used for web services. Compared to JPQF, it does not only specify the query syntax, but also the protoco
13、ls used for sending and retrieving queries. It reduces the complexity of expressing image search queries by providing a simplified syntax to express common queries in the form of URIs. Furthermore, the API allows embedding JPQF queries to express more advanced queries or to use the API solely as a c
14、ommunication protocol for sending and retrieving queries between client and repository. In addition to text based search queries, the API provides functionality to support visual search applications, such as content-based image retrieval systems. Change the title of Clause 5 “Disabled datatypes” to
15、“JPQF Disabled datatypes”. Change the title of Clause 6 “Disabled Query Types” to “JPQF Disabled Query Types”. Move Clause 7 “Conformance” to the end of the document and update numbering. Add the following clauses to the end of the document (before Conformance). 7 Basic concepts of the JPSearch API
16、The API builds upon the HyperText Transfer Protocol (HTTP) for client-server communication. More specifically, in the context of a JPSearch-environment, the communication between a JPSearch-client and a JPSearch-server is specified. A JPSearch-client is any application that can formulate JPSearch- r
17、equests and handle JPSearch-responses. A JPSearch-server is an image repository that answers to JPSearch-requests and responds compliant with this part of ISO/IEC 24800. Requests are largely expressed using the Uniform Resource Identifier (URI) syntax. This part of ISO/IEC 24800 follows the RFC 3986
18、 syntax, as shown below: URI = scheme “:/” authority “/” path “?” query “#” fragment More specifically, this part of ISO/IEC 24800 focuses solely on the “query” part of the former definition. The query part is a sequence of key value pairs separated with an “ real numbers; ISO/IEC 24800-3:2010/Amd.1
19、:2015(E) ISO 2015 All rights reserved 1 ISO/IEC 24800-3:2010/Amd.1:2015(E) intervals: from-to, for example, 0-10 denotes any integer number between 0 and 10, 0.-10. denotes any real number between 0 and 10; boolean: 0 = false and 1 = true; string: strings should be URL encoded. Strings can be restri
20、cted to a specific syntax, e.g. a pair is a string of two values separated with a comma: “x,y”; enum: discrete list of valid values, where the options are separated with a “|”. For example: value1|value2|; time: formatted string according to ISO 8601 representation; geolocation: formatted string con
21、taining two comma separated real numbers representing latitude and longitude as decimal degrees with negative numbers for south and west. A JPSearch repository is completely free to specify the remaining part of the URI, i.e. the scheme, authority, path and fragments. Furthermore, additional query o
22、ptions can be specified, as long as they do not infer with the system query options. By default, JPSearch system query options do not have a prefix. However, in order to avoid collisions with custom query options, a prefix can be specified in the capability description. The capability description is
23、 a resource served by any JPSearch-server. It specifies the capabilities of the repository as well as its custom properties and settings. Any system query option can be enabled or disabled in the capability description. In addition, default values can be overwritten. It is the first resource request
24、ed in an initial interaction between a client and a repository. It informs the client about what queries can be send and how they should be formatted for the respective repository. A JPSearch-client requests resources from a JPSearch-server. A JPSearch-server serves the following resources: images:
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ISOIEC248003AMD12015INFORMATIONTECHNOLOGYJPSEARCHPART3QUERYFORMATAMENDMENT1JPSEARCHAPI 信息技术 JP 搜索 部分

链接地址:http://www.mydoc123.com/p-1257136.html