summaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps
Commit message (Expand)AuthorAgeFilesLines
* faster gbdt forest evaluationHåvard Pettersen2019-10-021-2/+15
* Remove "enable enumerated save" flag from attribute vectors as this should be...Geir Storli2019-08-191-8/+1
* Extend MemoryIndex to take an instance of IFieldLengthInspector to setup fiel...Geir Storli2019-06-061-22/+24
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-14/+14
* Make member variables in DocIdAndFeatures non-public.Geir Storli2019-04-301-7/+5
* Rename memoryindex* -> memory_index*.Geir Storli2019-04-111-1/+1
* Stop inlining some constructors and destructors.Tor Egge2019-03-191-0/+2
* Stop setting optind before calling getopt() or getopt_long().Tor Egge2019-03-181-0/+2
* Fix format strings in searchlib module.Tor Egge2019-03-122-7/+9
* Stop using size_t for file offset or file size.Tor Egge2019-03-121-4/+4
* Eliminate some clang warnings in searchlibTor Egge2019-02-081-1/+0
* Rename AttributeVector::saveAs() method to save().Tor Egge2018-08-171-1/+1
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
* Merge branch 'master' into arnej/use-log-abortArne Juul2018-06-201-0/+1
|\
| * Reduce code visibility.Henning Baldersheim2018-06-131-0/+1
* | use LOG_ABORT not just abort()Arne Juul2018-06-123-5/+5
|/
* Reduce code visibilityHenning Baldersheim2018-06-121-2/+5
* move more param stuff to lazy_params.hHåvard Pettersen2018-01-161-1/+1
* handle 'in' operator as custom (tensor) map operationHåvard Pettersen2017-11-031-13/+3
* Let config reflect what it is, a threadpool serving a range of background tas...Henning Baldersheim2017-10-064-4/+4
* Use multiple threads for mbus invokeHenning Baldersheim2017-09-262-13/+7
* Replace tab with spaces.Geir Storli2017-09-131-2/+2
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-1/+1
* Drop the dangerous LinkedPtr.Henning Baldersheim2017-08-211-1/+1
* Include only what you need.Henning Baldersheim2017-08-183-2/+3
* Update copyright headersJon Bratseth2017-06-1420-20/+20
* Revert "Update copyright headers"Jon Bratseth2017-06-1420-20/+20
* Update copyright headersJon Bratseth2017-06-1420-20/+20
* Revert "Copyright header"Jon Bratseth2017-06-1320-20/+20
* Copyright headerJon Bratseth2017-06-1320-20/+20
* Rename vespa-header-inspect to vespa-fileheader-inspect.Tor Egge2017-06-074-7/+7
* Merge pull request #2628 from yahoo/toregge/rename-loadattribute-to-vespa-att...Geir Storli2017-06-075-7/+7
|\
| * Rename loadattribute to vespa-attribute-inspect.Tor Egge2017-06-065-7/+7
* | Update ignore file.Tor Egge2017-06-041-1/+1
* | Stop installing uniform application. It has been used to selectTor Egge2017-06-041-2/+0
* | Remove expgolomb app. It was a test app that has effectivelyTor Egge2017-06-043-180/+0
|/
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-012-2/+0
* Reduce fastos.h dependency.Henning Baldersheim2017-06-014-12/+6
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-248-152/+70
* Move docIdLimit from WriteableFileChunk to FileChunk.Geir Storli2017-05-121-1/+2
* Rename nextId() -> getDocIdLimit().Geir Storli2017-05-121-4/+4
* Write docIdLimit to header in idx file of WriteableFileChunk.Geir Storli2017-05-121-1/+1
* Deinline destructors++Henning Baldersheim2017-05-031-1/+1
* add override in searchlib moduleArne H Juul2017-04-1211-18/+18
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-052-22/+23
* deiniline destructorsHenning Baldersheim2017-03-093-25/+34
* more info about parameter usage when verboseHaavard2017-03-031-11/+27
* update with lazy parameter passing APIHaavard2017-02-271-4/+2
* wire in immediate evaluation of new syntaxHaavard2017-02-101-1/+1
* use mapped input fileHaavard2017-02-071-32/+5