X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Frpn2solr.h;h=0c67ae9f2ca6db9899a981520d83fa524a62c645;hp=f4dced9d6f814ccbf84ee594edfc5150f0fad86d;hb=6437a10ee3d3160d01d04afe071901e8f496ad34;hpb=fabec8cc81c901ee77f71e3d8667494b57507e7d diff --git a/include/yaz/rpn2solr.h b/include/yaz/rpn2solr.h index f4dced9..0c67ae9 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-2013 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);