ebernhardson
ebernhardson
I looked into this as well previously, and the limitations of elasticsearch of only being able to specify a Query implementation in the rescorer makes this difficult. One method might...
I've pondered something along these lines before. I've talked with other's before about how it would be nice in some cases to write the scoring equation with math, rather than...
I realized while looking over some feature values that the query explorer query also works slightly different to others with respect to `missing as zero`. Query explorer looks to always...
Sounds like, at minimum, we might need a documentation patch? Will need to review the docs to double check.
I previously hacked up the plugin to test run models through tensorflow[1]. While interesting the complications of JNI along with performance concerns (we could only batch model evaluation per segment,...
I can't speak to the particulars of the implementation done here, but as a feature this is something I think would be useful to include. We have thousands of indices...
I'm not 100% sure. The most obvious thing for me would be if one was implemented in terms of the other, so they both do the same thing. Tacking on...
This was closed as a 'works as intended', with the link to the web sphere docs. I can't find anything in the linked websphere doc about STATE_DEPOSITED or STATE_DEPOSITING. For...
This is additionally shown in the 'state machine' graph provided by ibm: http://i.imgur.com/1mp8t.png
That makes sense. I will write and test a patch along that line of thought this week.