summaryrefslogtreecommitdiffstats
path: root/searchsummary
Commit message (Expand)AuthorAgeFilesLines
* send binary summary features when using slimeHåvard Pettersen2019-06-132-6/+14
* remove tensor factoryHåvard Pettersen2019-05-311-1/+0
* Fix typoJon Bratseth2019-04-291-1/+1
* Document behavior of lengthJon Bratseth2019-04-291-3/+4
* Remove files used by old unit test runner.Tor Egge2019-02-191-1/+0
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-4/+0
* Merge pull request #8398 from vespa-engine/lesters/dont-render-empty-multival...Lester Solbakken2019-02-112-8/+18
|\
| * Don't insert empty multivalued document fields in summaryLester Solbakken2019-02-061-7/+13
| * Don't insert empty multivalued attribute fields in summaryLester Solbakken2019-02-061-1/+5
* | Merge pull request #8438 from vespa-engine/toregge/eliminate-clang-warning-in...Henning Baldersheim2019-02-081-2/+1
|\ \
| * | Eliminate clang warning in searchsummaryTor Egge2019-02-081-2/+1
| |/
* / Adjust forward declarations in searchsummary.Tor Egge2019-02-082-2/+2
|/
* Use stringref instead of stringLester Solbakken2019-02-012-10/+10
* Docsum and bolding: don't return empty strings for empty fieldsLester Solbakken2019-02-012-19/+27
* Revert "Docsum and bolding: don't return empty strings for empty fields"Lester Solbakken2019-01-301-4/+2
* Docsum and bolding: don't return empty strings for empty fieldsLester Solbakken2019-01-291-2/+4
* Render single value position as object to match how top-level position fields...Geir Storli2019-01-211-4/+8
* use IntegerContent to retrieve positionsArne Juul2019-01-211-21/+11
* add code to insert position attributes directlyArne Juul2019-01-211-0/+63
* use getUndefined from searchcommon undefinedvaluesArne Juul2019-01-211-2/+3
* skip fields which are empty or only have the default valueArne Juul2019-01-211-8/+21
* Revert "skip fields which are empty or only have the default value"Arne Juul2019-01-211-21/+8
* skip fields which are empty or only have the default valueArne Juul2019-01-211-10/+26
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
* IDocsumFW -> ISimpleDFWHenning Baldersheim2019-01-145-6/+6
* GC unused codeHenning Baldersheim2019-01-1123-990/+175
* Handle bool in old summary framework too.Henning Baldersheim2019-01-118-142/+114
* Brief implementation skeleton for bool field type.Henning Baldersheim2019-01-091-45/+44
* UINT1 -> BOOLHenning Baldersheim2018-12-161-1/+1
* Handle imported attributes in AttributeCombinerDFW.Tor Egge2018-11-261-6/+6
* Use a templated find() to enable lookup without object creation when objects ...Henning Baldersheim2018-11-014-17/+18
* Add test does not depend on Vespa 7Jon Bratseth2018-10-171-2/+2
* shared_ptr -> unique_ptrHenning Baldersheim2018-08-281-2/+2
* Move smartpointersHenning Baldersheim2018-08-271-3/+3
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-15/+29
* Remove whitespaceHenning Baldersheim2018-08-121-1/+1
* Pass stringref by valueHenning Baldersheim2018-08-114-5/+5
* Pass stringref by valueHenning Baldersheim2018-08-101-1/+1
* Remove stringref::c_str()Tor Brede Vekterli2018-07-255-8/+8
* - NULL -> nullptrHenning Baldersheim2018-07-241-6/+6
* use LOG_ABORT not just abort()Arne Juul2018-06-121-5/+5
* Merge pull request #6174 from vespa-engine/arnej/cleanup-old-mak-filesHenning Baldersheim2018-06-121-1/+0
|\
| * clean up remnants of .mak filesArne Juul2018-06-111-1/+0
* | Wire in AttributeCombinerDFW.Tor Egge2018-06-111-4/+6
* | Rename variables related to value portion of map.Tor Egge2018-06-112-26/+26
* | Test map of struct.Tor Egge2018-06-081-12/+34
* | Add docsum field writer for map of struct based on values in structTor Egge2018-06-084-2/+149
* | Explicit initialization of _writers.Tor Egge2018-06-081-1/+2
* | Use vespalib::Memory to represent nested field name.Tor Egge2018-06-082-13/+13
* | Handle empty array of struct in attribute combiner dynamic field writer.Tor Egge2018-06-082-3/+7
|/