Xapiand: A fast, simple, modern search and storage engine
21–30 of 68 posts
Re: Xapiand: A fast, simple, modern search and storage engine
#22Re: Xapiand: A fast, simple, modern search and storage engine
#23Re: Xapiand: A fast, simple, modern search and storage engine
#24I'm interested, can anyone give a quick overview of why you'd use this over Elasticsearch?
Well for one, Java is ridiculously memory hungry. The resource costs of Elasticsearch is the #1 reason I'm not using it. I've seen a few projects which had the aim of reimplementing the Elasticsearch backend in Rust, but were incomplete. That would be my ideal solution, personally.
Re: Xapiand: A fast, simple, modern search and storage engine
#25Re: Xapiand: A fast, simple, modern search and storage engine
#26Earlier quoted context omitted.
I don't know how true that is anymore, that "Java is ridiculously memory hungry". It does power billions of devices, after all. :-P
why do you think they called their product "elastic"? java heap size? 32gb? above that and you are in for problems
Re: Xapiand: A fast, simple, modern search and storage engine
#27I 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…
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.
Re: Xapiand: A fast, simple, modern search and storage engine
#28I'm interested, can anyone give a quick overview of why you'd use this over Elasticsearch?
Well for one, Java is ridiculously memory hungry. The resource costs of Elasticsearch is the #1 reason I'm not using it. I've seen a few projects which had the aim of reimplementing the Elasticsearch backend in Rust, but were incomplete. That would be my ideal solution, personally.
Re: Xapiand: A fast, simple, modern search and storage engine
#29Re: Xapiand: A fast, simple, modern search and storage engine
#30I 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…
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 Google.