Eric Pugh
Eric Pugh
We used to do some logic about before ES 5 and after ES 5 around the `source` field??? However, look at this: https://github.com/o19s/splainer-search/blob/master/factories/esSearcherFactory.js#L126 As far as I can tell, we...
Did you know you could get the handler name back? I didn't! Magic `echoHandler` parameter! Oh, add to ref guide!
# Description I am working with other folks, especially Stavros Macrakis ([email protected]), to come up with a solution for understanding what users are doing in response to search results. We...
https://issues.apache.org/jira/browse/SOLR-17180 # Description Migrating some commands that are nested in the rather unknown `snapshotscli.sh` into `bin/solr` as commands. # Solution Leave the old code alone, copy the logic into the...
https://issues.apache.org/jira/browse/SOLR-16957 # Description BATS test for user managed index replication. This is a End 2 End test, not a unit test for Bash scripts. # Solution Fire up three independent...
https://issues.apache.org/jira/browse/SOLR-17023 # Description Code and BATS test that demonstrates downloading a sentiment classification model from Huggingface, converting it to Onnx model, uploading the model to Solr's FileStore, and then configuring...
I am trying to verify that TurboStreams works... I'm having luck when I go direct to Rails from web browser, but with HAProxy having issues. I wanted to test out...
https://issues.apache.org/jira/browse/SOLR-16824 # Description Backport to branch_9x the code in https://github.com/apache/solr/commit/0df3e63ffbdcde0eb953876a3fb47994d334d8f2. The changes are backwards compatible, however we need to remove the use of OPTION_CREDENTIALS from all the commands. # Solution...
Typos, methods not used, return values not used, that sort of thing. Flagged by IntelliJ. Refactoring, so no CHANGES.txt or JIRA.
https://issues.apache.org/jira/browse/SOLR-14673 # Description Bring in code that @joel-bernstein wrote, but using the SolrCLI infrastructure. The original code is a patch in the associated JIRA. # Solution Another CLI client ;-)...