aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/index
Commit message (Expand)AuthorAgeFilesLines
* Instantiate more variants of search::index::PostingListParamsTor Egge2024-04-231-6/+12
* - DocId is an overloaded type already. Just use string as directly for readab...Henning Baldersheim2024-02-101-6/+8
* - Complete dumping of 1 index field before progressing to the next.Henning Baldersheim2024-02-081-7/+11
* Update copyrightJon Bratseth2023-10-0929-29/+29
* Change createIterator member functions to return unique ptr toTor Egge2023-07-104-5/+7
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-071-9/+3
* cleanup whitespaceArne Juul2023-04-302-4/+4
* Add noexcept, nodiscard and some constexprHenning Baldersheim2023-02-132-12/+11
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-213-3/+3
* Rename search::index::EmptyDocBuilder to search::test::DocBuilder.Tor Egge2022-10-135-355/+0
* Add field value builders to EmptyDocBuilder.Tor Egge2022-10-132-0/+59
* Remove search::index::DocBuilder. Add search::index::StringFieldBuilder.Tor Egge2022-10-129-1301/+192
* Stop using search::index::DocBuilder in DocumentFieldPopulator unitTor Egge2022-10-112-1/+9
* Normalize includes in searchcore and searchlib.Tor Egge2022-09-284-4/+4
* Remove use of summary fields in search::index::DocBuilder andTor Egge2022-09-213-109/+1
* Stop using search::index::DocBuilder in searchcore attribute unit test.Tor Egge2022-09-213-0/+96
* Merge pull request #23827 from vespa-engine/toregge/reduce-use-of-new-in-summ...Henning Baldersheim2022-08-291-20/+5
|\
| * Reduce number of overloads for document::SpanTree::annotate.Tor Egge2022-08-291-20/+5
* | Move the terfieldmatchdaatarray where it makes sense.Henning Baldersheim2022-08-281-1/+0
|/
* Add and test uri detection.Henning Baldersheim2022-08-162-11/+16
* Use std::make_shared and std::make_unique.Henning Baldersheim2022-08-161-2/+1
* make sample count atomicHÃ¥vard Pettersen2022-05-191-5/+7
* CloneablePtr -> std::unique_ptrHenning Baldersheim2022-03-291-3/+2
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-034-18/+30
* Refactor to reduce code duplication for write path.Henning Baldersheim2022-01-279-74/+65
* Add noexcept specifiers.Tor Egge2021-12-111-1/+1
* track namespace move in documenttypes.defArne H Juul2021-12-023-9/+9
* Update 2019 Oath copyrights.gjoranv2021-10-277-7/+7
* Update 2017 copyright notices.gjoranv2021-10-0726-26/+26
* Allow updates with only remove/clear updates and operations to single value n...Henning Baldersheim2021-01-051-4/+4
* Fix forward declarations.Tor Egge2020-10-161-1/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-152-8/+8
* Remove broken copy and move constructor and assignment operatoos on vespalib:...Henning Baldersheim2020-10-072-0/+2
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-9/+9
* Use a vector backed set for speed.Henning Baldersheim2020-08-131-12/+8
* Remove default tensor spec in doctype builder.Geir Storli2020-06-171-10/+2
* Test that attribute writer can handle put in two phases.Geir Storli2020-06-171-21/+27
* Revert "Two phase put in attribute writer"Harald Musum2020-06-151-20/+22
* Remove default tensor spec in doctype builder.Geir Storli2020-06-151-10/+2
* Test that attribute writer can handle put in two phases.Geir Storli2020-06-151-21/+27
* Add include statements needed by newer build environments.Tor Egge2020-01-261-0/+1
* Rename experimentalpostinglistformat -> interleavedfeatures in indexschema.def.Geir Storli2019-06-242-5/+5
* Reconstruct interleaved features as needed.Tor Egge2019-06-202-0/+16
* Save average field length in posting list file header.Tor Egge2019-06-061-0/+5
* Extend MemoryIndex to take an instance of IFieldLengthInspector to setup fiel...Geir Storli2019-06-062-2/+18
* Header file should only be included once. Add pragma directive.Tor Egge2019-06-051-0/+2
* Add common class and interface needed for tracking average field length for i...Geir Storli2019-06-052-0/+54
* Add support for specifying max number of samples in field length calculatorTor Egge2019-05-311-6/+7
* Add field length calculator, used to calculate average field length.Tor Egge2019-05-311-0/+41
* Wire 'experimental posting list format' flag to where disk index is created a...Geir Storli2019-05-161-0/+4