aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/query/SameElementItem.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Always compare item content fully in Item.equalsJon Bratseth2021-10-271-0/+14
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Ensure that sameElement never accepts a WordAlternativesItem.Henning Baldersheim2021-04-231-0/+1
* Optimize importsJon Bratseth2019-11-181-1/+0
* Move SameElementItem out of betaJon Bratseth2019-11-181-1/+0
* Error checking in one place and add TODO about verifying if we need to requir...Henning Baldersheim2019-08-131-1/+2
* Allow any simple term and gard against non-termsJon Bratseth2019-08-131-2/+2
* Refactor to better show the intention of reducability.Henning Baldersheim2019-06-271-0/+11
* Nonfunctional changes onlyJon Bratseth2018-09-051-0/+1
* As ranking of sameelement('a') and 'a' is different it is non reducible.Henning Baldersheim2018-06-051-3/+2
* No longer needed to prefix children of sameelement as backend now handles it ...Henning Baldersheim2018-06-041-28/+2
* Do not validate on cloneHenning Baldersheim2018-06-011-2/+25
* Further test correct namesHenning Baldersheim2018-05-291-2/+2
* Due to stack representation we need to use fully qualified names over the wir...Henning Baldersheim2018-05-291-6/+13
* Remove the term aspect from SameElementItem.Henning Baldersheim2018-05-291-21/+12
* Add preliminary yql for sameElementHenning Baldersheim2018-05-251-0/+2
* Add a more sane toString and minor followup after PR commentsHenning Baldersheim2018-05-241-4/+17
* Add SameElementItem for struct search support.Henning Baldersheim2018-05-231-0/+58