#include <FieldInfoList.hpp>
Public Member Functions | |
| FieldInfo () | |
| FieldInfo (int _begin, int _end, int _id, INT64 _number=0, int _ordinal=0, int _parentOrdinal=0) | |
| FieldInfo (const FieldInfo &c) | |
Public Attributes | |
| int | begin |
| int | end |
| int | id |
| int | ordinal |
| int | parentOrdinal |
| INT64 | number |
This is an abstract class that represents the information associated with each field entry in a document. The basic information includes the begin and end positions of the field, the field ID (field type), the field ordinal and the parent ordinal.
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4