codelibs / elasticsearch-taste

Mahout Taste-based recommendation on Elasticsearch
Apache License 2.0
335 stars 60 forks source link

Bulk loading of preference data #26

Closed mattty closed 9 years ago

mattty commented 9 years ago

Is there a method for bulk loading of preference data?

mattty commented 9 years ago

@marevol any thoughts on this? POSTing each datum separately to the event endpoint becomes a bottleneck for me with large volume of data. I have tried using the Elasticsearch _bulk API, but it complains that a type cannot begin with an underscore prefix.

marevol commented 9 years ago

Currently, bulk is not supported. I'll work on that in the next release.

mattty commented 9 years ago

Thanks @marevol, looking forward to it