aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/SelectParser.java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: No functional changesJon Bratseth2024-05-021-89/+56
* Wire fuzzy prefix matching support through the query stackTor Brede Vekterli2024-04-191-1/+2
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-121-2/+1
* Non-functional changes onlyJon Bratseth2023-10-181-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Move to SchemaInfoJon Bratseth2023-06-121-27/+10
* Dealias nn fieldsJon Bratseth2023-01-271-1/+1
* Remove on Vespa 8Jon Bratseth2022-06-081-3/+0
* Addressed PR commentsAlexey Chernyshev2022-04-111-2/+2
* Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-071-1/+10
* Addressing comments + fixing testAlexey Chernyshev2022-03-231-2/+87
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-85/+13
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Non-functional changes onlyJon Bratseth2021-05-191-1/+0
* Deprecate score-thresholdJon Bratseth2021-02-081-3/+4
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-0/+5
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-17/+16
* change DistanceParser API, mark as BetaArne Juul2020-07-151-4/+4
* refactor and require unit for distanceArne Juul2020-07-151-16/+14
* SelectParser should import most of its constants from YqlParserArne Juul2020-07-151-59/+67
* test geoLocation parsing and generationArne Juul2020-07-151-5/+34
* minimal YQL supportArne Juul2020-07-151-1/+23
* extend unit test and fix bug found by itArne Juul2020-06-191-1/+1
* update SelectParser and add targetHitsArne Juul2020-06-191-3/+48
* Move SlimeUtils to vespajlibMartin Polden2020-02-061-2/+1
* Better select grouping parsingJon Bratseth2020-01-221-22/+50
* YQL parsing/serialization improvementsJon Bratseth2019-11-071-2/+3
* Allow old style select with query profile typesJon Bratseth2019-10-181-1/+1
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-291-34/+2
* Mark phrases as explicitJon Bratseth2019-04-261-0/+1
* Parse boolean comparisonsJon Bratseth2019-04-011-29/+37
* Fix parsing of array query properties in JSON payloadJon Bratseth2019-03-071-8/+12
* Parse USE_POSITION_DATA correctlyJon Bratseth2019-01-091-102/+28
* Changes from review.Henrik2018-08-071-1/+1
* Added parsing of multiple pipesHenrik2018-08-061-6/+22
* Committing for Travis rebuild, talked with @mpolden. Said it would solve the ...Henrik2018-08-031-1/+1
* Added class doc for SelectParser.javaHenrik2018-08-031-0/+9
* Added SELECT parameter to provider.def - missed that ProviderConfig.java was ...Henrik2018-08-031-1/+2
* Added parsing of Grouping from JSON to String. Now parsing grouping-parameter...Henrik2018-08-021-4/+21
* Added copyrightHenrik2018-08-021-8/+1
* SelectParser now handles ''all'' testcases from YQLParserTestCase. Class may ...Henrik2018-08-021-107/+230
* Created new parameter SELECT with subparameters WHERE and GROUPING. Started o...Henrik2018-08-021-0/+1026