poet 0.7.0

Static site generator with optional MCP server and LLM SEO optimizations
Documentation
1
2
3
4
5
6
7
8
9
use tantivy::schema::Field;

pub struct SearchIndexFields {
    pub basename: Field,
    pub description: Field,
    pub header: Field,
    pub paragraph: Field,
    pub title: Field,
}