Main Page | Data Structures | Directories | File List | Data Fields | Globals

lcn_term.h File Reference

Routines for handling lucene terms. More...

#include "lcn_types.h"

Go to the source code of this file.

Functions

lcn_term_tlcn_term_create (const lcn_char_t *contents, const lcn_char_t *field, apr_pool_t *pool)
 Create a new term with contents contents and field field, allocated in pool.
lcn_term_tlcn_term_create_cstring (const char *contents, const char *field, apr_pool_t *pool)
 Like lcn_term_create, but with cstring arguments.
int lcn_term_compare (const lcn_term_t *one, const lcn_term_t *two)
 Compare terms one and two, returning an integer less than, equal to, or greater than if one is less than, equal to, or greater than two.


Detailed Description

Routines for handling lucene terms.

Definition in file lcn_term.h.


Generated on Sat Mar 26 08:12:11 2005 for Lucene4c by  doxygen 1.4.0