#include "lcn_types.h"
#include "lcn_directory.h"
#include "lcn_field.h"
#include <apr_tables.h>
Go to the source code of this file.
Typedefs | |
typedef lcn_fielddata_t | lcn_fielddata_t |
Opaque structure representing a segment's field data. | |
Functions | |
lcn_error_t * | lcn_fielddata_open (lcn_fielddata_t **fd, const lcn_directory_t *d, const lcn_char_t *s, apr_pool_t *pool) |
Return the field data fd for segment s in directory d, allocated within pool. | |
lcn_error_t * | lcn_fielddata_get_doc (apr_array_header_t **doc, lcn_fielddata_t *fd, apr_uint32_t doc_num, apr_pool_t *pool) |
Returns in doc an array of lcn_field_t pointers associated with document number doc_num, allocated within pool. |
Definition in file lcn_fielddata.h.