summaryrefslogtreecommitdiffstats
path: root/searchcommon
Commit message (Expand)AuthorAgeFilesLines
* Add config for the alloc grow factor used when allocating buffers in multi-va...Geir Storli2018-01-221-11/+24
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-201-2/+0
* Add string from enum lookup to IAttributeVectorTor Brede Vekterli2017-08-211-0/+12
* Include what you need.Henning Baldersheim2017-08-181-4/+4
* Change SchemaBuilder to use attributes config to setup imported attribute fie...Geir Storli2017-08-164-32/+22
* Update copyright headersJon Bratseth2017-06-1437-37/+37
* Revert "Update copyright headers"Jon Bratseth2017-06-1437-37/+37
* Update copyright headersJon Bratseth2017-06-1437-37/+37
* Code cleanup while considering options for hit estimation.Henning Baldersheim2017-06-142-8/+4
* Revert "Copyright header"Jon Bratseth2017-06-1337-37/+37
* Copyright headerJon Bratseth2017-06-1337-37/+37
* Reduce exposure to config internals.Henning Baldersheim2017-06-081-1/+0
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-012-2/+0
* Reduce fastos.h dependency.Henning Baldersheim2017-05-261-4/+2
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-023-38/+21
* add override in searchcommon moduleArne H Juul2017-04-121-1/+1
* Use datatype and collection type from config when building schema for importe...Geir Storli2017-04-064-45/+38
* Reuse result from static cast.Geir Storli2017-04-051-6/+8
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-055-102/+123
* Use overrideHenning Baldersheim2017-04-041-5/+3
* OverrideHenning Baldersheim2017-04-041-2/+2
* Add REFERENCE to schema data types.Tor Egge2017-04-033-2/+7
* Merge pull request #2075 from yahoo/toregge/flush-populated-attributes-to-diskGeir Storli2017-03-294-32/+76
|\
| * Refactor parameters for predicate attributes.Tor Egge2017-03-274-24/+76
| * Remove max internal blob size from attribute config.Tor Egge2017-03-242-8/+0
* | remove most usage of LinkedPtr from vespaHaavard2017-03-271-2/+0
|/
* Add imported search context and iteration (#2031)Tor Brede Vekterli2017-03-172-0/+5
* Simplify ISearchContext.Geir Storli2017-03-161-17/+2
* Move asDocumentWeightAttribute() to IAttributeVector.Geir Storli2017-03-151-0/+8
* Extend IAttributeVector API with function for creating a ISearchContext.Geir Storli2017-03-152-1/+23
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-143-0/+66
* Re-indent.Geir Storli2017-03-141-40/+39
* Move search::attribute::ISearchContext to searchcommon in preparation of exte...Geir Storli2017-03-142-0/+98
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-082-1/+6
* Specify destructors explicit to control inlining.Henning Baldersheim2017-03-082-1/+4
* Support building a schema from imported-fields config.Geir Storli2017-03-077-14/+46
* Add imported attribute fields to schema.Geir Storli2017-03-074-39/+91
* Add using statement for shared ptr (and change 'typedef' to 'using').Geir Storli2017-02-221-8/+9
* Optimize includes.Henning Baldersheim2017-02-061-3/+2
* Add reference attribute.Tor Egge2017-02-022-1/+3
* eval -> vespaeval as library name.Henning Baldersheim2017-01-241-1/+1
* make stuff compile and testHaavard2017-01-232-1/+2
* make vespalib compile and testHaavard2017-01-231-1/+0
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-0/+1
* Explicit instantiation of common maps/sets.Henning Baldersheim2016-12-151-1/+1
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-1/+1
* Use schema::DataTypeHenning Baldersheim2016-12-121-40/+36
* - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-126-137/+179
* Extend compaction strategy with separate limit for address space.Tor Egge2016-11-281-6/+11
* Avoid creating many instances of rather large methods.Henning Baldersheim2016-11-222-3/+10