summaryrefslogtreecommitdiffstats
path: root/streamingvisitors
Commit message (Collapse)AuthorAgeFilesLines
* Stop storing string values in docsum blobs for streaming search.Tor Egge2022-07-141-0/+1
|
* Stop storing data and longdata values in docsum blobs for streaming search.Tor Egge2022-07-131-0/+2
|
* Add DocumentIdDFW, used to print document id without using docsum blob.Tor Egge2022-07-121-0/+11
|
* Merge pull request #23448 from ↵Geir Storli2022-07-111-0/+1
|\ | | | | | | | | vespa-engine/toregge/stop-storing-featuredata-values-in-docsum-blobs Stop storing featuredata values in docsum blobs.
| * Stop storing featuredata values in docsum blobs.Tor Egge2022-07-111-0/+1
| |
* | Revert "Keep storing bool in docsum blob for now for streaming search."Tor Egge2022-07-111-0/+1
|/
* Keep storing bool in docsum blob for now for streaming search.Tor Egge2022-07-081-1/+0
|
* Merge pull request #23428 from ↵Geir Storli2022-07-081-0/+6
|\ | | | | | | | | vespa-engine/toregge/stop-storing-scalar-values-in-docsum-blobs Stop storing integers of any size, floating point numbers and bool in docsum blobs.
| * Stop storing integers of any size, floating point numbers and bool in docsum ↵Tor Egge2022-07-081-0/+6
| | | | | | | | blobs.
* | Move check for undefined value to SummaryFieldConverter::insert_summary_field.Tor Egge2022-07-081-5/+1
|/
* Remove unneeded includes in header files.Tor Egge2022-07-072-5/+7
|
* Stop storing tensor values in docsum blobs for streaming search.Tor Egge2022-07-071-0/+1
|
* Revert "Revert "Stop storing integer values in docsum blobs.""Tor Egge2022-07-061-0/+1
|
* Merge pull request #23372 from ↵Geir Storli2022-07-061-0/+14
|\ | | | | | | | | vespa-engine/toregge/add-insert-summary-field-member-function-to-docsum-store-document-interface Add insert_summary_field member function to IDoscumStoreDocument.
| * Add insert_summary_field member function to IDoscumStoreDocument.Tor Egge2022-07-051-0/+14
| |
* | Revert "Stop storing integer values in docsum blobs."Tor Egge2022-07-061-1/+0
|/
* Stop storing integer values in docsum blobs.Tor Egge2022-07-051-0/+1
|
* Byte fields are signed.Tor Egge2022-07-051-1/+1
|
* Add IDocsumStoreDocument, an interface for accessing the original documentTor Egge2022-07-051-1/+42
| | | | when generating a document summary.
* Add DocsumBlobEntryFilter to limit types in docsum blob.Tor Egge2022-07-022-2/+9
|
* Empty docsummary output for undefined value.Tor Egge2022-07-011-4/+18
|
* Provide access to original document when making document summaryTor Egge2022-07-011-1/+3
| | | | for streaming search.
* Convert attribute and attribute combiner overrides using different field as ↵Tor Egge2022-06-301-2/+11
| | | | | | source to copy overrides for streaming search.
* use standard C++ idiomArne H Juul2022-06-291-2/+3
|
* perform feature renaming in streaming alsoArne H Juul2022-06-224-6/+15
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-5/+4
|
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ↵Henning Baldersheim2022-05-251-0/+1
| | | | | | implementation. Add setters to vespalib::GrowStrategy.
* Fold searchlib_uca into searchlibHenning Baldersheim2022-05-211-1/+0
|
* Fold fastlib into vespalib and gc some unused code.Henning Baldersheim2022-05-211-1/+0
| | | | Also move some code only used by juniper up into juniper test module.
* Fold storageapi into storage.Henning Baldersheim2022-05-191-1/+0
|
* prepare shared stateHåvard Pettersen2022-05-161-0/+1
| | | | needed for non-numeric query features
* Revert "Revert "Collapse vsm into streamingvisitors""Henning Baldersheim2022-05-1598-7/+7669
|
* Revert "Collapse vsm into streamingvisitors"Henning Baldersheim2022-05-1598-7669/+7
|
* Collapse vsm into streamingvisitorsHenning Baldersheim2022-05-1498-7/+7669
|
* GC empty snippetvisitor directoty.Henning Baldersheim2022-05-141-0/+0
|
* Implement className on document::FieldValueHenning Baldersheim2022-03-171-8/+7
|
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-161-10/+11
|
* Remove clone from DataType.Henning Baldersheim2022-03-041-1/+1
|
* Remove identifiable from document::DataTypeHenning Baldersheim2022-03-041-6/+7
| | | | Also remove the virtual == operator and the need for default constructor.
* Make ConfigUri constructors explicit and use same context where possible in ↵Henning Baldersheim2022-02-201-3/+4
| | | | proton.
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-0/+1
|
* extract geo positions from query termsArne H Juul2022-01-284-0/+21
| | | | * put them into query environment (for ranking)
* Revert "Revert "Balder/refactor docentry""Henning Baldersheim2022-01-073-7/+9
|
* Revert "Balder/refactor docentry"Arnstein Ressem2022-01-073-9/+7
|
* - Flags -> Enum.Henning Baldersheim2022-01-061-3/+3
| | | | - Consistently use DocEntryList as type for std::vector<spi::DocEntry::UP>
* Use enum class for the flags.Henning Baldersheim2022-01-061-2/+1
|
* Simplify by avoid both DocumentSize and PersistedDocumentSize. That is the same.Henning Baldersheim2022-01-061-1/+1
|
* Simplify DocEntry to get a clean interface with multiple implementations, ↵Henning Baldersheim2022-01-063-2/+5
| | | | | | instead of an mutant. Also add tests for the different variations a DocEntry can have.
* Update 2019 Oath copyrights.gjoranv2021-10-274-4/+4
|