X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fccl.h;h=b7f4e441f0cd701be978a8c389a79b02feb57a5e;hp=dbf73e44cb69379fafa8c3f3d8940e66c5cbe3fb;hb=a6b61b9f8b6576e8159a4e7e6aee88bba7e5d07d;hpb=17118baaeff3d358a93d93aacfa46cef14ee5bab diff --git a/include/yaz/ccl.h b/include/yaz/ccl.h index dbf73e4..b7f4e44 100644 --- a/include/yaz/ccl.h +++ b/include/yaz/ccl.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data. + * Copyright (C) Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -305,6 +305,11 @@ YAZ_EXPORT int ccl_stop_words_info(ccl_stop_words_t csw, int idx, const char **qualname, const char **term); +YAZ_EXPORT +struct ccl_rpn_attr *ccl_parser_qual_search(CCL_parser cclp, const char *name, + size_t name_len); + + #ifndef ccl_assert #define ccl_assert(x) ; #endif @@ -351,8 +356,10 @@ int ccl_stop_words_info(ccl_stop_words_t csw, int idx, #define CCL_BIB1_STR_AND_LIST (-2) #define CCL_BIB1_STR_OR_LIST (-3) #define CCL_BIB1_STR_AUTO_GROUP (-4) +#define CCL_BIB1_STR_SPLIT_LIST (-5) #define CCL_BIB1_REL_ORDER (-1) #define CCL_BIB1_REL_PORDER (-2) +#define CCL_BIB1_REL_OMIT_EQUALS (-3) #define CCL_BIB1_TRU_CAN_LEFT (-1) #define CCL_BIB1_TRU_CAN_RIGHT (-2)