Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Build custom index #50

Open
capjamesg opened this issue Dec 27, 2021 · 1 comment
Open

Build custom index #50

capjamesg opened this issue Dec 27, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@capjamesg
Copy link
Owner

A big goal I have is to replace Elasticsearch with a custom search index, hopefully one that has lesser memory requirements. I am still thinking through how this would work. The rough process would look like:

  1. Build a reverse index.
  2. Build a system to ingest data.
  3. Save records to the file system.
  4. Figure out how to retrieve data from the index for multi-word terms (are bi/trigrams needed?).

This work may be done in a separate open repository to stay away from key app development until the project is ready.

@capjamesg
Copy link
Owner Author

This experiment is being worked on in this repo:

https://github.com/capjamesg/search-index

@capjamesg capjamesg added the enhancement New feature or request label Sep 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant