summaryrefslogtreecommitdiffstats
path: root/vsm
Commit message (Collapse)AuthorAgeFilesLines
* Add explicit on constructor and deinline destructors.Henning Baldersheim2022-02-071-1/+1
|
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-063-17/+36
|
* special case for PositionDataTypeArne H Juul2022-02-041-3/+5
|
* add code that will be useful laterArne H Juul2022-02-031-0/+29
|
* add new searchmethod GEOPOSArne H Juul2022-01-282-1/+5
|
* add GeoPosFieldSearcherArne H Juul2022-01-285-0/+109
|
* we no longer make any XML stringsArne H Juul2021-11-181-1/+1
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-0774-74/+74
|
* Avoid SSE2 built-in functions when not using x86_64 arch.Tor Egge2021-04-303-4/+59
|
* No move or copy construction.Henning Baldersheim2021-03-041-11/+11
|
* Keep only one ucs4 buffer, and create the buffer lazy.Henning Baldersheim2021-03-041-1/+1
|
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-041-12/+13
|
* use size literals in streamingArne Juul2021-02-152-3/+5
|
* Remove unneeded constructor template arguments.Tor Egge2021-01-042-2/+2
|
* - GC unused code.Henning Baldersheim2020-10-072-3/+3
| | | | - vespalib::Lock -> std::mutex
* Move files in C++ modules back to original locationHarald Musum2020-09-113-0/+0
|
* Missed one moduleHarald Musum2020-09-111-4/+6
|
* Use full name in config definition file namesHarald Musum2020-09-104-6/+4
|
* GC unused code.Henning Baldersheim2020-08-132-9/+9
|
* handle locations in query for getdocsumArne Juul2020-07-152-6/+0
|
* Support matched-elements-only for array and wset fields in streaming search.Geir Storli2020-07-101-0/+3
|
* Use module source dependencies.Tor Egge2020-07-072-4/+0
|
* Prepare to support matched-elements-only for arrays and weighted sets of ↵Geir Storli2020-05-205-14/+14
| | | | | | | primitive types. This renames StructFieldMapper to MatchingElementsFields with added support for basic fields. Also some terminology is aligned.
* Make room for terminating UCS4 character in unit testTor Brede Vekterli2020-03-271-3/+3
| | | | Also replace dynamic stack buffer with a heap buffer.
* Add noexcept to move constructors and operatorsHenning Baldersheim2020-01-212-3/+4
|
* Remove and indirection for document id, for less memory footprint, and ↵Henning Baldersheim2020-01-161-5/+5
| | | | better generated code.
* Rename searcher.cpp -> searcher_test.cpp.Geir Storli2019-11-282-1/+1
|
* Move query classes used in streaming search to namespace search::streaming.Geir Storli2019-11-2831-66/+68
|
* Move query classes used in streaming search to separate sub-folder and ↵Geir Storli2019-11-282-3/+3
| | | | sub-library.
* GC unused code as tld is gone.Henning Baldersheim2019-11-161-6/+3
|
* Use std::unique_ptr<vsm::FieldSearcher> to store field searhers.Tor Egge2019-10-2324-42/+91
|
* Enable map/array element filtering in document summary for streaming search.Tor Egge2019-10-155-5/+89
|
* Change signature of fill_matching_elements to take a const reference toTor Egge2019-10-024-5/+5
| | | | StructFieldMapper.
* Move ownership of MatchingElements to GetDocsumsState.Tor Egge2019-09-272-9/+4
|
* Add filtering support to attribute combiner dynamic field writer.Tor Egge2019-09-252-1/+14
|
* Use proper scope for enum constants.Tor Egge2019-07-305-29/+29
|
* Use std::regex instead of std::basic_regex<char>.Tor Egge2019-05-211-3/+3
|
* Specify template argument for std::basic_regex.Tor Egge2019-03-171-3/+3
|
* Use std::basic_regex to strip down field path.Tor Egge2019-03-131-9/+9
|
* Remove files used by old unit test runner.Tor Egge2019-02-1910-10/+0
|
* Remove old unit test runner.Tor Egge2019-02-191-72/+0
| | | | Remove unmaintained scripts to generate old style unit test skeletons.
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-5/+0
|
* Eliminate clang warnings in vsmTor Egge2019-02-072-0/+56
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Also handle bool queries in streaming search.Henning Baldersheim2019-01-147-4/+103
|
* Implement docsum generation for bool fields too.Henning Baldersheim2019-01-146-39/+51
|
* GC unused codeHenning Baldersheim2019-01-111-1/+1
|
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-141-1/+1
|