summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/searcher
Commit message (Collapse)AuthorAgeFilesLines
* Apply aliases to sortspecJon Bratseth2022-09-081-0/+2
|
* GC unused parameters.Henning Baldersheim2022-09-021-19/+5
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-063-3/+3
|
* Add FlatteningSearcherJon Bratseth2022-03-071-9/+9
|
* deprecate Execution.fillAttributes()Arne H Juul2022-01-201-1/+3
| | | | | | | * we want to make some slight changes here for Vespa 8, and hopefully get rid of this completely for Vespa 9. Prepare for this by marking the old method (and public constant) as deprecated, and explain what should be used instead.
* Add some testsJon Bratseth2021-11-031-7/+6
|
* fix old bug in MultipleResultsSearcherArne H Juul2021-10-101-3/+3
|
* simplify HitGroup error propagationArne H Juul2021-10-101-4/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0711-11/+11
|
* No functional changesJon Bratseth2021-06-101-1/+0
|
* Support equivJon Bratseth2021-03-111-2/+1
|
* Request metrics asyncJon Bratseth2021-02-041-2/+1
|
* Reduce noiseJon Bratseth2020-08-251-12/+9
|
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-1/+1
| | | | | | | | | | | | | | - 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.
* Verify that predicate fields are not used with non-predicate operatorsBjørn Christian Seime2020-04-141-13/+29
|
* allow arbitrarily large radiusArne Juul2020-03-171-1/+3
| | | | | * also, take negative radius to mean "infinitely" large * also, fix default for pos.xy case to be same as pos.ll case.
* Map [relevance] to [rank]Henning Baldersheim2020-02-131-0/+3
|
* Avoid deprecation warningsHenning Baldersheim2019-12-191-3/+3
|
* Trace field collapsingJon Bratseth2019-10-311-8/+9
|
* Handle inherited variants with different dimensionsJon Bratseth2019-08-221-0/+1
|
* Output the intermediate graphJon Bratseth2019-06-301-6/+5
|
* Decode tensor summary featuresJon Bratseth2019-06-151-1/+2
|
* CleanupJon Bratseth2019-02-011-28/+3
|
* Testing of dynamic summary renderingJon Bratseth2019-01-211-15/+13
|
* Do Vespa 7 TODOsJon Bratseth2019-01-211-11/+11
|
* Remove deprecated codeJon Bratseth2019-01-214-295/+1
|
* Remove dead codeJon Bratseth2018-10-153-3/+6
|
* Nonfunctional changes onlyJon Bratseth2018-10-051-2/+5
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-051-1/+1
|
* Replace by parse query onlyJon Bratseth2018-05-282-1/+2
|
* Iterate over indexes for juniper searcher.Henning Baldersheim2018-05-271-62/+46
|
* Iterate over indexes for ngram and quoting searcher.Henning Baldersheim2018-05-271-55/+33
|
* Second part of iterate-over-indexesHenning Baldersheim2018-05-275-19/+23
|
* Reapply parts of the iterate-indexes commit.Henning Baldersheim2018-05-273-12/+16
|
* Revert "Bratseth/iterate over indexes not fields 2"Henning Baldersheim2018-05-2710-129/+134
|
* Iterate the old wayJon Bratseth2018-05-252-0/+25
|
* Revert "Merge pull request #5913 from ↵Jon Bratseth2018-05-2510-148/+118
| | | | | | | 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-2310-118/+148
|
* CleanupJon Bratseth2018-05-227-27/+33
|
* Deprecate old DocumentSourceSearcherJon Bratseth2018-05-221-4/+6
|
* Iterate over indexes not fieldsJon Bratseth2018-05-221-55/+33
|
* Iterate over indexes not fieldsJon Bratseth2018-05-221-62/+46
|
* Revert "Revert "Bratseth/allocation free hit field traversal""Jon Bratseth2018-05-113-2/+8
|
* Revert "Bratseth/allocation free hit field traversal"Jon Bratseth2018-05-113-8/+2
|
* Iterate over fields by callbackJon Bratseth2018-05-113-2/+8
|
* Remove CachingSearcher and its Cache with SizeCalculatorgjoranv2018-05-041-77/+0
| | | | | | | | - The SizeCalculator uses recursive reflective calls in the object tree, and attempts illegal access to e.g. java.lang.module classes on Java 9+. With this access explicitly allowed via "--add-opens" the calculator returns a much larger size than the actual size of the object.
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-2/+2
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-2/+2
|
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-2/+2
|
* Set each hit as filledJon Bratseth2018-04-231-2/+4
|