8000 Tags · naufraghi/SeekStorm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: naufraghi/SeekStorm

Tags

v0.11.0

Toggle v0.11.0's commit message
Update index.rs

v0.10.0

Toggle v0.10.0's commit message
One-way and multi-way synonym definition

- One-way and multi-way synonym definition per index
- New server console command `create` to manually create a demo API key.
- See [CHANGELOG.md](https://github.com/SeekStorm/SeekStorm/blob/main/CHANGELOG.md) for details.

v0.9.0

Toggle v0.9.0's commit message
PDF ingestion

- PDF ingestion: Ingest PDF files and directories including sub-directories.
- Ingest via console or REST API, search via Web UI or REST API.
- Stores original PDF file in index, served via REST API endpoint.
- Embedded PDF viewer in Web UI.
- Result sorting in Web UI (Score/Date/Price/Distance acending/descending).
- Numeric facet filter and histogram in Web UI (Date/Price/Distance...).
- Min/Max numeric facet aggregation (Date/Price/Distance...).
- See [CHANGELOG.md](https://github.com/SeekStorm/SeekStorm/blob/main/CHANGELOG.md) for details.

v0.8.0

Toggle v0.8.0's commit message
Tokenizers now allow '+' '-' '#' : C++, C#, Top-k

- Help for server console commands added
- Added a hint of color to console messages
- Preparation for ingest of local files in PDF format (WIP).
- TokenizerType::UnicodeAlphanumeric and TokenizerType::UnicodeAlphanumericFolded now allow '+' '-' '#' in middle or end of a term: c++, c#, block-max, top-k
- query_type_default for server REST API and for library fixed
- multifield decoding case fixed: three embedded fields with each a single position
- Checks if path/file exists for ingest console command

v0.7.6

Toggle v0.7.6's commit message
Defaults for REST API parameters changed

- Set default query_type to Intersection for REST API, if not specified in SearchRequestObject
- Set default similarity_type to Bm25fProximity for REST API, if not specified in CreateIndexRequest
- Set default tokenizer_type to UnicodeAlphanumeric for REST API, if not specified in CreateIndexRequest

v0.7.5

Toggle v0.7.5's commit message
Indexing of documents with > 2 fields fixed

v0.7.4

Toggle v0.7.4's commit message
Search with more than 2 indexed fields fixed

v0.7.3

Toggle v0.7.3's commit message
Fixed get_bm25f_multiterm_multifield

Fixed BM25 component precalculation for get_bm25f_multiterm_multifield

v0.7.2

Toggle v0.7.2's commit message
version number increased to v0.7.2

v0.7.1

Toggle v0.7.1's commit message
Small refactoring in search.rs

0