summaryrefslogtreecommitdiffstats
path: root/searchsummary
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Use helper class to collect list of nested field names forTor Egge2018-06-081-37/+73
* Factor out common code to new function: toCompactJsonString.Tor Egge2018-06-081-16/+13
* Rename _len member to _size, to match accessor method.Tor Egge2018-06-082-7/+9
* Adjust year in copyright comment.Tor Egge2018-06-071-1/+1
* Add attribute combiner dynamic field writer.Tor Egge2018-06-0717-1/+734
* Merge pull request #6107 from vespa-engine/toregge/cleanup-searchsummaryHenning Baldersheim2018-06-0732-550/+0
|\
| * Remove unused unit test.Tor Egge2018-06-0631-512/+0
| * Remove unused function inferType.Tor Egge2018-06-061-38/+0
* | Ignore new 'attributecombiner' document summary transform until it is supported.Geir Storli2018-06-061-1/+4
|/
* Remove termlikeness and expect fully qualified names for children from the qrs.Henning Baldersheim2018-05-292-2/+1
* Add initial support for SameElement in backend too.Henning Baldersheim2018-05-253-5/+7
* Fix bad old-style castHenning Baldersheim2018-05-111-1/+1