summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Remove reference to yca proxyJon Bratseth2017-08-081-1/+1
|
* Remove unnecessary instances of the character sequence 'yca'Jon Bratseth2017-08-084-47/+47
|
* Remove unnecessary catchJon Bratseth2017-08-021-1/+1
|
* Avoid timing sensitivityJon Bratseth2017-08-022-6/+7
|
* Cleanup pom.xmlBjørn Christian Seime2017-07-241-14/+0
|
* Remove building of old osgi bundlesBjørn Christian Seime2017-07-2427-646/+0
| | | | These bundles are not used in any unit or system test.
* Only create timeout error when it is actually neededBjørn Christian Seime2017-07-121-6/+7
|
* Even if we claim efficiency by lazy setting, we actually must do it eventually.Henning Baldersheim2017-06-221-1/+2
| | | | | If not there is no point in having a placeholder for it. Not doing so makes sorting/compaing/hashing extremely expensive.
* Avoid the implicit sorting that deepIterator does as a sideeffect.Henning Baldersheim2017-06-221-2/+2
| | | | It is not worthwhile. Especially when you do not have a document id.
* use underVespaHomeArne H Juul2017-06-192-2/+3
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-2/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-141282-1271/+1288
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141281-1281/+1264
|
* Update copyright headersJon Bratseth2017-06-141281-1264/+1281
|
* Merge pull request #2771 from yahoo/bratseth/remove-unnecessary-filesTor Egge2017-06-141-5/+0
|\ | | | | Remove unnecessary files
| * Remove unnecessary filesJon Bratseth2017-06-141-5/+0
| |
* | Remove carriage returnJon Bratseth2017-06-143-3/+3
|/
* Revert "Revert "Encode as UTF-8""Jon Bratseth2017-06-141-1/+1
|
* Revert "Encode as UTF-8"Tor Egge2017-06-141-1/+1
|
* Encode as UTF-8Jon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131283-1291/+1279
|
* Copyright headerJon Bratseth2017-06-131283-1279/+1291
|
* Nonfunctional changesJon Bratseth2017-06-091-1/+1
|
* Nonfunctional changesJon Bratseth2017-06-087-37/+111
|
* use standard formatting for Override annotationArne H Juul2017-05-3052-121/+242
|
* Add more testing of stddev aggregatorBjørn Christian Seime2017-05-292-0/+3
|
* Use either logger if-guard or lambda, not both.Tor Brede Vekterli2017-05-241-4/+1
|
* Also dump visitor session trace on failure, not just on successTor Brede Vekterli2017-05-241-3/+4
|
* Merge pull request #2506 from yahoo/arnej/remove-extra-gitignoreJon Bratseth2017-05-1920-87/+21
|\ | | | | Arnej/remove extra gitignore
| * remove old unused ignoresArne Juul2017-05-1918-41/+0
| |
| * simplify .gitignoreArne Juul2017-05-191-44/+21
| |
| * remove extra .gitignoreArne Juul2017-05-191-2/+0
| |
* | Change NFKC normalization default to falseJon Bratseth2017-05-192-3/+6
| | | | | | | | | | | | | | | | | | Currently NFKC normalization - always happens for tokenized fields regardless of this setting (query and index) - never happens for non-tokenized fields on the indexing side Because of this, OFF is a better default as it does not change anything for tokenized fields but makes things consistent by default for non-tokenized fields.
* | Nonfunctional changes only#Jon Bratseth2017-05-191-3/+2
|/
* Merge pull request #2497 from yahoo/bratseth/multiple-fills-plus-groupingArne H Juul2017-05-195-41/+57
|\ | | | | Try to avoid ignoring users fill argument
| * Try to avoid ignoring users fill argumentJon Bratseth2017-05-185-41/+57
| |
* | Un-final parameterTor Brede Vekterli2017-05-181-1/+1
| |
* | Set streaming session trace level if debug logging is enabledTor Brede Vekterli2017-05-182-2/+16
|/ | | | | Makes it easier to debug streaming search issues without having to alter the query input itself.
* Trace fill requestJon Bratseth2017-05-184-89/+190
|
* Add fill tracing skeletonJon Bratseth2017-05-181-3/+29
|
* Nonfunctional changesJon Bratseth2017-05-188-27/+12
|
* Use ctor that takes a builder, the default ctor is removed.gjoranv2017-05-102-2/+2
|
* Stop using removed 0-arg ctor.gjoranv2017-05-093-3/+3
|
* Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-084-8/+81
|
* Support cloning of primitive arraysJon Bratseth2017-04-271-2/+2
|
* Override cloneJon Bratseth2017-04-271-2/+11
|
* Don't fall throughJon Bratseth2017-04-261-5/+3
|
* Correct heuristic for urlsJon Bratseth2017-04-261-13/+9
|
* explicit lint optionsArne H Juul2017-04-261-0/+12
| | | | | * this module can't really benefit from linting currently, but make it explicit for clarity.
* remove unneeded castsArne H Juul2017-04-262-6/+6
|