FirteX-高性能全文索引和检索平台API Documentation |
| Binary(const tchar *name, byte *value, size_t length, bool bNoCopy, bool bCompress, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| Binary(const tchar *name, const datarecord &dr, bool bNoCopy, bool bCompress, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| binaryValue() | firtex::document::CField | [inline] |
| binaryValue(byte *data, size_t len, bool bNoCopy=true) | firtex::document::CField | [inline] |
| binaryValue(const datarecord &dr, bool bNoCopy=true) | firtex::document::CField | [inline] |
| CField(const tchar *name, const char *value, FieldType ft, Store_ store, Index_ index, TermVector_ termVector, float fBoost=1.0) | firtex::document::CField | |
| CField(const tchar *name, const wchar_t *value, FieldType ft, Store_ store, Index_ index, TermVector_ termVector, float fBoost=1.0) | firtex::document::CField | |
| CField(const tchar *name, CReader *reader, bool bDelete, Store_ store, Index_ index, TermVector_ termVector, float fBoost=1.0) | firtex::document::CField | |
| CField(const tchar *name, char *text, size_t length, bool bNoCopy, FieldType ft, Store_ store, Index_ index, TermVector_ termVector, float fBoost=1.0) | firtex::document::CField | |
| CField(const tchar *name, wchar_t *text, size_t length, bool bNoCopy, FieldType ft, Store_ store, Index_ index, TermVector_ termVector, float fBoost=1.0) | firtex::document::CField | |
| CField(const tchar *name, byte *value, size_t length, bool bNoCopy, Store_ store, float fBoost=1.0) | firtex::document::CField | |
| CField(const tchar *name, CTokens *value, bool bDelete, TermVector_ termVector, float fBoost=1.0) | firtex::document::CField | |
| CField(const tchar *name, const numbervar &nvar, Store_ store, Index_ index, float fBoost=1.0) | firtex::document::CField | |
| CField(const CField &clone) | firtex::document::CField | |
| CField(fieldid_t id, const tchar *name, FieldType ft, Store_ store, Index_ index, TermVector_ tv, float fBoost=1.0) | firtex::document::CField | |
| clone() | firtex::document::CField | [inline] |
| fromFlag(FieldFlag flag) | firtex::document::CField | |
| getBoost() | firtex::document::CField | [inline] |
| getData() | firtex::document::CField | [inline] |
| getDataType() const | firtex::document::CField | [inline] |
| getFieldType() const | firtex::document::CField | [inline] |
| getID() | firtex::document::CField | [inline] |
| getIndex() | firtex::document::CField | [inline] |
| getName() | firtex::document::CField | [inline] |
| getStore() | firtex::document::CField | [inline] |
| getTermVector() | firtex::document::CField | [inline] |
| isAnalyzed() | firtex::document::CField | [inline] |
| isCompressed() | firtex::document::CField | [inline] |
| isIndexed() | firtex::document::CField | [inline] |
| isStored() | firtex::document::CField | [inline] |
| isStoreTermVector() | firtex::document::CField | [inline] |
| Keyword(const tchar *name, const char *value, FieldType ft, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| Keyword(const tchar *name, const wchar_t *value, FieldType ft, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| Keyword(const tchar *name, const CDateTime &value, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| Keyword(const tchar *name, const numbervar &value, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| numberValue() | firtex::document::CField | [inline] |
| numberValue(const numbervar &num) | firtex::document::CField | [inline] |
| readerValue() | firtex::document::CField | [inline] |
| readerValue(CReader *reader, bool bDelete=false) | firtex::document::CField | [inline] |
| setBoost(float fBoost) | firtex::document::CField | [inline] |
| setData(CFieldData &data) | firtex::document::CField | [inline] |
| setFieldType(FieldType type) | firtex::document::CField | [inline] |
| setID(fieldid_t fid) | firtex::document::CField | [inline] |
| Text(const tchar *name, const char *value, FieldType ft=FIELD_WORD, Store_ store=Store::NO, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| Text(const tchar *name, const wchar_t *value, FieldType ft=FIELD_WORD, Store_ store=Store::NO, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| Text(const tchar *name, CReader *value, bool bDelete=false, Store_ store=Store::NO, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| Text(const tchar *name, char *text, size_t length, bool bNoCopy=true, FieldType ft=FIELD_WORD, Store_ store=Store::NO, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| Text(const tchar *name, wchar_t *text, size_t length, bool bNoCopy=true, FieldType ft=FIELD_WORD, Store_ store=Store::NO, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| Text(const tchar *name, const str_t &value, bool bNoCopy=true, FieldType ft=FIELD_WORD, Store_ store=Store::NO, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| textValue() | firtex::document::CField | [inline] |
| textValue(char *text, size_t len, bool bNoCopy=true) | firtex::document::CField | [inline] |
| textValue(wchar_t *text, size_t len, bool bNoCopy=true) | firtex::document::CField | [inline] |
| textValue(const str_t &str, bool bNoCopy=true) | firtex::document::CField | [inline] |
| textValue(const wstr_t &wstr, bool bNoCopy=true) | firtex::document::CField | [inline] |
| textWValue() | firtex::document::CField | [inline] |
| toFlag() | firtex::document::CField | |
| Tokens(const tchar *name, CTokens *value, bool bDelete=true, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| tokensValue() | firtex::document::CField | [inline] |
| tokensValue(CTokens *tokens, bool bDelete=true) | firtex::document::CField | [inline] |
| UnIndexed(const tchar *name, const char *value, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| UnIndexed(const tchar *name, const wchar_t *value, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| UnIndexed(const tchar *name, CReader *value, bool bDelete=false, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| UnIndexed(const tchar *name, char *text, size_t length, bool bNoCopy=false, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| UnIndexed(const tchar *name, wchar_t *text, size_t length, bool bNoCopy=false, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| UnIndexed(const tchar *name, const str_t &value, bool bNoCopy=true, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| UnStored(const tchar *name, const char *value, FieldType ft=FIELD_WORD, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| UnStored(const tchar *name, const wchar_t *value, FieldType ft=FIELD_WORD, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| UnStored(const tchar *name, CReader *value, bool bDelete=false, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| UnStored(const tchar *name, char *text, size_t length, bool bNoCopy=true, FieldType ft=FIELD_WORD, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| UnStored(const tchar *name, wchar_t *text, size_t length, bool bNoCopy=true, FieldType ft=FIELD_WORD, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| UnStored(const tchar *name, const str_t &value, bool bNoCopy=true, FieldType ft=FIELD_WORD, TermVector_ termVector=TermVector::NO, float fBoost=1.0) | firtex::document::CField | [inline, static] |
| ~CField() | firtex::document::CField | [virtual] |
http://www.firtex.org http://www.sourceforge.net/projects/firtex