summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/profile/compiled
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-097-7/+7
|
* Build with jdk20Jon Bratseth2023-04-171-1/+1
|
* - Use CompoundName.fromHenning Baldersheim2023-03-291-1/+1
| | | | - Deprecate unused SubProperties
* Remove on Vespa 8Jon Bratseth2022-06-081-0/+4
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
|
* Support substitutions in tensorsJon Bratseth2022-03-301-1/+1
|
* Stick to single thread until concurrency issue has been sorted out.Henning Baldersheim2022-02-011-1/+1
|
* Run with 20% of cores at lowest priority.Henning Baldersheim2022-01-281-2/+11
|
* Use half of available cores to compile query profiles.Henning Baldersheim2022-01-281-4/+24
|
* Manually handle interrupts in CompiledQueryProfileRegistry ctorBjørn Christian Seime2022-01-211-0/+9
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-076-6/+6
|
* Generate all matching collections in one pass through the TrieJon Marius Venstad2021-01-082-17/+8
|
* Inline combination of dimensions and values to reuse knowledge (4x faster, ↵Jon Marius Venstad2021-01-071-1/+1
| | | | 1.5x total)
* Get method to return all entries from the compiled query profile objectsrikanthnampelli2020-11-211-0/+5
|
* Remove print statementAaron Nagao2020-10-161-2/+0
|
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-1/+0
| | | | | | | | | | | | | | - 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.
* Check generality correctly on compactionJon Bratseth2020-08-072-7/+8
|
* Remove incorrect provenance infoJon Bratseth2020-08-053-6/+35
| | | | | | | When we combine all resolutions of some value the provenance information carried by the value becomes ptoentially incorrect. Since we do this for efficiency and tracking provenance info is just helper functionality, we remove the provenance info in these cases.
* Compact single valuesJon Bratseth2020-08-044-43/+95
|
* Faster lookup given many variantsJon Bratseth2020-07-173-30/+102
|
* Collect all information in one visitingJon Bratseth2020-06-302-3/+34
|
* Allow creating a CompiledQueryProfileRegistry from config.gjoranv2020-05-221-2/+16
|
* Revert "Gjoranv/create registry from config"Harald Musum2020-05-201-16/+2
|
* Allow creating a CompiledQueryProfileRegistry from config.gjoranv2020-05-191-2/+16
|
* Nonfunctional changes onlyJon Bratseth2020-04-143-3/+3
|
* Support clearing values in query profilesJon Bratseth2020-02-131-1/+0
|
* Add testsJon Bratseth2019-10-281-6/+6
|
* Rename ownerId to ownerSourceJon Bratseth2019-10-281-7/+7
|
* Trace sources of query profile valuesJon Bratseth2019-10-282-1/+25
|
* Retain information about sources when compilingJon Bratseth2019-10-284-29/+62
|
* Note value source when visitingJon Bratseth2019-10-281-0/+18
|
* Validate local substitutions during compileJon Bratseth2019-10-071-1/+5
|
* Support relative substitution by prefixing a property by dotJon Bratseth2019-10-074-10/+61
|
* Resolve left-wildcard variants preciselyJon Bratseth2019-09-301-1/+1
|
* Substitute properties in trace outputJon Bratseth2019-09-301-4/+4
|
* Include Query model in listPropertiesJon Bratseth2018-04-261-8/+9
|
* Update copyright headersJon Bratseth2017-06-146-6/+6
|
* Revert "Update copyright headers"Jon Bratseth2017-06-146-6/+6
|
* Update copyright headersJon Bratseth2017-06-146-6/+6
|
* Revert "Copyright header"Jon Bratseth2017-06-136-6/+6
|
* Copyright headerJon Bratseth2017-06-136-6/+6
|
* Avoid unnecessary registry creationJon Bratseth2017-01-171-12/+22
| | | | | Use a static empty compiled query profile registry when there are no query profiles instead of recreating on every request as creating registries is expensive.
* Make compiled profiles publicJon Bratseth2016-08-091-0/+12
|
* Use github name in @authorJon Bratseth2016-06-163-3/+3
|
* PublishJon Bratseth2016-06-155-0/+614