X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Frpn2solr.h;h=94655ab0da70da237bfddc3e53aa4e41a92ec9be;hp=f4dced9d6f814ccbf84ee594edfc5150f0fad86d;hb=17118baaeff3d358a93d93aacfa46cef14ee5bab;hpb=fabec8cc81c901ee77f71e3d8667494b57507e7d diff --git a/include/yaz/rpn2solr.h b/include/yaz/rpn2solr.h index f4dced9..94655ab 100644 --- a/include/yaz/rpn2solr.h +++ b/include/yaz/rpn2solr.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2012 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: @@ -70,6 +70,7 @@ int solr_transform_rpn2solr_wrbuf(solr_transform_t ct, \param attributes RPN attributes \returns pattern value or NULL if not found */ +YAZ_EXPORT const char *solr_lookup_reverse(solr_transform_t ct, const char *category, Z_AttributeList *attributes);