solr-sql icon indicating copy to clipboard operation
solr-sql copied to clipboard

sql interface for solr cloud

Results 3 solr-sql issues
Sort by recently updated
recently updated
newest added

Bumps [calcite-core](https://github.com/apache/calcite) from 1.7.0 to 1.32.0. Commits 413eded [CALCITE-5275] Release Calcite 1.32.0 57aafa3 Cosmetic changes to release notes 2624925 [CALCITE-5262] Add many spatial functions, including support for WKB (well-kn... 479afa6...

dependencies

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Is there a convenient way to translate a string containing only an SQL condition (e.g. `id=123 and name='foobar'`) into a Solr Condition, _without_ having to define a model, open a...