aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
|
* NULL -> nullptrHenning Baldersheim2018-02-048-29/+29
|
* Rankmanager must also handle fieldsets recursively.Henning Baldersheim2018-02-044-64/+80
|
* Utilize using clause.Henning Baldersheim2017-12-131-18/+20
|
* Remove redundant cast.Henning Baldersheim2017-12-131-12/+9
|
* Exception to construction should not create an empty entry in the map.Henning Baldersheim2017-12-131-7/+8
|
* enable re-using termwise bitvectors in second phaseHåvard Pettersen2017-09-202-8/+10
| | | | | detach match data from rank program and refactor match loop re-use bitvector in termwise search if range is the same
* Revert "Havardpe/reuse termwise vector in second phase"Henning Baldersheim2017-09-192-10/+8
|
* MatchData now separate from RankProgramHåvard Pettersen2017-09-192-8/+10
|
* Include what you need.Henning Baldersheim2017-08-181-0/+1
|
* Avoid including more than you need.Henning Baldersheim2017-07-311-0/+2
|
* Follow api change.Henning Baldersheim2017-07-311-3/+3
|
* Update copyright headersJon Bratseth2017-06-1427-27/+27
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1427-27/+27
|
* Update copyright headersJon Bratseth2017-06-1427-27/+27
|
* Revert "Copyright header"Jon Bratseth2017-06-1327-27/+27
|
* Copyright headerJon Bratseth2017-06-1327-27/+27
|
* Reduce exposure to config internals.Henning Baldersheim2017-06-081-0/+1
|
* Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-072-8/+7
|
* Forward declare DocumentType.Henning Baldersheim2017-06-062-0/+2
|