aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude
Commit message (Expand)AuthorAgeFilesLines
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-123-9/+8
* Unify on List.ofHenning Baldersheim2024-04-111-2/+1
* Unify on Set.ofHenning Baldersheim2024-04-111-6/+6
* Revert "fold AND and SAND items into top-level WEAKAND"Arne H Juul2024-03-223-6/+6
* fold AND and SAND items into top-level WEAKANDArne Juul2024-03-213-6/+6
* Add necessary config to ClusterConfig to avoid hidden relation via clusterId ...Henning Baldersheim2024-03-162-10/+3
* GC unused codeHenning Baldersheim2024-03-153-10/+4
* Do all construction in constructor and make members final.Henning Baldersheim2024-03-133-33/+23
* Test that multiple backends can be used.Henning Baldersheim2024-03-111-1/+29
* Rename FastBackend => Indexedbackend, and move some tests into the package th...Henning Baldersheim2024-03-113-33/+10
* Correct namingHenning Baldersheim2024-03-111-174/+0
* Searcher => BackendHenning Baldersheim2024-03-113-22/+22
* Allow for backend per schema.Henning Baldersheim2024-03-111-23/+18
* - 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