Releases: patrickfrey/strus
Test 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
- 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
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
Introduce mandatory error codes everywhere
Test release
fixed several build issues: Build with Clang, Fix bugs in travis build
Test release
fix some build issues
changed paremeter renaming option name in summarizer 'metadata' and 'attribute'
Test release
RPath fixes and some CMake file reorganization
Test 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
Clean up mess with changelogs
Test 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