HN user

zachfier

3 karma
Posts1
Comments2
View on HN

We were actually considering both an initial crawling mechanism so you can "just go", and a very simple REST API for adding, updating, and deleting existing documents in the index. So you would be able to have both a 0-60 approach for getting your already-public-facing content into a sub-second search index, and also the ability to granularly submit document batches.

As far as security is concerned, one assumption is that if your content is already crawlable, it's not private. That said, it would be trivial to implement a mechanism for keeping private data private - and even public data from being indexed (i.e. with a meta tag.)