X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Ftools.xml;h=4d47a1b3bf15f205859e154c9afbfafc9e59c1be;hp=4b2a9a1c5a615732cfb8302e2aa29a89a7c05ac0;hb=3227202c561b3189378cba8318c7610aeae1421a;hpb=ce853cc4919ab346fd629e7727905d3ee6e1129f diff --git a/doc/tools.xml b/doc/tools.xml index 4b2a9a1..4d47a1b 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -1,4 +1,4 @@ - + Supporting Tools @@ -264,12 +264,12 @@ int p_query_attset (const char *arg); title-index. In this case, the user could specify - > + ti,ranked=knuth computer - and the ranked would map to structure=free-form-text - (4=105) and the ti would map to title (1=4). + and the ranked would map to relation=relevance + (2=102) and the ti would map to title (1=4). @@ -341,8 +341,8 @@ int p_query_attset (const char *arg); To parse a simple string with a FIND query use the function - struct ccl_rpn_node *ccl_find_str (CCL_bibset bibset, const char *str, - int *error, int *pos); +struct ccl_rpn_node *ccl_find_str (CCL_bibset bibset, const char *str, + int *error, int *pos); which takes the CCL profile (bibset) and query @@ -591,7 +591,7 @@ typedef struct oident The function - < + oid_value oid_getvalbyname(const char *name);