summaryrefslogtreecommitdiffstats
path: root/streamingvisitors
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Include stringfmt where it was needed.Henning Baldersheim2017-06-062-2/+3
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-022-1/+7
| | | | includes
* Put the start and end iterators into a Range class for simplicity and ↵Henning Baldersheim2017-04-241-2/+2
| | | | readability.
* add override in streamingvisitors moduleArne H Juul2017-04-128-17/+17
|
* Use CollectionType defined in search::index::schema for search::fef::FieldInfo.Geir Storli2017-04-041-1/+1
| | | | This is the same as done with DataType.
* Add field id to the onPrimitive interface.Henning Baldersheim2017-04-032-5/+5
|
* remove most usage of LinkedPtr from vespaHaavard2017-03-275-10/+10
|
* Update comments with lifetime assumptions.Henning Baldersheim2017-03-212-4/+4
|
* No need for std::moveHenning Baldersheim2017-03-211-1/+1
|
* Remove StorageDocument::LPHenning Baldersheim2017-03-215-39/+40
|
* deinline large destructorsHenning Baldersheim2017-03-086-2/+23
|
* Add more trace points during (search) visitor executionTor Brede Vekterli2017-03-061-1/+4
|
* update with lazy APIHaavard2017-02-234-16/+15
|
* Merge pull request #1844 from yahoo/arnej/remove-nonslime-summary-codeGeir Storli2017-02-232-4/+1
|\ | | | | Arnej/remove nonslime summary code
| * remove setting of "allow slime" flagArne H Juul2017-02-231-4/+0
| |
| * make useSlimeInsideFields always trueArne H Juul2017-02-231-0/+1
| | | | | | | | | | * remove the useSlimeInsideFields argument, it is now always true * remove some now-unused code