aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/querytransform
Commit message (Collapse)AuthorAgeFilesLines
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0712-12/+12
|
* Only consider isLowerCase.Henning Baldersheim2021-04-121-4/+2
|
* - Add option to provide token map while construction wand/wset/dotproduct.Henning Baldersheim2021-03-271-26/+44
| | | | - Parse to number directly if possible.
* Add copyright headersJon Bratseth2021-03-181-0/+1
|
* Fix linksJon Bratseth2021-02-151-1/+2
|
* Update ↵Kyle Rowan2021-02-091-0/+2
| | | | | container-search/src/main/java/com/yahoo/search/querytransform/WeakAndReplacementSearcher.java Co-authored-by: Jon Bratseth <bratseth@gmail.com>
* Update ↵Kyle Rowan2021-02-091-1/+3
| | | | | container-search/src/main/java/com/yahoo/search/querytransform/WeakAndReplacementSearcher.java Co-authored-by: Jon Bratseth <bratseth@gmail.com>
* Update ↵Kyle Rowan2021-02-091-1/+1
| | | | | container-search/src/main/java/com/yahoo/search/querytransform/WeakAndReplacementSearcher.java Co-authored-by: Jon Bratseth <bratseth@gmail.com>
* optimized item replacementkarowan2021-02-051-3/+7
|
* updated documentationkarowan2021-02-051-0/+15
|
* added searcher to replace OrItemsKyle Rowan2021-02-051-0/+43
|
* Provide access to the term to be replacedJon Bratseth2020-12-081-2/+10
|
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-183-10/+26
| | | | | | | | | | | | | | - 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.
* Respect the chosen composite also if not CJKJon Bratseth2020-01-301-0/+1
|
* We should not need to put any fields from the default summary class in the ↵Henning Baldersheim2019-06-121-1/+0
| | | | | | document. At least not the ones generated specially for summary classes.
* Don't use deprecated methodJon Bratseth2019-04-092-4/+4
|
* Make QueryTree.and publicJon Bratseth2019-04-091-16/+17
| | | | | | - Make QueryTree.and public as it handles more cases than most alternatives - Implement QueryTreeUtils methodas by calling QueryTree.and - Deprecate QueryTreeUtils
* remove "defidx" and related classesArne Juul2019-01-212-523/+0
|
* Avoid deprecated methodJon Bratseth2018-10-151-1/+1
|
* Handle lowercase for word items below a same element item.Tor Egge2018-10-113-0/+33
| | | | Calculate proper name for lookup in index facts to check if lowercasing should be performed.
* Replace old javacc-plugin with ph-javacc-maven-plugin.gjoranv2018-08-271-2/+2
|
* Nonfunctional changes onlyJon Bratseth2018-08-201-1/+1
|
* Revert "Merge pull request #6582 from ↵Jon Bratseth2018-08-151-2/+1
| | | | | | | vespa-engine/revert-6557-revert-6553-revert-6512-henrhoi/object-structured-grouping" This reverts commit 506ea9c1367748ddd4ff20203fc13211d635f5a6, reversing changes made to 4f6b34dcf9ad904f0ddb89eb506f5920360d5344.
* Revert "Revert "Revert "Added a object structure for GroupingRequest ↵Henning Baldersheim2018-08-151-1/+2
| | | | objects, accessable from…"""
* Fix Select and grouping bugsJon Bratseth2018-08-141-2/+1
| | | | | | | | | | - Deep copy the grouping structure on query copy. It is mutable but we have neglected doing this right until now. - Fix a bug in the previous commit where the last constructed Query.Model was shared between all instances. - Fix a bug in the previous commit where the query string instead of the query tree was reset when a new select expression is set. - Don't use deprecated method. - Clean up Javadoc and formatting.
* Test composite child verificationJon Bratseth2018-06-041-2/+0
|
* Iterate over indexes for ngram and quoting searcher.Henning Baldersheim2018-05-271-6/+7
|
* Revert "Bratseth/iterate over indexes not fields 2"Henning Baldersheim2018-05-271-7/+6
|
* Revert "Merge pull request #5913 from ↵Jon Bratseth2018-05-251-6/+7
| | | | | | | 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-231-7/+6
|
* Iterate over indexes not fieldsJon Bratseth2018-05-221-6/+7
|
* Revert "Revert "Bratseth/allocation free hit field traversal""Jon Bratseth2018-05-111-1/+1
|
* Revert "Bratseth/allocation free hit field traversal"Jon Bratseth2018-05-111-1/+1
|
* Iterate over fields by callbackJon Bratseth2018-05-111-1/+1
|
* Nonfunctional changes onlyJon Bratseth2018-04-254-5/+4
|
* More robust upgradingJon Bratseth2018-01-081-12/+15
| | | | | - Support upgrades to a lower version than the highest deployed in an application - Check what's actually deployed when deciding whether a change is done
* Nonfunctional changes onlyJon Bratseth2017-09-114-5/+2
|
* Update copyright headersJon Bratseth2017-06-1414-14/+14
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1414-14/+14
|
* Update copyright headersJon Bratseth2017-06-1414-14/+14
|
* Revert "Copyright header"Jon Bratseth2017-06-1314-14/+14
|
* Copyright headerJon Bratseth2017-06-1314-14/+14
|
* remove old unused ignoresArne Juul2017-05-191-0/+0
|
* Ensure that terms are not empty.Henning Baldersheim2016-12-161-1/+1
|
* Nonfunctional changes onlyJon Bratseth2016-12-131-3/+0
|
* Add tracing of sorting degradationJon Bratseth2016-09-281-0/+2
|
* Set the right index in case the ngram item is indexableJon Bratseth2016-06-241-3/+4
|
* Use github user name in author tags.Geir Storli2016-06-172-2/+2
|
* Merge pull request #19 from yahoo/bratseth/use-github-name-in-authorHenning Baldersheim2016-06-171-1/+1
|\ | | | | Use github name in @author