patrickfrey / strusWebService

web service (HTTP/JSON) to use the strus API as a service
http://project-strus.net
Mozilla Public License 2.0
4 stars 0 forks source link

[CLOSED] test multi-level expressions in query #1

Closed andreasbaumann closed 6 years ago

andreasbaumann commented 6 years ago

Issue by andreasbaumann Thursday Mar 31, 2016 at 17:37 GMT Originally opened as https://github.com/Eurospider/strusWebService/issues/1


implemented, but currently not enough tested.

andreasbaumann commented 6 years ago

Comment by andreasbaumann Wednesday Jun 22, 2016 at 07:14 GMT


An Expression is a list of Terms rather than a tree consisting of expressions and terms.

andreasbaumann commented 6 years ago

Comment by andreasbaumann Sunday Jul 03, 2016 at 14:10 GMT


Only trees of level 1 were supported in the original design. Fixed now for arbitrary sizes of query trees. The JSON-syntax for queries changed in the top-level feature element: new is a 'value' object which then contains either a node of type 'term' or of type 'expression'.