Diego Buthay

Results 6 comments of Diego Buthay

I just added the missing js back. We removed it when we disabled new signups on **indextank.com**, and forgot to enable it back. The commit with the change is 8909646

mmm that looks like: - you are getting an error while creating the index - there's no template for status 500 to render that error Is that the only error...

you can solve the problem by installing [https://github.com/flaptor/indextank-py]. If you have **pip** installed on your system, just run `pip install indextank`

Hi, Are you using the embedded rest api on index-engine, or an indextank-engine through indextank-service api?

There's no implementation for function updates on the embedded API yet. I'll see to implementing it, but contributions are welcome :)

We should support unicode docids. Actually, __validate_docid on api/restapi.py. Check the code at https://github.com/linkedin/indextank-service/blob/master/api/restapi.py#L45 So it seems the code sending the update to the LogStorage is not supporting non-ascii docids...