Skip to content

Releases: patrickfrey/strus

Test release

24 Jan 11:12

Choose a tag to compare

Test release Pre-release
Pre-release
  • rewrote vector storage interface
  • improved performace of ranking list (select and sort best N)
  • added new method compactDatabase to database client interface for explicit cleanup and compaction
  • implemented structures (with own storage block type) and structure iterators for weighting (test still missing, therefore this feature does not exist yet)
  • reorganized posinfo block code
  • rewrote relocation of resources based on the new file locator interface in strusBase
  • replaced some low level debug macros with debug trace calls

Test release

12 Jun 09:12

Choose a tag to compare

Test release Pre-release
Pre-release
  • use file locator interface of strus base to get working directory
  • moved some program loaders from strus utilities to here (libstrus_storage_prgload_std) and rewrote them based on program lexer in strus base.
  • use debug trace interface for debug messages
  • fixed build issues

Test release

15 Mar 10:47

Choose a tag to compare

Test release Pre-release
Pre-release

added make target cppcheck for static code analysis
adapted changes in error handling defined in strus base: simplified error codes
improve some error messages
added skipPrefix (skip to first element with a prefix) in valueIteratorInterface
fix some smaller build issues

Test release

13 Feb 00:12

Choose a tag to compare

Test release Pre-release
Pre-release

Introduce mandatory error codes everywhere

Test release

29 Dec 13:02

Choose a tag to compare

Test release Pre-release
Pre-release

fixed several build issues: Build with Clang, Fix bugs in travis build

Test release

06 Dec 17:25

Choose a tag to compare

Test release Pre-release
Pre-release

fix some build issues
changed paremeter renaming option name in summarizer 'metadata' and 'attribute'

Test release

13 Oct 18:34

Choose a tag to compare

Test release Pre-release
Pre-release

RPath fixes and some CMake file reorganization

Test release

29 Sep 09:36

Choose a tag to compare

Test release Pre-release
Pre-release

some small fixes that came up with the travis build
fixed missing check of meta data element names, causing a logic error in the commit

Test release

04 Sep 13:25

Choose a tag to compare

Test release Pre-release
Pre-release

Clean up mess with changelogs

Test release

03 Sep 13:48

Choose a tag to compare

Test release Pre-release
Pre-release

remove hardcoded setting of C++98 in CMake files
added method close() to vector storage client
fixed SEGFAULT under some circumstances after StorageClient::close hss been called
implemented posting join operator 'sequence_imm'
some method renamings
added ACL reader interface and method to create it in storage client interface
fixed bug in user access restriction handling (storing ACLs)
fixed bug in docnoAllMatchItr: endless loop under some circumstances
added weighting function 'scalar' that calculates a scalar function on constants, variables and document metadata defined as string
many CMake build fixes