patrickfrey / strus

Library implementing the storage and the query evaluation for a text search engine. It uses on a key value store database interface to store its data. Currently there exists an implementation based on the google LevelDB library.
http://www.project-strus.net
Mozilla Public License 2.0
47 stars 1 forks source link

bool ScalarFunction::isLinearComb( std::vector<double>& values) const #94

Open patrickfrey opened 7 years ago

patrickfrey commented 7 years ago

... does not work at all. Test with '_1' as function when 3 arguments are defined. currently disabled special handling of linear combinations by ScalarFunctionParser.

patrickfrey commented 7 years ago

See #ifdef DISABLED_BECAUSE_OF_ISSUE_94 in ScalarFunctionParser.cpp