I was genuinely wondering recently why the Hackernews site search tool didn't show a very recent article with very obvious keywords, that google, for example, had in the first place in the results, when adding "Hn" to those 2 keywords in the search field. Is it a matter of the indexing, it means the article was too recent and it wasn't yet in the Algolia's(I believe) based HN's search tool memory; and in this case go…
https://hn.algolia.com/ only searches the text content of the submitted stories (as in the title and url) and the comments. It doesn't index the actual article content nor take into account links across sites and content like Google does. Algolia (as self-described) is designed to search for things (like products in a ecommerce store) rather than text with concepts, relations, and entities in a knowledge graph like G…
Xapiand: A fast, simple, modern search and storage engine
61–68 of 68 posts
Re: Xapiand: A fast, simple, modern search and storage engine
#62Haven't heard of Vespa? https://vespa.ai
Can you tell us why you like it?
Re: Xapiand: A fast, simple, modern search and storage engine
#63Earlier quoted context omitted.
which problem? There is no problem, especially since the latest gc. Only tradeof
this is a limitation. For instance if you have billions of docs you need 200 tiny servers and have to deal with the communication/administration/monitoring between all of those. anything around 32gb and you will have perf drops everytime the GC works too hard..
Re: Xapiand: A fast, simple, modern search and storage engine
#64Earlier quoted context omitted.
Google search with site:news.ycombinator.com (and optionally a time limit, which I wish wasn't limited to past hour/day/week/month/year) seems consistently superior to what Algolia provides. Algolia is YC company, so I assume that's the main reason it's being used. But that it does such an awful job with such a simply structured site isn't compelling.
Hey latch, I've been working on the Algolia-based HN search and would love to improve it to provide you with a better search experience. Do you think about any specific improvements? Would you mind sharing with us some non-working queries? We can follow-up here and you can also open issues on https://github.com/algolia/hn-search
Google gives many more results, and a few on the first page seem quite relevant. Most notably: https://news.ycombinator.com/item?id=5531192
Re: Xapiand: A fast, simple, modern search and storage engine
#65Earlier quoted context omitted.
Google search with site:news.ycombinator.com (and optionally a time limit, which I wish wasn't limited to past hour/day/week/month/year) seems consistently superior to what Algolia provides. Algolia is YC company, so I assume that's the main reason it's being used. But that it does such an awful job with such a simply structured site isn't compelling.
Hey latch, I've been working on the Algolia-based HN search and would love to improve it to provide you with a better search experience. Do you think about any specific improvements? Would you mind sharing with us some non-working queries? We can follow-up here and you can also open issues on https://github.com/algolia/hn-search
Re: Xapiand: A fast, simple, modern search and storage engine
#66Earlier quoted context omitted.
Google search with site:news.ycombinator.com (and optionally a time limit, which I wish wasn't limited to past hour/day/week/month/year) seems consistently superior to what Algolia provides. Algolia is YC company, so I assume that's the main reason it's being used. But that it does such an awful job with such a simply structured site isn't compelling.
Hey latch, I've been working on the Algolia-based HN search and would love to improve it to provide you with a better search experience. Do you think about any specific improvements? Would you mind sharing with us some non-working queries? We can follow-up here and you can also open issues on https://github.com/algolia/hn-search
But it's the 3rd result in Algolia, behind stories that are both older and with fewer votes.
Re: Xapiand: A fast, simple, modern search and storage engine
#67Earlier quoted context omitted.
Hey latch, I've been working on the Algolia-based HN search and would love to improve it to provide you with a better search experience. Do you think about any specific improvements? Would you mind sharing with us some non-working queries? We can follow-up here and you can also open issues on https://github.com/algolia/hn-search
I just googled "elixir property testing site:news.ycombinator.com" and the first hit was what I wanted. But it's the 3rd result in Algolia, behind stories that are both older and with fewer votes.
Let me share that to the team and see whether we can try something.
Re: Xapiand: A fast, simple, modern search and storage engine
#68Xapiand depends on xapian-core which is licensed under GPL (not LGPL). Makes me think that Xapiand should be licensed under GPL, instead of MIT?