hashedixsearch

Lightweight in-process search engine for Python (by openculinary)

Hashedixsearch Alternatives

Similar projects and alternatives to hashedixsearch

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better hashedixsearch alternative or higher similarity.

hashedixsearch reviews and mentions

Posts with mentions or reviews of hashedixsearch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-29.
  • Ask HN: What is the most interesting software you wrote in a few days?
    8 projects | news.ycombinator.com | 29 May 2022
    Around April 2020 I identified a project need for an "inverted search engine" - a system that would accept documents (recipe ingredient lines, like "three large onions") as input, and would match those against a dataset of terms (ingredient names, like "tofu" or "tomato").

    That would have been possible with a feature like percolation[1] in Elasticsearch, but I felt that the overhead of maintaining state (percolator queries) by using a network service would be excessive and that building an in-process alternative would be feasible.

    The result is hashedixsearch[2], a pure-Python search engine library with support for stemming, synonyms and a few other features[3] to support the use-case.

    It builds upon inverted index support provided by the hashedindex[4] library.

    [1] - https://www.elastic.co/guide/en/elasticsearch/reference/curr...

    [2] - https://pypi.org/project/hashedixsearch/

    [3] - https://github.com/openculinary/hashedixsearch/blob/6980ee63...

    [4] - https://github.com/michaelaquilina/hashedindex/

Stats

Basic hashedixsearch repo stats
1
1
7.0
3 months ago

openculinary/hashedixsearch is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.

The primary programming language of hashedixsearch is Python.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com