X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Ffacet.h;h=2ff9bc1ccfaeb319c5bbb6dee3634b66f4828a90;hp=8a22208f2d7796ab2011fd7e90cb74bff4cb96ec;hb=df65074917a6504ab9f21b5d1897b006ec086007;hpb=b56b6242e4e9c0011b9a2dae6d67c3ef0789251f diff --git a/include/yaz/facet.h b/include/yaz/facet.h index 8a22208..2ff9bc1 100644 --- a/include/yaz/facet.h +++ b/include/yaz/facet.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2011 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: @@ -69,13 +69,7 @@ void yaz_facet_attr_get_z_attributes(const Z_AttributeList *attributes, struct yaz_facet_attr *av); YAZ_EXPORT -Z_FacetList *extract_facet_request(ODR odr, Z_OtherInformation *search_input); - -YAZ_EXPORT -Z_Term *term_create(ODR odr, const char *cstr); - -YAZ_EXPORT -Z_FacetTerm* facet_term_create(ODR odr, Z_Term *term, int freq); +Z_FacetTerm *facet_term_create_cstr(ODR odr, const char *cstr, Odr_int freq); YAZ_EXPORT Z_FacetField* facet_field_create(ODR odr, Z_AttributeList *attributes, @@ -91,6 +85,12 @@ Z_FacetList* facet_list_create(ODR odr, int num_facets); YAZ_EXPORT void facet_list_field_set(ODR odr, Z_FacetList *list, Z_FacetField *field, int index); +YAZ_EXPORT +void yaz_oi_set_facetlist( + Z_OtherInformation **otherInformation, ODR odr, Z_FacetList *facet_list); + +YAZ_EXPORT +Z_FacetList *yaz_oi_get_facetlist(Z_OtherInformation **otherInformation); YAZ_END_CDECL