aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/querytransform
Commit message (Collapse)AuthorAgeFilesLines
* Minor code modernizationHenning Baldersheim2023-12-211-4/+3
|
* Update copyrightJon Bratseth2023-10-0912-12/+12
|
* Protect against no stemsJon Bratseth2023-06-021-1/+2
|
* Cleanup, no functional changesJon Bratseth2023-06-021-26/+8
|
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-294-27/+41
|
* Deprecate creatorJon Bratseth2023-03-142-14/+8
|
* Replace synchronized Stack with Deque in feed and query path.Henning Baldersheim2023-01-251-14/+14
|
* Refactor: Pull tracing into its own classJon Bratseth2022-06-142-3/+3
|
* Handle lone childrenJon Bratseth2022-06-101-2/+2
|
* Revert "Merge pull request #23040 from ↵Jon Bratseth2022-06-101-4/+4
| | | | | | | vespa-engine/revert-23039-bratseth/weakand-by-default-take-2" This reverts commit 4b3adbb89f52bb20f2f220fcf1480673cae0881d, reversing changes made to d204179b218af2fdf4b251ede3a465ffabbf6557.
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-091-4/+4
|
* Support WeakAnd in QueryRewriteJon Bratseth2022-06-091-4/+4
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-063-3/+3
|
* Default positive in NotItem to TRUE instead of nullJon Bratseth2022-01-061-2/+0
|
* Update 2017 copyright notices.gjoranv2021-10-0712-12/+12
|
* In the case that the first item in a rank item evaluated to false it would ↵Henning Baldersheim2021-04-261-0/+1
| | | | | | be removed, amking the next the first. That is correct behaviour for all, but the first item. If the first is false, the whole rank will be false.
* No functional changesJon Bratseth2021-02-031-2/+1
|
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-182-4/+4
| | | | | | | | | | | | | | - Add IllegalInputException to signal cases where we know the exception is caused by illegal input received from the requestor. - Only skip logging for IllegalInputException instead of the superclass IllegalArgumentException as that is also used to signal illegal arguments to methods due to bugs which are otherwise hard to debug. - Throw IllegalInputException rather than IllegalArgumentException where appropriate. - Deprecated QueryException as it was only used to be able to separate between query string and query parameter exceptions, and not doing that consistently, and is in a package we don't want more use of. - Clean up some cases where the wrong exception was thrown.
* Segment to phrase not and when inside an expicit phraseJon Bratseth2020-06-241-13/+17
|
* Update StemmingSearcher after rebasing to master.gjoranv2020-04-251-4/+4
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
|
* Apply suggestions from code reviewArne H Juul2020-04-241-2/+2
| | | Co-Authored-By: Jon Bratseth <bratseth@oath.com>
* add more tracing and debug logging of stemmingArne Juul2020-04-241-0/+13
|
* Short-circuit if trueJon Bratseth2020-02-031-3/+2
|
* Don't remove ranked terms when recalling allJon Bratseth2020-02-031-1/+20
|
* Respect the chosen composite also if not CJKJon Bratseth2020-01-302-45/+29
|
* Non-functional changes onlyJon Bratseth2019-12-101-8/+8
|
* Refactor to better show the intention of reducability.Henning Baldersheim2019-06-271-2/+1
|
* stop making alternatives inside phrasesArne Juul2019-01-231-33/+48
| | | | | * the proton backend doesn't handle alternatives inside phrases at all, so track when we enter a phrase and fall back to using first stem only.
* Remove deprecated codeJon Bratseth2019-01-211-361/+0
|
* Remove dead codeJon Bratseth2018-10-151-1/+2
|
* Now generates config-file programmatically. Added the predetermined sources ↵Henrik2018-07-171-1/+1
| | | | from the genreated config.json to the autocompletion of yql-syntax. Now also possible to add possible values for all parameters, just put the parameter (full name with underscore instead of dots) and a list of possible values in the config-file to be generated. Model.sources, Ranking.rankprofile, Ranking.properties, ranking.features have now possible values on value-input.
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
|
* Also block optimization in QueryRewrite from handling NonReducibleCompositeItemHenning Baldersheim2018-06-061-1/+2
|
* Parse before cloneJon Bratseth2018-05-281-2/+0
|
* Replace by parse query onlyJon Bratseth2018-05-281-19/+21
|
* Reapply parts of the iterate-indexes commit.Henning Baldersheim2018-05-278-22/+28
|
* Revert "Bratseth/iterate over indexes not fields 2"Henning Baldersheim2018-05-278-28/+22
|
* Revert "Merge pull request #5913 from ↵Jon Bratseth2018-05-258-22/+28
| | | | | | | vespa-engine/revert-5903-bratseth/iterate-over-indexes-not-fields" This reverts commit f14a7189ea46c33fb3469ec1c0fcbb7eb531f32a, reversing changes made to 7243f2edf5d05e128947560539f840658e7648bb.
* Revert "Bratseth/iterate over indexes not fields"Henning Baldersheim2018-05-238-28/+22
|
* CleanupJon Bratseth2018-05-228-22/+28
|
* Remove unranked items not contributing to recallJon Bratseth2017-10-181-0/+10
|
* Merge with masterJon Bratseth2017-10-171-1/+1
|\
* | Don't remove OR terms which contributes to rankJon Bratseth2017-10-171-43/+29
| |
* | Change method order - no functiona changesJon Bratseth2017-10-171-49/+50
| |
* | Nonfunctional changes onlyJon Bratseth2017-10-171-1/+3
|/
* Handle that normalizing leads to an empty queryJon Bratseth2017-08-291-7/+8
|
* Update copyright headersJon Bratseth2017-06-1413-13/+13
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1413-13/+13
|