aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary
Commit message (Collapse)AuthorAgeFilesLines
* Handle juniper input not being stored in docsum blob.Tor Egge2022-07-145-14/+80
|
* Remove unused TextExtractorDFW.Tor Egge2022-07-147-315/+0
|
* Merge pull request #23491 from ↵Geir Storli2022-07-131-1/+1
|\ | | | | | | | | vespa-engine/toregge/print-predicate-field-as-string Print predicate field as string.
| * Print predicate field as string.Tor Egge2022-07-131-1/+1
| |
* | Don't print document summary field for an empty raw field.Tor Egge2022-07-132-2/+5
|/
* Add DocumentIdDFW, used to print document id without using docsum blob.Tor Egge2022-07-1210-0/+235
|
* Move check for undefined value to SummaryFieldConverter::insert_summary_field.Tor Egge2022-07-083-9/+10
|
* Add class comments.Tor Egge2022-07-083-0/+10
|
* Remove unneeded includes in header files.Tor Egge2022-07-0746-356/+503
|
* Restore original semantics of ResultClass::GetIndexFromName() andTor Egge2022-07-0610-45/+36
| | | | | | ResultClass::GetIndexFromEnumValue. Caller must check for entry being present. Rename GeneralResult member functions that checks for entry being present.
* Add insert_summary_field member function to IDoscumStoreDocument.Tor Egge2022-07-056-29/+35
|
* Add IDocsumStoreDocument, an interface for accessing the original documentTor Egge2022-07-059-43/+100
| | | | when generating a document summary.
* Add DocsumBlobEntryFilter to limit types in docsum blob.Tor Egge2022-07-028-12/+102
|
* Don't drop single value non-attribute byte/short/int/long field due toTor Egge2022-07-012-22/+11
| | | | undefined value.
* Empty docsummary output for undefined value.Tor Egge2022-07-014-1/+187
|
* Provide access to original document when making document summaryTor Egge2022-07-012-4/+24
| | | | for streaming search.
* Move summary field converter unit test from searchcore to searchsummary.Tor Egge2022-06-303-0/+762
|
* Remove dead code from search::docsummary::ResEntry.Tor Egge2022-06-291-9/+0
|
* Remove dead code from search::docsummary::GeneralResult.Tor Egge2022-06-292-37/+5
|
* Get field from document if source field is not present in GeneralResult.Tor Egge2022-06-294-3/+21
|
* Handle struct field in CopyDFW.Tor Egge2022-06-291-1/+18
|
* Use attribute combiner argument when present.Tor Egge2022-06-281-3/+4
|
* remove assert and use a return guardHenning Baldersheim2022-06-234-57/+24
|
* rank and summary features are never moved as json anymore.Henning Baldersheim2022-06-237-135/+31
|
* Inline return AttrDFW::get_attribute() and clean up some old code with ↵Henning Baldersheim2022-06-216-34/+15
| | | | manual allocation.
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ↵Henning Baldersheim2022-05-251-1/+1
| | | | | | implementation. Add setters to vespalib::GrowStrategy.
* Fold fastlib into vespalib and gc some unused code.Henning Baldersheim2022-05-2120-90/+1426
| | | | Also move some code only used by juniper up into juniper test module.
* Fold searchcommon into searchlibHenning Baldersheim2022-05-201-1/+0
|
* Fold juniper into searchsummary library.Henning Baldersheim2022-05-1986-1/+10975
|
* GC unused code and dependenciesHenning Baldersheim2022-05-143-28/+2
|
* Use MultiValueReadView to read values in multivalue attribute dynamic field ↵Tor Egge2022-04-263-86/+165
| | | | writer.
* Use MultiValueReadView to read values from struct field attributes.Tor Egge2022-04-2510-109/+130
|
* remove FastOS_ApplicationHåvard Pettersen2022-04-084-29/+25
| | | | | | | | fixup (per application): - maybe ignore SIGPIPE - wire argc/argv untangle Vespa Test Framework strip down deprecated TestApp
* Remove unused item enum and add note on limitations on number of item types.Geir Storli2022-03-251-1/+0
|
* Fixing test with enum item not handled in switchAlexey Chernyshev2022-03-231-0/+1
|
* Merge pull request #21771 from vespa-engine/jonmv/multi-range-itemJon Marius Venstad2022-03-231-1/+2
|\ | | | | Use 7 inste4ad ofo 30 for MultiTermItem
| * Use 7 inste4ad ofo 30 for MultiTermItemJon Marius Venstad2022-03-221-1/+2
| |
* | Merge pull request #21715 from vespa-engine/balder/avoid-identifiable-fieldvalueHenning Baldersheim2022-03-222-9/+4
|\ \ | |/ |/| Avoid requiring identifiable for FieldValue
| * Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-162-9/+4
| |
* | Reserve slot for MultiTermItem in serialisation format tableJon Marius Venstad2022-03-181-1/+1
|/
* Use XXFieldValue::make over std::make_uniqueHenning Baldersheim2022-03-071-1/+1
|
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-031-3/+9
|
* Remove unused member variable.Tor Egge2022-02-143-9/+7
|
* Merge pull request #21080 from vespa-engine/arnej/remove-unused-rawbufHenning Baldersheim2022-02-059-27/+21
|\ | | | | GetDocsumsState _docSumFieldSpace no longer needed
| * GetDocsumsState _docSumFieldSpace no longer neededArne H Juul2022-02-059-27/+21
| |
* | Merge pull request #21079 from vespa-engine/arnej/more-geo-renderingHenning Baldersheim2022-02-054-0/+26
|\ \ | |/ |/| Arnej/more geo rendering
| * avoid inserting empty arrayArne H Juul2022-02-051-0/+1
| |
| * special case for PositionDataTypeArne H Juul2022-02-041-0/+14
| |
| * add a global variableArne H Juul2022-02-042-0/+11
| |