Tags: naufraghi/SeekStorm
Tags
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.
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.
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
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
PreviousNext