#include "lcn_types.h"
Go to the source code of this file.
Definition in file lcn_field.h.
|
Indicates if a field is indexed or not.
Definition at line 42 of file lcn_field.h. |
|
Indicates if a field is stored in the index or not.
Definition at line 35 of file lcn_field.h. |
|
Indicates if a field is stored in the index's termvector.
Definition at line 49 of file lcn_field.h. |
|
Create new field. The field will have the name name, the value value, and its status with regard to storage, indexing, and termvector are determined by the stored, indexed, and termvector arguments. All allocation is done with pool. |