summaryrefslogtreecommitdiffstats
path: root/searchcommon/src/tests/schema/schema_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fold searchcommon into searchlibHenning Baldersheim2022-05-201-396/+0
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* GC unused timestamp in schema.Henning Baldersheim2019-12-161-75/+13
|
* Rename experimentalpostinglistformat -> interleavedfeatures in indexschema.def.Geir Storli2019-06-241-3/+3
|
* Specify default values when loading an IndexField from config lines.Geir Storli2019-05-031-1/+15
|
* Propagate flag to trigger use of experimental posting list format for an ↵Geir Storli2019-05-021-1/+2
| | | | index field.
* Rewrite schema test to use gtest.Geir Storli2019-05-021-124/+143
|
* Remove unused settings (prefix, phrases, positions) from index field in schema.Geir Storli2019-05-021-9/+2
|
* UINT1 -> BOOLHenning Baldersheim2018-12-161-5/+4
|
* Change SchemaBuilder to use attributes config to setup imported attribute ↵Geir Storli2017-08-161-1/+6
| | | | fields in schema.
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* Use datatype and collection type from config when building schema for ↵Geir Storli2017-04-061-2/+2
| | | | imported fields.
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-051-41/+43
|
* Support building a schema from imported-fields config.Geir Storli2017-03-071-6/+15
|
* Add imported attribute fields to schema.Geir Storli2017-03-071-5/+39
|
* Use schema::DataTypeHenning Baldersheim2016-12-121-40/+36
|
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-021-2/+2
|
* 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.
* PublishJon Bratseth2016-06-151-0/+387