aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com/yahoo/document/select
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0937-37/+37
* Replace synchronized Stack with Deque in feed and query path.Henning Baldersheim2023-01-252-72/+46
* Avoid Map.copyOf when you ahve a Map with well defined ordering that you want...Henning Baldersheim2022-12-011-3/+0
* cleanup some unneccessary cruftArne H Juul2022-06-081-1/+0
* Use exact document type matching semantics for Java document selector impleme...Tor Brede Vekterli2022-06-081-21/+1
* Implicitly convert boolean literal to number value when evaluating Java doc s...Tor Brede Vekterli2022-04-201-0/+2
* expand tabs and reindentArne H Juul2022-03-243-36/+36
* Add comparison support for BoolFieldValues in Java document selection implTor Brede Vekterli2022-03-151-0/+3
* Remove TODO on changing toString to YQL formatJon Bratseth2022-02-221-1/+1
* Restore current behavior and add Vesopa 8 TODOsJon Bratseth2021-12-141-1/+24
* Match document types in document selections exactly onlyJon Bratseth2021-12-149-32/+120
* Allow exact match on document type onlyJon Bratseth2021-12-132-19/+6
* Update 2017 copyright notices.gjoranv2021-10-0736-36/+36
* Surrogate aware gram splittingJon Bratseth2020-06-251-0/+4
* Ensure well-defined semantics for non-commutative field comparisonsTor Brede Vekterli2020-02-181-3/+21
* Detect and handle simple imported fields in expressions (Java)Tor Brede Vekterli2020-01-311-2/+30
* Non-functional changes onlyJon Bratseth2020-01-103-29/+21
* Follow up from review comments.Henning Baldersheim2019-08-152-11/+1
* Merge branch 'master' into balder/prepare-remove-visitor-orderingHenning Baldersheim2019-08-151-0/+2
|\
| * ArithmeticNode must propagate Result.INVALID.Henning Baldersheim2019-08-091-0/+3
* | Remove visitor ordering and order selection.Henning Baldersheim2019-08-0914-242/+11
|/
* Remove long gone searchcolumn.Henning Baldersheim2019-08-065-111/+23
* Complete code cleanup based on intellij advice.Henning Baldersheim2019-07-2322-58/+118
* As evaluation if now fully left to right and lazy and short ciruited, no need...Henning Baldersheim2019-07-232-19/+5
* Remove PublicAPI forgotten going to Vespa 7. No external use has been possibl...Henning Baldersheim2019-07-234-15/+0
* Add note about removing public api on vespa 8.Henning Baldersheim2019-07-234-0/+7
* Transform the stack to a tree where also intermediate nodes are lazy.Henning Baldersheim2019-07-231-14/+32
* Add short circuit evaluation to the selection engine in java for AND and OR.Henning Baldersheim2019-07-222-18/+55
* Add test for failing short circuit of and.Henning Baldersheim2019-07-222-2/+3
* Fix bug in ordering resolutionHenning Baldersheim2019-07-221-1/+1
* Clean up code following intellij adviseHenning Baldersheim2019-07-223-45/+28
* Remove @PublicApi from package c.y.document.selectgjoranv2019-01-211-2/+0
* Fixup local variable name.Tor Egge2018-11-011-2/+2
* Narrow down routing of Document API GetDocument messages.Tor Egge2018-11-012-0/+5
* Remove end tagHarald Musum2018-10-036-6/+6
* Use full nameHarald Musum2018-10-036-6/+6
* Switch to new javacc maven plugin:gjoranv2018-08-272-4/+4
* Fix author tag for SimonBjørn Christian Seime2018-07-0516-16/+16
* Route document removes only to the recipient(s) handling the document type (a...Geir Storli2018-02-132-0/+5
* Fix handling of missing fields in Java document selection matchingTor Brede Vekterli2017-11-174-4/+27
* Update copyright headersJon Bratseth2017-06-1438-38/+38
* Revert "Update copyright headers"Jon Bratseth2017-06-1438-38/+38
* Update copyright headersJon Bratseth2017-06-1438-38/+38
* Remove carriage returnJon Bratseth2017-06-1415-1810/+1810
* Revert "Copyright header"Jon Bratseth2017-06-1338-1847/+1847
* Copyright headerJon Bratseth2017-06-1338-1847/+1847
* add @OverrideArne H Juul2017-04-211-0/+2
* use Objects.hash() to implement hashCode()Arne H Juul2017-04-211-1/+1
* public scalars should be finalArne H Juul2017-04-201-4/+8
* Parenthesis nodes must propagate up bucket selectors for child nodeTor Brede Vekterli2017-01-041-2/+2