aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/docsummary
Commit message (Collapse)AuthorAgeFilesLines
* Include test_master.hpp explicit.Henning Baldersheim46 hours1-2/+3
|
* remove TEST_APPHOOK, TEST_INIT, TEST_DONE and TestAppHåvard Pettersen10 days1-1/+1
|
* Document searchcore unit test port number allocation.Tor Egge2024-05-211-2/+14
|
* Use shared executor for warmup and GC warmup executor.Henning Baldersheim2023-12-051-1/+1
|
* Move `HwInfo` from `proton` namespace to `vespalib`Tor Brede Vekterli2023-11-011-0/+1
| | | | | This is information that is valuable to many different components, not just the search core internals.
* Consolidate extraction of tokens from annotated string field value.Tor Egge2023-10-101-1/+1
|
* Update copyrightJon Bratseth2023-10-093-3/+3
|
* Export moved config definitions.Tor Egge2023-05-091-1/+0
|
* Use one MatchingElementsFields instance per summary class.Geir Storli2023-03-311-1/+4
| | | | This avoids calculating MatchingElements for fields that exist in other summary classes.
* Remove unused variable in searchcore docsummary unit test.Tor Egge2023-01-291-4/+0
|
* Change from typedef to using in searchcore.Geir Storli2022-12-211-1/+1
|
* Rename docsummary unit test file.Geir Storli2022-12-212-1/+1
|
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-3/+3
|
* Add SessionManager in IDocumentDBOwner, but only use in mocks in tests for now.Henning Baldersheim2022-12-081-29/+29
|
* Stop testing with url data type, use uri data type instead.Tor Egge2022-10-191-45/+8
|
* Use document::AnnotationType::TERM. Remove search::linguistics::TERM.Tor Egge2022-10-131-3/+3
|
* Rename search::index::EmptyDocBuilder to search::test::DocBuilder.Tor Egge2022-10-131-3/+4
| | | | Rename search::index::StringFieldBuilder to search::test::StringFieldBuilder.
* Add field value builders to EmptyDocBuilder.Tor Egge2022-10-131-13/+13
|
* Stop using search::index::DocBuilder in searchcore attribute unit test.Tor Egge2022-09-211-61/+24
|
* Standardize on using lowercase first letter in function names.Geir Storli2022-09-211-1/+1
|
* Cleanup IDocsumStore and IDocsumWriter interfaces.Geir Storli2022-09-211-10/+10
|
* Stop using search::index::DocBuilder in docsummary unit test.Tor Egge2022-09-201-462/+329
|
* Remove remains of summarymap.def that is no longer used.Geir Storli2022-09-191-51/+0
|
* Unify how errors during setup is handled in DocsumFieldWriterFactory.Geir Storli2022-09-161-5/+1
|
* Factor out IStringFieldConverter from IJuniperConverter.Tor Egge2022-09-161-4/+1
|
* Stop using SummaryFieldConverter in searchcore docsummary unit test.Tor Egge2022-09-151-14/+14
|
* Prepare for stacking juniper converters.Tor Egge2022-09-131-0/+3
|
* Add callback interface for rendering string field value via juniper.Tor Egge2022-09-121-1/+16
|
* GC unused StringEnum, and avoid including config in header files.Henning Baldersheim2022-09-071-0/+1
|
* Revert "Revert "Use commands from summary config to setup document field ↵Tor Egge2022-09-052-1/+49
| | | | rewriters.""
* Revert "Use commands from summary config to setup document field rewriters."Tor Egge2022-09-022-49/+1
|
* Use commands from summary config to setup document field rewriters.Tor Egge2022-09-022-1/+49
|
* Add unit test for field filtering.Henning Baldersheim2022-09-022-0/+42
|
* Follow clion advise to modernize codeHenning Baldersheim2022-09-021-28/+28
|
* Remove IDocsumStore::getSummaryClassId() member function.Tor Egge2022-08-261-56/+8
|
* Remove DocsumStoreValue, DocsumBlobEntryFilter, GeneralResult and ResultPacker.Tor Egge2022-08-251-55/+14
|
* Stop writing data to docsum blobs in unit tests.Tor Egge2022-08-251-52/+86
|
* Use correct summary type for field sp2 (a long field).Tor Egge2022-07-132-3/+3
|
* Restore original semantics of ResultClass::GetIndexFromName() andTor Egge2022-07-061-29/+29
| | | | | | ResultClass::GetIndexFromEnumValue. Caller must check for entry being present. Rename GeneralResult member functions that checks for entry being present.
* Move summary field converter unit test from searchcore to searchsummary.Tor Egge2022-06-303-761/+1
|
* Use std::filesystem to create and remove directories.Tor Egge2022-06-231-10/+9
|
* Fold searchlib_uca into searchlibHenning Baldersheim2022-05-211-1/+0
|
* switch to new-style configArne H Juul2022-04-121-81/+83
|
* Make the attribute enum change interlock shared between all document dbs.Geir Storli2022-03-171-0/+2
| | | | This is to avoid a potential deadlock when using imported attributes in parent/child.
* Add BucketExecutor to ISharedThreadingService interface.Geir Storli2022-03-171-4/+1
|
* Let the InvocationService drive the clock instead of having its own ticking ↵Henning Baldersheim2022-03-031-3/+1
| | | | | | | loop. Also use sleep_until to get intervals indendant of invoke cost as long as cost is within interval. This also also saves a clock sample and simplifies implementation.
* Revert "Revert "Use a common FNET_Transport owned by Proton in both ↵Henning Baldersheim2022-02-211-5/+5
| | | | SceduledExecutor …""
* Revert "Use a common FNET_Transport owned by Proton in both SceduledExecutor ↵Henning Baldersheim2022-02-211-5/+5
| | | | …"
* Use a common FNET_Transport owned by Proton in both SceduledExecutor and ↵Henning Baldersheim2022-02-201-5/+5
| | | | | | | | | | TransactionLogServer. This reduces the number of Transport object by 1 per document type and netto 1 in Proton. Each of them contains 2 threads. In addition it uses a common Transport for the RpcFileAcquirer objects used during config fetching. This prevents creating 3 temporary Transport objects on every reconfig.
* more descriptive name for header fileArne H Juul2021-12-022-2/+2
|