Eric Pugh

Results 184 issues of 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...

jetty-server
client:solrj
tool:build
admin-ui
tests
cat:search

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...

module:hdfs
tool:build
cat:cli
scripts

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...

exempt-stale

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...

documentation
dependencies
module:extraction
tool:build
module:sql
cat:index
module:langid
exempt-stale

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...

documentation
jetty-server
tool:build
start-scripts
tests
cat:search
cat:cloud
cat:index
cat:cli
cat:api
cat:schema
scripts
cat:security
cat:packagemanager
cat:metrics

Typos, methods not used, return values not used, that sort of thing. Flagged by IntelliJ. Refactoring, so no CHANGES.txt or JIRA.

client:solrj
tests

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 ;-)...

documentation
client:solrj
start-scripts
tests
cat:cli