000 概论
信息检索类型 根据检索内容划分 数据检索 事实检索 文献检索 根据信息存储与检索方式划分 手工检索 计算机检索 根据组织方式划分 文本检索 超文本检索 超媒体检索
信息检索概述
- 信息检索类型
- 根据检索内容划分
- 数据检索
- 事实检索
- 文献检索
- 根据信息存储与检索方式划分
- 手工检索
- 计算机检索
- 根据组织方式划分
- 文本检索
- 超文本检索
- 超媒体检索
- 根据检索内容划分
检索工具概述
graph LR
A[外表特征] --> B[篇名字段]
A --> C[作者字段]
A --> D[来源出版物相关字段]
E[内容特征] --> F[文摘字段]
E --> G[关键词字段]
{init: {'theme': 'neutral'}} Define Node Styles (扁平化柔和配色)
classDef process fill:#e3f2fd,stroke:#1565c0,stroke-width:1px,rx:5,ry:5;
classDef decision fill:#fff9c4,stroke:#fbc02d,stroke-width:1px;
classDef highlight stroke:#ff1744,stroke-width:2px,stroke-dasharray: 5 5,fill:#ffebee,color:#b71c1c;
classDef tool fill:#f5f5f5,stroke:#757575,stroke-width:1px,stroke-dasharray: 3 3;
Define Tool Subgraph
subgraph Tools [检索工具分类]
H[搜索引擎]:::tool
I[数据库]:::tool
J[其他工具]:::tool
end
Tool Links
B -.-> H
B -.-> I
B -.-> J
Special Link Styling for Feedback Loop
linkStyle 8,9 stroke:#ff1744,stroke-width:1.5px,stroke-dasharray: 5 5;