summaryrefslogtreecommitdiffstats
path: root/streamingvisitors
Commit message (Collapse)AuthorAgeFilesLines
* remove fef/location.h as wellArne Juul2020-07-161-1/+0
|
* remove fef::Location, use common::GeoLocationSpec insteadArne Juul2020-07-162-19/+17
|
* cleanup remains of removed APIArne Juul2020-07-151-2/+0
|
* finish rewrite to use GeoLocationArne Juul2020-07-151-6/+10
|
* split out geo location parser into its own distinct classArne Juul2020-07-151-13/+5
|
* refactor more, add optional field name parsingArne Juul2020-07-152-4/+6
|
* avoid getLocation for nowArne Juul2020-07-151-1/+1
|
* support multiple positions in queryArne Juul2020-07-151-0/+6
|
* Support matched-elements-only for array and wset fields in streaming search.Geir Storli2020-07-101-0/+3
|
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
|
* Add a rank feature that will use the distribution key to provide a globally ↵Henning Baldersheim2020-06-223-3/+7
| | | | | | unique number. unique = (docId << 16 | distributionKey)
* Prepare to support matched-elements-only for arrays and weighted sets of ↵Geir Storli2020-05-203-47/+46
| | | | | | | primitive types. This renames StructFieldMapper to MatchingElementsFields with added support for basic fields. Also some terminology is aligned.
* Fix syntax errors.Henning Baldersheim2020-03-091-3/+3
|
* Use std::make_shared and remove cast not needed.Henning Baldersheim2020-03-091-12/+9
|
* std::make_sharedHenning Baldersheim2020-03-051-25/+25
|
* c_str -> dataHenning Baldersheim2020-01-211-1/+1
|
* Rename hitcollector.cpp -> hitcollector_test.cpp.Geir Storli2019-11-282-1/+1
|
* Move streaming search classes from namespace storage -> streaming.Geir Storli2019-11-2824-56/+59
|
* Rename querywrapper.cpp -> querywrapper_test.cpp.Geir Storli2019-11-282-1/+1
|
* Rename searchvisitor.cpp -> searchvisitor_test.cpp.Geir Storli2019-11-282-1/+1
|
* Move query classes used in streaming search to namespace search::streaming.Geir Storli2019-11-2811-51/+58
|
* Move query classes used in streaming search to separate sub-folder and ↵Geir Storli2019-11-285-7/+7
| | | | sub-library.
* Now fdispatch reliques can goHenning Baldersheim2019-11-161-1/+1
|
* Improve test name.Tor Egge2019-10-181-1/+1
|
* Improve test names. Note that maps are sorted on key.Tor Egge2019-10-181-14/+4
|
* Unit test matching elements filler for streaming search.Tor Egge2019-10-183-0/+433
|
* Enable map/array element filtering in document summary for streaming search.Tor Egge2019-10-154-1/+218
|
* Use the get() api correctly. The value is returned.Henning Baldersheim2019-10-011-2/+2
|
* Remove some more transport related stuff.Henning Baldersheim2019-09-301-11/+10
|
* GC some more unused code.Henning Baldersheim2019-09-301-1/+1
|
* GC some unused code related to fs4 protocol that has now gone missing.Henning Baldersheim2019-09-271-1/+2
|
* Remove v6 and v7 from java side.Henning Baldersheim2019-08-211-16/+0
|
* doc: -> id:Henning Baldersheim2019-08-161-1/+1
|
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-092-4/+2
|
* Use proper scope for enum constants.Tor Egge2019-07-301-1/+1
|
* Remove CppUnit dependencies in modulesTor Brede Vekterli2019-06-261-3/+0
| | | | Move test config helpers out of cppunit submodule.
* test tensor feature extraction for protonHåvard Pettersen2019-06-141-1/+1
| | | | | also make sure we avoid auto-unboxing for both indexed and streaming search
* populate feature sets with serialized tensorsHåvard Pettersen2019-06-132-19/+70
|
* Extend query environment with method to get average field length.Tor Egge2019-06-111-0/+2
|
* Stop inlining some constructors and destructors.Tor Egge2019-03-192-0/+2
|
* Remove unused variables.Tor Egge2019-03-172-2/+0
|
* Fix format string in streamingvisitors module.Tor Egge2019-03-131-1/+1
|
* Remove files used by old unit test runner.Tor Egge2019-02-194-4/+0
|
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-3/+0
|
* Pass stringref by valueHenning Baldersheim2018-08-101-12/+12
|
* move LOG_SETUP after other includesArne Juul2018-06-202-6/+6
|
* use LOG_ABORT not just abort()Arne Juul2018-06-122-3/+7
| | | | | | | | | | * abort() has the unfortunate effect that nothing is seen in the log, just an event (which is usually not displayed); so ops people don't see that the program is crashing at all. * LOG_ABORT("message") will log an error with the message (and the file and line) before calling abort(), so it's easy to see what happened. * add or move <vespa/log/log.h> include and LOG_SETUP lines before LOG_ABORT is used (or included).
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* C++11 for loopsHenning Baldersheim2018-06-062-25/+20
|
* Use the elementIdHenning Baldersheim2018-06-061-3/+3
|