colrev.env.local_index_builder.LocalIndexBuilder

class colrev.env.local_index_builder.LocalIndexBuilder(*, index_tei=False, verbose_mode=False)[source]

Bases: object

The LocalIndexBuilder implements indexing functionality.

Initialize the instance.

Methods

index

Index all registered CoLRev projects.

index_colrev_project

Index a CoLRev project.

index_journal_rankings

Indexes journal rankings in sqlite database.

index_records

Index a CoLRev project.

reinitialize_sqlite_db

Reinitialize the SQLITE database ().

index()[source]

Index all registered CoLRev projects.

Return type:

None

index_colrev_project(repo_source_path)[source]

Index a CoLRev project.

Return type:

None

index_journal_rankings()[source]

Indexes journal rankings in sqlite database.

Return type:

None

index_records(*, records, repo_source_path, curation_url, curated_masterdata, curated_fields)[source]

Index a CoLRev project.

Return type:

None

reinitialize_sqlite_db()[source]

Reinitialize the SQLITE database ().

Return type:

None