Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full text search extension #997

Open
penberg opened this issue Feb 13, 2025 · 2 comments
Open

Full text search extension #997

penberg opened this issue Feb 13, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@penberg
Copy link
Collaborator

penberg commented Feb 13, 2025

Let's look into, for example, providing a Limbo extension for https://github.com/quickwit-oss/tantivy. Would be interesting to see if we can combine its BM25 with #832 to provide hybrid search also.

@penberg penberg added the enhancement New feature or request label Feb 13, 2025
@pedrocarlo
Copy link
Contributor

pedrocarlo commented Feb 14, 2025

Are we leaning towards something closer to how Postgres handles full text search? Also, Tantivy is multithreaded by default. Would this have an impact on construction of the extension?

@penberg
Copy link
Collaborator Author

penberg commented Feb 15, 2025

@pedrocarlo Based on the feedback I've heard, people don't exactly love FTS5, but I don't claim to know for a fact what they want. Tantivy is just a suggestion from someone, happy to consider other options too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants