X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcharsets.h;h=fbc61937bc19233fc43531bb9e70983bddb659d3;hb=8c93530f7b60e9125f661654dd47bb623a64b661;hp=8d1efbafca2c9f6c0cac83fb364f716f2cfbc6e2;hpb=572de728d257c3d2e6b11d0f60713c81b004c406;p=pazpar2-moved-to-github.git diff --git a/src/charsets.h b/src/charsets.h index 8d1efba..fbc6193 100644 --- a/src/charsets.h +++ b/src/charsets.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 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 @@ -37,9 +37,11 @@ pp2_charset_t pp2_charset_create(struct icu_chain * icu_chn); void pp2_charset_destroy(pp2_charset_t pct); void pp2_charset_incref(pp2_charset_t pct); -pp2_relevance_token_t pp2_relevance_tokenize(pp2_charset_t pct, - const char *buf, - int skip_article); +pp2_relevance_token_t pp2_relevance_tokenize(pp2_charset_t pct); +void pp2_relevance_first(pp2_relevance_token_t prt, + const char *buf, + int skip_article); + void pp2_relevance_token_destroy(pp2_relevance_token_t prt); const char *pp2_relevance_token_next(pp2_relevance_token_t prt); const char *pp2_get_sort(pp2_relevance_token_t prt);