aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude
Commit message (Expand)AuthorAgeFilesLines
* - Do not use Searcher interface below the prelude cluster searcher.Henning Baldersheim2024-03-083-53/+33
* Verify we can replaceJon Bratseth2024-02-231-0/+9
* Use Schemainfo instead of Indexfacts.Henning Baldersheim2024-02-141-11/+9
* - Use SchemaInfo instead of Indexfacts.Henning Baldersheim2024-02-131-43/+47
* Allow simple queries with negative terms onlyJon Bratseth2024-01-211-10/+26
* Cleanup query setup in teststomglk2024-01-091-46/+8
* Search multiple times in 2 phase testtomglk2024-01-091-4/+9
* Minor cleanuptomglk2024-01-081-1/+2
* Keep hits from previous searchestomglk2024-01-081-0/+64
* Add test for missing field value for collapsefield.tomglk2024-01-081-0/+98
* Rename test helper functions.tomglk2024-01-081-100/+100
* Add support for collapsing on multiple fieldstomglk2023-12-211-0/+125
* Adjust comment describing calculation of buffer length.Tor Egge2023-11-171-1/+1
* Add InItem to com.yahoo.prelude.query.Tor Egge2023-11-171-4/+55
* Update copyrightJon Bratseth2023-10-09162-160/+163
* Add testJon Bratseth2023-09-221-0/+35
* Drop optimization that should make terms present in query and rankitem cheap ...Henning Baldersheim2023-09-121-21/+0
* Synonym expansionsJon Bratseth2023-09-083-3/+22
* Show search cluster name in Node.toStringjonmv2023-09-011-6/+5
* Support comparison productionsJon Bratseth2023-07-162-0/+19
* Merge pull request #27382 from vespa-engine/bratseth/validate-prefix-matching...Arne H Juul2023-06-133-6/+6
|\
| * Move to SchemaInfoJon Bratseth2023-06-123-6/+6
* | Update and cleanup testHarald Musum2023-06-122-26/+29
* | Revert "Hmusum/revert validate semantic rules"Harald Musum2023-06-111-1/+0
* | Revert "Validate semantic rules when building config model"Harald Musum2023-06-101-0/+1
* | Validate semantic rules when building config modelHarald Musum2023-06-081-1/+0
|/
* Test multiple emojisJon Bratseth2023-06-021-0/+3
* Test single emojiJon Bratseth2023-06-021-0/+6
* Protect against no stemsJon Bratseth2023-06-021-19/+14
* More testJon Bratseth2023-05-221-3/+3
* Always treat each symbol as a separate tokenJon Bratseth2023-05-221-1/+1
* Threat 'other symbols' as lettersJon Bratseth2023-05-221-0/+12
* Revert "- HashMap over TreeMap when order des not matter."Bjørn Christian Seime2023-04-112-14/+9
* - HashMap over TreeMap when order des not matter.Henning Baldersheim2023-03-282-9/+14
* Make RawBase64 Comparable to avoid fallback to comparing toString().Henning Baldersheim2023-03-221-0/+43
* add new components for global-phase handlingArne Juul2023-02-241-0/+1
* Replace synchronized Stack with Deque in feed and query path.Henning Baldersheim2023-01-251-13/+11
* Merge pull request #21773 from vespa-engine/jonmv/multi-range-item-2Henning Baldersheim2023-01-081-0/+298
|\
| * Serialise as a composite item for nowjonmv2022-10-261-0/+4
| * Handle dominated query pointsjonmv2022-10-261-1/+2
| * Separate handling of different number typesjonmv2022-10-261-63/+101
| * Rebase, change to JUnit5, update ABI specjonmv2022-10-261-4/+3
| * Add test that fails nowJon Marius Venstad2022-10-261-0/+256
* | Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-025-41/+21
* | Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-025-21/+41
* | Let list handling catch up with Java 17Henning Baldersheim2022-12-025-41/+21
* | Reduce need to access getJDiscRequestHenning Baldersheim2022-11-291-1/+1
* | Put loadbalancer and invokerfactory in a volatile object to ensure atomic swi...Henning Baldersheim2022-11-242-59/+1
* | Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-241-2/+1
* | Put the RpcClient back in the RpcResourcePool where it belongs.Henning Baldersheim2022-11-232-4/+2