X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Fsnippet.h;h=b2eb90243d8079386d47617615c2fefecfd512f1;hp=fa77bb39fd40514c47fcaee85fdc74cad9a79245;hb=e3f2abdb7863901fc997d5535ff512520edcbd0f;hpb=778027daf74be551bb70a8e8a93d0bbcaeee5b93 diff --git a/include/idzebra/snippet.h b/include/idzebra/snippet.h index fa77bb3..b2eb902 100644 --- a/include/idzebra/snippet.h +++ b/include/idzebra/snippet.h @@ -25,12 +25,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA YAZ_BEGIN_CDECL struct zebra_snippet_word { - zint seqno; - int ord; - char *term; - int match; - int mark; - int ws; + zint seqno; /**< sequence number */ + int ord; /**< ordinal, i.e. database,field,type */ + char *term; /**< term itself */ + int match; /**< both part and real match */ + int mark; /**< part of snippet */ + int ws; /**< white space flag (not indexed material) */ struct zebra_snippet_word *next; struct zebra_snippet_word *prev; };