Re: Language Detection Riak Search

2016-02-21 Thread Colin Walker
Update: Please ignore the last part of my question. It is not taking more than a minute to index a single record, that's just bad logging on my part :) Everything is actually operating smoothly and a large document with language indexing enabled only adds about 0.5 milliseconds. On Sun, Feb 21, 20

Re: Language Detection Riak Search

2016-02-21 Thread Colin Walker
Hello again everyone, Since I am using Java, I ended up going with a solution where I just used the langdetect library right in my Java code and simply appended the language code to the strings I want to be able to search. I've found it's actually much easier than configuring the update request ha