aboutsummaryrefslogtreecommitdiffstats
path: root/vsm
Commit message (Collapse)AuthorAgeFilesLines
...
* FieldModifier::LP -> FieldModifier::UPHenning Baldersheim2017-03-212-10/+7
|
* fp -> fieldPath for readability.Henning Baldersheim2017-03-161-6/+6
|
* Avoid maintaining the very costly FieldPath during traversal.Henning Baldersheim2017-03-152-17/+28
|
* Include what you needHenning Baldersheim2017-03-151-0/+1
|
* Use TEST_DOHenning Baldersheim2017-03-151-29/+26
|
* C++11 for loops and include canonize.Henning Baldersheim2017-03-155-9/+10
|
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-12/+18
|
* resolve to Symbol outside loopsArne H Juul2017-02-231-8/+8
|
* Merge pull request #1844 from yahoo/arnej/remove-nonslime-summary-codeGeir Storli2017-02-237-308/+62
|\ | | | | Arnej/remove nonslime summary code
| * small fixes after reviewArne H Juul2017-02-231-31/+25
| |
| * remove unused old jsondocsumwriterArne H Juul2017-02-233-226/+0
| |
| * test new SlimeFieldWriter insteadArne H Juul2017-02-231-33/+51
| |
| * add "clear" methodArne H Juul2017-02-231-0/+6
| | | | | | | | * for better compatibility with jsondocsumwriter API.
| * make useSlimeInsideFields always trueArne H Juul2017-02-232-42/+4
| | | | | | | | | | * remove the useSlimeInsideFields argument, it is now always true * remove some now-unused code
* | Merge pull request #1842 from yahoo/balder/allow-null-querynoderesultbaseHÃ¥vard Pettersen2017-02-233-31/+6
|\ \ | |/ |/| Balder/allow null querynoderesultbase
| * Avoid creating objects not needed.Henning Baldersheim2017-02-231-6/+6
| |
| * Remove unused codeHenning Baldersheim2017-02-222-25/+0
| |
* | fix precision lossArne H Juul2017-02-231-1/+3
|/ | | | | | * code inherited from jsondocsumwriter would use "float" for handling doubles, losing some precision. Handle doubles separately.
* use range-based for loopsArne H Juul2017-02-211-11/+11
|
* update copyright yearArne H Juul2017-02-212-2/+2
|
* add new SlimeFieldWriter classArne H Juul2017-02-204-15/+242
| | | | | | | * we cannot use shared SummaryFieldConverter::convertSummaryField code because VSM has its own config for only returning a subset of a document field, so copy the json writing code and mutate it for writing slime instead.
* fixes after reviewArne H Juul2017-02-131-5/+4
| | | | | | * always AddEmpty if assumptions fail * no unneccessary return * change logging to debug to match old code
* Use SummaryFieldConverter to generate slimeArne H Juul2017-02-102-3/+47
|
* Repair incorrect deduction of max fieldNo.Henning Baldersheim2017-01-202-4/+4
|
* Update test due to removed functionality.Henning Baldersheim2017-01-201-5/+1
|
* Clean up a very dangerous interface to prevent potential misuse.Henning Baldersheim2017-01-2010-199/+65
|
* Clearly differentiate when you promise a long lived buffer and not.Henning Baldersheim2017-01-194-11/+5
|
* GC unused code and only include the stuff needed.Henning Baldersheim2016-12-191-2/+0
|
* Only include what you needHenning Baldersheim2016-12-1920-126/+56
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+0
|
* Decouple includes.Henning Baldersheim2016-12-167-58/+58
|
* Add test for progress even with empty stringHenning Baldersheim2016-12-161-3/+9
|
* ReformatHenning Baldersheim2016-12-164-10/+5
|
* Require non-zero termlengthHenning Baldersheim2016-12-161-3/+3
|
* Rewrite test to modern framework.Henning Baldersheim2016-12-161-261/+189
|
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-158-48/+41
|
* Ensure correct build order.Henning Baldersheim2016-12-121-0/+3
|
* Do not bring in nbostream everywhere.Henning Baldersheim2016-12-121-2/+5
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-12/+8
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-124-9/+8
|
* No need to include log.h when not loggingHenning Baldersheim2016-12-122-6/+0
|
* Missing include for vectorHenning Baldersheim2016-11-171-0/+2
|
* Checkpoint 1Henning Baldersheim2016-10-031-1/+1
|
* - Add negative tests.Henning Baldersheim2016-09-292-1/+5
| | | | - Also verify that we have exhausted the input.
* - Add testcase for german umlaut.Henning Baldersheim2016-09-292-5/+9
| | | | | - Remove requirement that term and field must have equal length. As length depends on encoding we do not know ucs4 length until after processing.
* vsm must be built after config to avoid non existing header file.Arnstein Ressem2016-08-111-0/+2
|
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-165-5/+5
|