aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/configconverter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert "- Consolidate on isFilter.""Henning Baldersheim2023-07-191-1/+0
* Revert "- Consolidate on isFilter."Tor Egge2023-07-141-0/+1
* - Consolidate on isFilter.Henning Baldersheim2023-07-051-1/+0
* Make it possible to configure dotproduct distance metric.Geir Storli2023-05-051-4/+3
* add some documentation commentsArne Juul2023-04-281-1/+1
* add enumArne Juul2023-04-281-0/+4
* wait until later with new metric nameArne Juul2023-04-201-3/+0
* add two names for distance metricsArne Juul2023-04-201-0/+6
* Extend attributes.def with raw data type.Tor Egge2023-03-171-0/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-2/+2
* Alwasy use bitvector for long posting lists.Henning Baldersheim2022-09-291-4/+3
* Remove 'attribute: huge' from config def file and C++ code.Geir Storli2022-06-081-1/+0
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+1
* If the uncommitted changes pass 128k for an attribute force a commit.Henning Baldersheim2021-10-211-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* swappable -> pagedHenning Baldersheim2021-08-121-1/+1
* swapable -> swappableHenning Baldersheim2021-08-121-1/+1
* Control swappableHenning Baldersheim2021-08-121-1/+1
* Add swapable attribute option.Henning Baldersheim2021-08-121-0/+1
* Support both case sensitive, and case-insensitive search in non-fast-search a...Henning Baldersheim2021-04-221-4/+12
* Wire in match configHenning Baldersheim2021-04-081-1/+14
* Use BTREE/HASH instead of ORDERED/UNORDERED.Henning Baldersheim2021-03-231-8/+10
* Add dictionary configHenning Baldersheim2021-03-111-0/+17
* all scalars must be doubleHÃ¥vard Pettersen2021-03-041-1/+2
* add "Hamming" distance metric for ANNArne Juul2020-09-041-0/+3
* add "InnerProduct" distance metricArne Juul2020-06-251-0/+3
* Wire flag to enable multi-threaded indexing for a hnsw index.Geir Storli2020-06-191-1/+1
* Support specifying a distance metric for nearest neighbor search when not hav...Geir Storli2020-05-121-5/+6
* add distance metric to HnswIndexParamsArne Juul2020-03-231-1/+15
* Add hnsw index params to config for attribute vector.Geir Storli2020-02-201-0/+4
* Use proper scope for enum constants.Tor Egge2019-07-301-17/+17
* UINT1 -> BOOLHenning Baldersheim2018-12-161-1/+1
* UINT1 -> BOOLHenning Baldersheim2018-12-161-1/+1
* Propagate mutability from config and add test for same.Henning Baldersheim2018-08-301-5/+3
* 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
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-3/+0
* Refactor parameters for predicate attributes.Tor Egge2017-03-271-3/+5
* Prepare for wiring in reference attribute:Tor Egge2017-02-061-0/+1
* Change to use eval::ValueType instead of tensor::TensorType.Geir Storli2016-09-151-2/+6
* PublishJon Bratseth2016-06-151-0/+84