aboutsummaryrefslogtreecommitdiffstats
path: root/searchcommon
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|\ | | | | Flush populated attributes to disk as part of reprocessing.
| * 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
| | | Implement search context and iteration for imported attributes
* 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 ↵Geir Storli2017-03-142-0/+98
| | | | extending IAttributeVector API.
* Implement a default destructor to avoid the automatic inlining of large ↵Henning Baldersheim2017-03-082-1/+6
| | | | destructors.
* Specify destructors explicit to control inlining.Henning Baldersheim2017-03-082-1/+4
| | | | | Conflicts: build_settings.cmake
* 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
| | | | - Avoid having to include the world for just the data type.
* 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
|
* Add compaction strategy.Tor Egge2016-11-213-0/+41
|
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-021-2/+2
|
* Change to use eval::ValueType instead of tensor::TensorType.Geir Storli2016-09-153-19/+18
|
* Do not require icu unless you really need it.Henning Baldersheim2016-09-111-4/+6
|
* Split out tensor and llvm part of eval to avoid bringing in llvm everywhere ↵Henning Baldersheim2016-09-111-0/+1
| | | | where it is not needed.
* Wire the Grow strategy all the way.Henning Baldersheim2016-09-021-1/+1
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* ignore filesHaavard2016-06-231-0/+4
|
* Switch to github username.Tor Egge2016-06-171-1/+1
|
* balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-162-2/+2
|
* PublishJon Bratseth2016-06-1547-0/+3457