X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftest_search.c;h=51b405e09f23fa81ad14319d3fc28b0dc674276d;hb=a5c8c78e8671af863fc61b2ad8b24f92f827f7b2;hp=80e75d36ca6f9b9d974e11c4d2fdcc2c2cf6a41f;hpb=8664d6939b6be2e0de78c81ff99b8e24d304abc3;p=idzebra-moved-to-github.git diff --git a/test/api/test_search.c b/test/api/test_search.c index 80e75d3..51b405e 100644 --- a/test/api/test_search.c +++ b/test/api/test_search.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) 1994-2011 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 @@ -19,6 +19,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA /** \file \brief test various search attributes */ +#if HAVE_CONFIG_H +#include +#endif #include #include "testlib.h" @@ -50,11 +53,23 @@ const char *myrec[] = { "\n", "\nMy title xa b c c c a y\n\n" , + "\ntesta1 a2 c a1 a2 a3\n\n" , "\n" " 2107-09-19 00:00:00\n" "\n" , + "\n" + "" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "12345" + "" + "" + , 0} ; static void tst(int argc, char **argv) @@ -153,14 +168,36 @@ static void tst(int argc, char **argv) /* string relations, < */ YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=1 0", 0)); - YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=1 my", 0)); + YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=1 my", 1)); /* string relations, <= */ - YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=2 my", 3)); - YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=2 mn", 0)); + YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=2 my", 4)); + YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=2 mn", 1)); /* = */ YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=3 my", 3)); + YAZ_CHECK( + tl_query(zh, + "@attr 1=4 @attr 2=3 " + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "12345" + , 1)); + + YAZ_CHECK( + tl_query_x(zh, + "@attr 1=4 @attr 2=3 " + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "123456" + , 0, 11)); + /* string relations, >= */ YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=4 x", 2)); @@ -173,8 +210,8 @@ static void tst(int argc, char **argv) YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=5 title", 2)); /* always-matches relation */ - YAZ_CHECK(tl_query(zh, "@attr 1=_ALLRECORDS @attr 2=103 {ym}", 4)); - YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=103 {x my}", 3)); + YAZ_CHECK(tl_query(zh, "@attr 1=_ALLRECORDS @attr 2=103 {ym}", 6)); + YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 2=103 {x my}", 5)); YAZ_CHECK(tl_query_x(zh, "@attr 1=1 @attr 2=103 {x my}", 0, 114)); /* and searches */ @@ -246,6 +283,16 @@ static void tst(int argc, char **argv) /* exl=0 distance=1 order=1 relation=3 (=), known, unit=word */ YAZ_CHECK(tl_query(zh, "@attr 1=1016 @prox 0 1 1 3 k 2 a b", 1)); + + /* exl=0 distance=1 order=1 relation=3 (=), known, unit=word */ + YAZ_CHECK(tl_query(zh, "@attr 1=1016 @prox 0 1 1 3 k 2 c a", 1)); + /* exl=0 distance=1 order=1 relation=2 (<=), known, unit=word */ + YAZ_CHECK(tl_query(zh, "@attr 1=1016 @prox 0 1 1 2 k 2 c a", 1)); + + /* exl=0 distance=1 order=1 relation=2 (<=), known, unit=word */ + YAZ_CHECK(tl_query(zh, "@attr 1=1016 @prox 0 1 1 2 k 2 @prox 0 1 1 2 k 2 a1 a2 a3", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=1016 @prox 0 1 1 3 k 2 @prox 0 1 1 3 k 2 a1 a2 a3", 1)); + /* 3 term @prox test.. */ YAZ_CHECK(tl_query(zh, "@attr 1=1016 \"a b c\"", 1)); @@ -255,7 +302,7 @@ static void tst(int argc, char **argv) /* left associative (works fine) */ YAZ_CHECK(tl_query(zh, "@attr 1=1016 @prox 0 1 1 2 k 2 @prox 0 1 1 2 k 2 a b c", 1)); - /* exl=0 distance=1 order=1 relation=3 (=), known, unit=word * + /* exl=0 distance=1 order=1 relation=3 (=), known, unit=word */ /* right associative (does not work, so zero hits) */ YAZ_CHECK(tl_query(zh, "@attr 1=1016 @prox 0 1 1 3 k 2 a @prox 0 1 1 3 k 2 b c", 0)); /* left associative (works fine) */