X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fd1_absyn.h;h=0b34da06627b9579a05bc36d038b79edb37a7654;hb=aa76dfa21ba30fe802a5ef6f3907b57ecd7e6c65;hp=e14740034bcb38441535a961dd2cddb4d654c560;hpb=4478d785b7769691261005c98063b98a5a5971b3;p=idzebra-moved-to-github.git diff --git a/include/d1_absyn.h b/include/d1_absyn.h index e147400..0b34da0 100644 --- a/include/d1_absyn.h +++ b/include/d1_absyn.h @@ -1,8 +1,5 @@ -/* $Id: d1_absyn.h,v 1.6 2006-08-14 10:40:12 adam Exp $ - Copyright (C) 1995-2006 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 Index Data Zebra 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 @@ -24,6 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define D1_ABSYN_H 1 #define ENHANCED_XELM 1 +#define OPTIMIZE_MELM 1 #include #include @@ -39,12 +37,17 @@ typedef struct data1_xpelement struct DFA *dfa; data1_termlist *termlists; struct data1_xpelement *next; +#if OPTIMIZE_MELM + const char *regexp; +#endif + int match_state; + struct data1_xpelement *match_next; } data1_xpelement; struct data1_absyn { char *name; - oid_value reference; + Odr_oid *oid; data1_tagset *tagset; data1_varset *varset; data1_esetname *esetnames;