Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.
This repository was archived by the owner on May 2, 2025. It is now read-only.

Make bulk-indexing for fulltext search more effective #42

Description

@michwill

When indexing multiple texts at once, it makes a lot of sense to go word-by word, for performance reasons (in comparison with indexing text-by-text). It ends up in less decryption operations, plus it is possible to index in a process pool without creating any conflicts outside the pool

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions