Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
shuttie closed an issue on nixiesearch/nixiesearch
Lucene index back-compat is broken
We wrap the exact version-specific codec in NixieCodec, but should rely on Lucene logic for that.shuttie pushed 3 commits to master nixiesearch/nixiesearch
shuttie closed a pull request on nixiesearch/nixiesearch
lucene 10.1 upgrade
fixes https://github.com/nixiesearch/nixiesearch/issues/370shuttie created a comment on a pull request on nixiesearch/nixiesearch
Upgraded in a proper PR: https://github.com/nixiesearch/nixiesearch/pull/400
shuttie closed a pull request on nixiesearch/nixiesearch
Update lucene-analysis-common, ... to 10.1.0
## About this PR 📦 Updates * [org.apache.lucene:lucene-analysis-common](https://lucene.apache.org/) * [org.apache.lucene:lucene-analysis-icu](https://lucene.apache.org/) * [org.apache.lucene:lucen...shuttie closed a pull request on nixiesearch/nixiesearch
Update lucene-analysis-common, ... to 10.0.0
## About this PR 📦 Updates * [org.apache.lucene:lucene-analysis-common](https://lucene.apache.org/) * [org.apache.lucene:lucene-analysis-icu](https://lucene.apache.org/) * [org.apache.lucene:lucen...shuttie created a branch on nixiesearch/nixiesearch
feature/lucene10 - Hybrid search engine, combining best features of text and semantic search worlds
shuttie closed an issue on nixiesearch/nixiesearch
add api hostname/port config to docs
as we always exposing 8080 with only api level overrideshuttie pushed 3 commits to master nixiesearch/nixiesearch
shuttie closed a pull request on nixiesearch/nixiesearch
add env override support
so you can set NIXIESEARCH_* and override config vars.shuttie opened a pull request on nixiesearch/nixiesearch
add env override support
so you can set NIXIESEARCH_* and override config vars.shuttie pushed 6 commits to feature/env-overrides nixiesearch/nixiesearch
shuttie created a branch on nixiesearch/nixiesearch
feature/env-overrides - Hybrid search engine, combining best features of text and semantic search worlds
shuttie closed an issue on nixiesearch/nixiesearch
Date and Datetime type support
Should be treated as a logical subtype of a LongField: * store as long, retrieve as a ISO-formatted string * should NOT be searchable * faceting and filtering via range query.shuttie closed a pull request on nixiesearch/nixiesearch
add date/datetime field support
fixes https://github.com/nixiesearch/nixiesearch/issues/229shuttie opened an issue on nixiesearch/nixiesearch
Make features > search more newbie friendly
Section lacks regular "how to search" section.shuttie pushed 2 commits to master nixiesearch/nixiesearch
shuttie closed a pull request on nixiesearch/nixiesearch
Update s3 to 2.29.45
## About this PR 📦 Updates software.amazon.awssdk:s3 from `2.29.25` to `2.29.45` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it...shuttie created a branch on nixiesearch/nixiesearch
feature/date-fields - Hybrid search engine, combining best features of text and semantic search worlds