Expand description
Content search and indexing infrastructure
This module provides comprehensive content search capabilities for all file types in a repository, including documentation, configuration files, code comments, and source code content.
Modules§
- extractors
- Comment extractors for source code files
- index
- Content indexing for fast search and retrieval
- parsers
- Content parsers for documentation and configuration files
- search
- High-level content search interface
Structs§
- ChunkId
- Unique identifier for content chunks
- Content
Chunk - A chunk of content with metadata
- Content
Node - Content node representing an entire file’s content structure
- Content
Stats - Statistics about indexed content
- Content
Update - Update event for content changes
- Search
Match - Individual match within content
- Search
Query - Content search query parameters
- Search
Result - Search result for a content match
Enums§
- Comment
Context - Context for comments within code
- Config
Format - Configuration file formats
- Content
Type - Types of content that can be indexed
- Content
Update Kind - Types of content updates
- Document
Format - Documentation formats