DocumentInfo

DocumentInfo class

表示索引文档的描述符。

public class DocumentInfo

特性

姓名 描述
DocumentSourceKind { get; } 获取文档来源种类。
FilePath { get; } 获取从文件索引的文件路径或从流或结构索引的文档键。
FileType { get; } 获取文件类型。
FormatFamily { get; } 获取文档格式系列。
IndexedWithError { get; } 获取索引错误的指标。
InnerPath { get; } 获取容器文档项的内部路径。
InnerPathParts { get; } 获取容器文档项的内部路径部分。

方法

姓名 描述
static Deserialize(byte[]) 从字节数组中反序列化一个实例。
Serialize() 将当前实例序列化为字节数组。
override ToString() 返回一个String代表当前DocumentInfo.

评论

了解更多

也可以看看