package
0.0.0-20240614081928-84f9a5e4dba4
Repository: https://github.com/cylscripter/nexusfind.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
FileExist 判断文件是否存在,如果存在返回true,否则返回false.
No description provided by the author
IsDateTime function description : 判断是否是日期时间格式 params : 字符串 return : 是否是日期时间格式.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReadFromJson function description : 读取json文件 params : return :.
No description provided by the author
WriteToJson function description : 写入json文件 params : return :.
# Constants
No description provided by the author
等于.
小于.
大于.
范围内.
No description provided by the author
日期型索引 '2015-11-11 00:11:12',日期型只建立倒排,转成时间戳存储.
只存储不索引的类型.
数字型索引,支持浮点数,只能保留两位小数,数字型索引只建立倒排.
数字型索引,只支持整数,数字型索引只建立倒排.
主键类型,倒排正排都需要,倒排使用B+树存储.
字符型索引[全词匹配].
字符型索引[切词匹配,全文索引,hash存储倒排].
No description provided by the author
文件追加.
打开文件时清空文件.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author