View Source Indexer (fnord v0.4.1)

This module provides the functionality for the index and delete sub-commands.

Summary

Functions

Permanently deletes the project from the store.

Run the indexing process using the given Indexer struct. If force_reindex is true, the project will be deleted and reindexed from scratch.

Functions

Permanently deletes the project from the store.

Link to this function

new(project, root, ai_module \\ AI)

View Source

Create a new Indexer struct.

Link to this function

run(idx, force_reindex \\ false)

View Source

Run the indexing process using the given Indexer struct. If force_reindex is true, the project will be deleted and reindexed from scratch.