X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft17.c;h=1c1cc3c7f22b1d1b5d23a61f98cc116db42f11d9;hb=1922579d92e1a9559d4c3ab4f1cf461f56c83c3b;hp=15289fa6654247fd086d2ec9b2ded7f136bb9fe1;hpb=a479e3c7f966848a6fc71ac2c2c7f5db7068351b;p=idzebra-moved-to-github.git diff --git a/test/api/t17.c b/test/api/t17.c index 15289fa..1c1cc3c 100644 --- a/test/api/t17.c +++ b/test/api/t17.c @@ -1,8 +1,5 @@ -/* $Id: t17.c,v 1.2 2007-11-06 10:29:59 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -21,19 +18,38 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /** \file - \brief tests unicode enabled searching (index_types) + \brief tests ICU enabled maps */ #include #include "testlib.h" +/* utf-8 sequences for some characters */ +#define char_ae "\xc3\xa6" +#define char_AE "\xc3\x86" + +#define char_oslash "\xc3\xb8" +#define char_Oslash "\xc3\x98" + +#define char_aring "\xc3\xa5" +#define char_Aring "\xc3\x85" + +#define char_comb_ring_above "\xcc\x8a" + +#define char_aring1 "a" char_comb_ring_above +#define char_Aring1 "A" char_comb_ring_above + const char *myrec[] = { - "\nMy title\n\n", - "\nMy x title\n\n", - "\nMy title x\n\n" , + "\nMy computer\n\n", + "\nMy x computer\n\n", + "\nMy computer x\n\n" , + "\n" char_ae "\n\n" , + "\nB" char_aring "d\n" + "זיהוי סדר הארועים בסיפור המרד הגדול מאת צביה בן-שלום 提示:直接点击数据库名称,将进入单库检索 Ngày xửa ngày xưa D.W. all wet\n\n" , 0} ; static void tst(int argc, char **argv) { +#if YAZ_HAVE_ICU ZebraService zs = tl_start_up("zebra17.cfg", argc, argv); ZebraHandle zh = zebra_open(zs, 0); @@ -41,16 +57,76 @@ static void tst(int argc, char **argv) /* simple term */ YAZ_CHECK(tl_query(zh, "@attr 1=title notfound", 0)); + + YAZ_CHECK(tl_query(zh, "@attr 1=title computer", 3)); - /* we should get 3 hits. But 0 for now */ -#if 1 - YAZ_CHECK(tl_query(zh, "@attr 1=title title", 3)); -#else - YAZ_CHECK(tl_query(zh, "@attr 1=title title", 0)); -#endif + YAZ_CHECK(tl_query(zh, "@attr 1=title @attr 5=1 comput", 3)); - + YAZ_CHECK(tl_query(zh, "@attr 1=title .computer.", 3)); + + YAZ_CHECK(tl_query(zh, "@attr 1=title x", 2)); + + YAZ_CHECK(tl_query(zh, "@attr 1=title my", 3)); + + YAZ_CHECK(tl_query(zh, "@attr 1=title mY", 3)); + + YAZ_CHECK(tl_query(zh, char_ae, 1)); + YAZ_CHECK(tl_query(zh, char_AE, 1)); + + YAZ_CHECK(tl_query(zh, "b" char_aring "d", 1)); + YAZ_CHECK(tl_query(zh, "B" char_Aring "D", 1)); + YAZ_CHECK(tl_query(zh, "b" char_aring1 "d", 1)); + YAZ_CHECK(tl_query(zh, "B" char_Aring1 "D", 1)); + + /* Abstract searches . Chinese mostly */ + YAZ_CHECK(tl_query(zh, "@attr 1=abstract בן", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract צביה", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract הגדול", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract בסיפור", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract בסיפ", 0)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract 点", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract wet", 1)); + + YAZ_CHECK(tl_query(zh, "@attr 1=abstract @attr 5=1 בסיפ", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract @attr 5=1 סיפ", 0)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract @attr 5=1 בסי", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract @attr 5=1 בס", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract @attr 5=1 ב", 1)); + + /* phrase search */ + YAZ_CHECK(tl_query(zh, "@attr 1=title {my computer}", 2)); + YAZ_CHECK(tl_query(zh, "@attr 1=title @attr 6=1 {my computer}", 2)); + YAZ_CHECK(tl_query(zh, "@attr 1=title {computer x}", 1)); + + /* complete-subfield search */ + YAZ_CHECK(tl_query(zh, "@attr 1=title @attr 6=2 {my computer}", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=title @attr 6=2 {my}", 0)); + + /* always matches */ + YAZ_CHECK(tl_query(zh, "@attr 1=_ALLRECORDS @attr 2=103 {}", 5)); + YAZ_CHECK(tl_query(zh, "@attr 1=title @attr 2=103 {}", 5)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract @attr 2=103 {}", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=abstract @attr 2=103 {does not match}", 1)); + + /* scan */ + { /* word search */ + const char *ent[] = { char_ae, "B" char_aring "d", "computer", + "My", "x", 0 }; + YAZ_CHECK(tl_scan(zh, "@attr 1=title 0", 1, 10, 1, 5, 1, ent)); + } + + { /* word search */ + const char *ent[] = { "My", "x", 0 }; + YAZ_CHECK(tl_scan(zh, "@attr 1=title cp", 1, 10, 1, 2, 1, ent)); + } + + { /* phrase search */ + const char *ent[] = { char_ae, "B" char_aring "d", "My computer" }; + YAZ_CHECK(tl_scan(zh, "@attr 1=title @attr 6=2 0", 1, 3, 1, 3, 0, ent)); + } + YAZ_CHECK(tl_close_down(zh, zs)); +#endif } TL_MAIN