X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fd1_absyn.h;h=1412d3a60e819e21b3c07b4703e739ed1e731b36;hb=426d07a60c57c3555934655a78437cf4677c65c8;hp=f7aa6c9e8080d1860215c5694309237a7a887316;hpb=6ba9698e88c0283e40fa5980a1a6b551fff2d597;p=idzebra-moved-to-github.git diff --git a/include/d1_absyn.h b/include/d1_absyn.h index f7aa6c9..1412d3a 100644 --- a/include/d1_absyn.h +++ b/include/d1_absyn.h @@ -1,8 +1,5 @@ -/* $Id: d1_absyn.h,v 1.4 2006-05-19 13:49:34 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) 1994-2009 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 @@ -15,15 +12,16 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #ifndef D1_ABSYN_H #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; @@ -55,13 +58,14 @@ struct data1_absyn struct data1_xpelement *xp_elements; /* pop */ struct data1_systag *systags; char *encoding; - int enable_xpath_indexing; + enum DATA1_XPATH_INDEXING xpath_indexing; }; #endif /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab