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

Language Detection Riak Search

2016-02-16 Thread Colin Walker
Hey everyone, I am trying to enable language detection in Solr for my Riak nodes. As far as I know this involves adding an extracting request handler in the solrconfig.xml for each Yokozuna index I would like to have the handler applied to on each node. Is there an easy way to configure this in Y