|
IDZEBRA 2.2.8
|
#include <snippet.h>
Data Fields | |
| zint | seqno |
| int | ord |
| char * | term |
| int | match |
| int | mark |
| int | ws |
| struct zebra_snippet_word * | next |
| struct zebra_snippet_word * | prev |
| int zebra_snippet_word::mark |
part of snippet
Definition at line 32 of file snippet.h.
Referenced by snippet_xml_record(), zebra_snippets_append_match(), zebra_snippets_clear(), zebra_snippets_log(), and zebra_snippets_ring().
| int zebra_snippet_word::match |
both part and real match
Definition at line 31 of file snippet.h.
Referenced by snippet_xml_record(), zebra_snippets_append_match(), zebra_snippets_clear(), zebra_snippets_log(), zebra_snippets_ring(), and zebra_snippets_window().
| struct zebra_snippet_word* zebra_snippet_word::next |
Definition at line 34 of file snippet.h.
Referenced by perform_facet(), snippet_check_fields(), snippet_xml_record(), special_index_xml_record(), zebra_snippets_append_match(), zebra_snippets_clear(), zebra_snippets_log(), zebra_snippets_lookup(), zebra_snippets_ring(), and zebra_snippets_window().
| int zebra_snippet_word::ord |
ordinal, i.e. database,field,type
Definition at line 29 of file snippet.h.
Referenced by perform_facet(), snippet_check_fields(), snippet_xml_record(), special_index_xml_record(), zebra_snippets_append_match(), zebra_snippets_log(), zebra_snippets_lookup(), zebra_snippets_ring(), and zebra_snippets_window().
| struct zebra_snippet_word* zebra_snippet_word::prev |
Definition at line 35 of file snippet.h.
Referenced by zebra_snippets_append_match(), and zebra_snippets_ring().
| zint zebra_snippet_word::seqno |
sequence number
Definition at line 28 of file snippet.h.
Referenced by perform_facet(), snippet_check_fields(), special_index_xml_record(), zebra_snippets_append_match(), zebra_snippets_log(), zebra_snippets_lookup(), zebra_snippets_ring(), and zebra_snippets_window().
| char* zebra_snippet_word::term |
term itself
Definition at line 30 of file snippet.h.
Referenced by perform_facet(), scan_save_set(), snippet_xml_record(), special_index_xml_record(), zebra_snippets_append_match(), zebra_snippets_log(), and zebra_snippets_window().
| int zebra_snippet_word::ws |
white space flag (not indexed material)
Definition at line 33 of file snippet.h.
Referenced by perform_facet(), snippet_xml_record(), zebra_snippets_append_match(), zebra_snippets_log(), zebra_snippets_lookup(), zebra_snippets_ring(), and zebra_snippets_window().