Earlier quoted context omitted.
They are one of the very few companies in that space which still develop their own search technology instead of just adopting and mixing available open source packages. Most other search software these days runs on some flavour of Lucene and rightfully so IMO because Lucene is a rock solid piece of software. This means that creating a defensible USP in that space isn't easy. Algolia did it by essentially developing t…
Are you sure? I thought Algolia literally was Solr (which is ElasticSearch which is Lucene).
Powering Twitch and Medium, Algolia (YC W14) raises $53M
71–80 of 111 posts
Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M
#72Does anyone know their tech stack? I assume it's just a giant elasticsearch cluster.
Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M
#73Earlier quoted context omitted.
plus, from the reading I did, the founders have been working in the search space for a long time and really seem to know what they're doing. Lucene is great, but, it does have limitations: tough to embed in non-JVM applications and poor support for tokenizing things like emojis are two immediate things that come to mind. Elasticsearch is maybe my favorite data storage product in the last 15 years, but the Algolia fol…
Can you expand on emoji tokenization? I don't understand what you mean?
Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M
#74Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M
#75Earlier quoted context omitted.
Two giants? As far as I'm aware, they've only ever been owned by Amazon or private.
Yeah, it was basically Justin.tv which morphed into Twitch and was bought by Amazon.
Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M
#76Anyone care to share positive and negative experiences of using Algolia to power search in your SaaS? (We're currently using MySQL's full-text search and are finding it to be a long way short of the experience we'd like our customers to have.)
Algolia Pros:
* very nice UI/dashboard, stats, lots of options, flexible
* documentation is nice, 'onboarding' was not an issue
* it worked reliably most of the time
Cons:
* lock-in/proprietary. Think twice if you want to base your business on it.
* you have trust them with very sensitive customers data
* it is expensive. We reduced costs from $800/month to 40$/month by moving to self-hosted open source solution with same level/quality of customer experience.
* guys at Algolia like to rewrite client libraries and make them completely backwards incompatible. Good luck rewriting almost everything.
* support is incompetent and honestly it was useless in our case. I don't want to share details here in public as lots of people were involved in the case, but their support is disaster and for us that was major reason to migrate away. We had major issues for 2 weeks and in the end had to debug&fix problem in their client library by our developer. Long story, but that one was disaster.
In short, it wasn't extremely horrible experience overall, product is nice in general, but elasticsearch is very very good and Algolia just couldn't justify price tag, sorry.
Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M
#77Algolia is an amazing service and an absolute joy to use. They deserve all the praise they're getting and then some. However, it's easy to exceed their record limits, especially since you need to duplicate your index every time you want to 'sort by' something. For instance, if I wanted an option to sort my results by date, and to then search these, I'd need to create 2 new slave indexes for date ascending and descend…
Yes.. this is something our startup is working on fixing. How you sort and how you prioritize your fields to be searched are all configurable at query time. If you pay for a million records, you should be able to store a million records. https://searchera.io We are currently in beta and our website is not fully up but the demos give an idea of what is possible.
This brings up a related point.
How strong are the defensibility and separately the network effects in Algolia's business?
I guess once they have a customer, it might be annoying for that customer to switch. Is that accurate?
But is there any reason for the 101th customer to use Algolia other than the brand? My hunch says no, and that there aren't any network effects.
Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M
#78Earlier quoted context omitted.
Yes.. this is something our startup is working on fixing. How you sort and how you prioritize your fields to be searched are all configurable at query time. If you pay for a million records, you should be able to store a million records. https://searchera.io We are currently in beta and our website is not fully up but the demos give an idea of what is possible.
Nice. This brings up a related point. How strong are the defensibility and separately the network effects in Algolia's business? I guess once they have a customer, it might be annoying for that customer to switch. Is that accurate? But is there any reason for the 101th customer to use Algolia other than the brand? My hunch says no, and that there aren't any network effects.
Our On-Premises option is something which a few potential customers have been interested in.
Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M
#79Earlier quoted context omitted.
They are one of the very few companies in that space which still develop their own search technology instead of just adopting and mixing available open source packages. Most other search software these days runs on some flavour of Lucene and rightfully so IMO because Lucene is a rock solid piece of software. This means that creating a defensible USP in that space isn't easy. Algolia did it by essentially developing t…
Are you sure? I thought Algolia literally was Solr (which is ElasticSearch which is Lucene).
Algolia is _not_ built on top of lucene at all.
Re: Powering Twitch and Medium, Algolia (YC W14) raises $53M
#80Oh, that's the Hacker News site search... Works fine for me, except I always switch from "results by Relevance" to "Results by date", as in "Has this been posted already...?" Did not know Google is discontinuing its custom search engine. Looks like there may be a business opportunity here.
If you want to know if something has already been posted on hacker news and are using chrome, I've made an extension for that purpose. It's a reverse lookup that uses algolia search. It's not perfect but I use it daily and solves this problem https://chrome.google.com/webstore/detail/hacker-news-lookup... Hope you find it useful