aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/index
Commit message (Collapse)AuthorAgeFilesLines
* Rename search::index::EmptyDocBuilder to search::test::DocBuilder.Tor Egge2022-10-132-150/+0
| | | | Rename search::index::StringFieldBuilder to search::test::StringFieldBuilder.
* Remove search::index::DocBuilder. Add search::index::StringFieldBuilder.Tor Egge2022-10-128-537/+150
|
* Remove use of summary fields in search::index::DocBuilder andTor Egge2022-09-212-68/+1
| | | | search::index::DocTypeBuilder.
* Add and test uri detection.Henning Baldersheim2022-08-161-23/+18
|
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-031-0/+1
|
* track namespace move in documenttypes.defArne H Juul2021-12-021-2/+2
| | | | | | | * For C++ code this introduces a "document::config" namespace, which will sometimes conflict with the global "config" namespace. * Move all forward-declarations of the types DocumenttypesConfig and DocumenttypesConfigBuilder to a common header file.
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
|
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
|
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
|
* doc: -> id:Henning Baldersheim2019-08-161-8/+8
|
* Extend MemoryIndex to take an instance of IFieldLengthInspector to setup ↵Geir Storli2019-06-061-0/+8
| | | | field length calculators per field index.
* Add support for specifying max number of samples in field length calculatorTor Egge2019-05-311-4/+4
| | | | constructor.
* Add field length calculator, used to calculate average field length.Tor Egge2019-05-312-0/+77
|
* Stop overriding field ids in DocTypeBuilder.Tor Egge2019-03-071-65/+65
|
* Remove files used by old unit test runner.Tor Egge2019-02-194-4/+0
|
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-201-9/+0
|
* Update copyright headersJon Bratseth2017-06-144-4/+4
|
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+4
|
* Update copyright headersJon Bratseth2017-06-144-4/+4
|
* Revert "Copyright header"Jon Bratseth2017-06-134-4/+4
|
* Copyright headerJon Bratseth2017-06-134-4/+4
|
* Use example.com instead of yahoo.com in unit tests.Tor Egge2017-06-051-12/+12
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-012-2/+0
|
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
|
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-052-44/+48
|
* - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-122-73/+44
| | | | - Avoid having to include the world for just the data type.
* Split out the judymultimap template to separate file and instanciate explicit.Henning Baldersheim2016-11-181-0/+1
|
* GC unused includes.Henning Baldersheim2016-09-211-2/+0
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-162-2/+2
|
* PublishJon Bratseth2016-06-1510-0/+649