summaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/extractkeywords/simplequerystackitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* GC some old unused code with ancient 'goto'.....Henning Baldersheim2022-08-291-198/+0
|
* Remove unused item enum and add note on limitations on number of item types.Geir Storli2022-03-251-1/+0
|
* Fixing test with enum item not handled in switchAlexey Chernyshev2022-03-231-0/+1
|
* Use 7 inste4ad ofo 30 for MultiTermItemJon Marius Venstad2022-03-221-1/+2
|
* Reserve slot for MultiTermItem in serialisation format tableJon Marius Venstad2022-03-181-1/+1
|
* add ITEM_TRUE and ITEM_FALSE query nodesArne H Juul2021-10-181-0/+4
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* more descriptive enum name for geo location termArne Juul2020-07-151-2/+2
|
* remove even more unused codeArne Juul2020-07-091-12/+0
|
* GC unused codeArne Juul2020-07-091-2/+0
|
* clean up various issues with ParseItem classArne Juul2020-07-091-0/+207
* SimpleQueryStack only used for one unit test, move it there * Actual instances of ParseItem also only used for same unit test. Split out the object representation into a separate SimpleQueryStackItem class in the unit test directory. * give location ITEM_LOCATION_TERM instead of overloading NUMTERM * ParseItem::ITEM_PAREN never used for anything, remove it * add comment for removal of PAREN enum in prelude/query/Item.java * refactor flag handling with one method per flag