summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace changes onlyJon Bratseth2016-12-201-5/+3
|
* Ensure that terms are not empty.Henning Baldersheim2016-12-162-1/+2
|
* Nonfunctional changes onlyJon Bratseth2016-12-134-5/+4
|
* MapTensor -> MappedTensorJon Bratseth2016-12-122-3/+0
|
* Use type when we have itJon Bratseth2016-12-071-1/+3
|
* Merge branch 'master' into bratseth/indexed-tensorJon Bratseth2016-12-071-2/+2
|\
| * Revert "Always use 16 distribution bits on hosted systems"Tor Brede Vekterli2016-12-061-2/+2
| |
* | Indexed tensor implementationJon Bratseth2016-12-054-15/+13
|/
* Correct over-eager renamingJon Bratseth2016-12-0425-41/+41
|
* Towards always typed, fully specified tensorsJon Bratseth2016-12-041-2/+2
| | | | | | | | | - Tensor addresses do not repeat dimensions. - Tensor addresses must provide a value for all dimensions. - Tensor dimensions are not serialized in JSON (but still are in binary). - Tensor types are required everywhere, except a workaround for JSON deserialization. - Tensor operations are about 50% faster. - Tensor join of two tensors in the same space is about 4000% faster.
* Rename methodJon Bratseth2016-12-0325-41/+41
|
* Always use 16 distribution bits on hosted systemsJon Bratseth2016-12-021-2/+2
| | | | | This avoids distribution skew with few bits and massive redistribution events when nodes are deactivated after reducing the number of nodes.
* Handle FalseItem in NOT and RANKJon Bratseth2016-11-302-4/+53
|
* Handle FalseItem in AND and ORJon Bratseth2016-11-302-4/+48
|
* Merge pull request #1221 from yahoo/bratseth/query-sanitationHenning Baldersheim2016-11-308-174/+235
|\ | | | | Bratseth/query sanitation
| * Collapse RANK and NOTJon Bratseth2016-11-304-35/+68
| |
| * Better testingJon Bratseth2016-11-301-10/+32
| |
| * Collapse multilevel AND and ORJon Bratseth2016-11-302-21/+28
| |
| * Simplify moreJon Bratseth2016-11-295-44/+43
| |
| * Clean up some SteinarmessJon Bratseth2016-11-295-131/+131
| |
* | Fix testsJon Bratseth2016-11-292-4/+3
|/
* Revert "Revert "Deprecate XML result format and 'templates'""Jon Bratseth2016-11-186-2/+18
|
* Revert "Deprecate XML result format and 'templates'"Henning Baldersheim2016-11-186-18/+2
|
* Deprecate XML result format and 'templates'Jon Bratseth2016-11-186-2/+18
|
* Merge pull request #1072 from yahoo/vegard/remove-trace-when-tracelevel-is-zeroVegard Sjonfjell2016-11-171-12/+15
|\ | | | | Remove trace when tracelevel is zero
| * Remove trace when tracelevel is zeroVegard Sjonfjell2016-11-111-12/+15
| |
* | Protect against interference from ping threadsJon Bratseth2016-11-142-6/+18
|/
* Whitespace changes onlyJon Bratseth2016-11-111-4/+5
|
* Verify the regex pattern upon construction, so the query will fail with ↵Henning Baldersheim2016-11-112-1/+28
| | | | message to user, instead of corong the backends.
* Merge pull request #1057 from yahoo/arnej/remove-internal-referenceJon Bratseth2016-11-101-6/+6
|\ | | | | do not refer to Yahoo-internal technology
| * do not refer to Yahoo-internal technologyArne H Juul2016-11-081-6/+6
| | | | | | | | * just explain what actually happens without referring to specific usage
* | Let 0.2 be the default value for maxFilterCoverageHenning Baldersheim2016-11-091-1/+1
| |
* | add totalhits_per_query metricArne H Juul2016-11-091-0/+2
|/
* Correct condition for adding trace messageJon Bratseth2016-11-071-1/+2
|
* convert RateLimitingSearcher to use simplemetricsArne H Juul2016-11-033-19/+37
|
* Merge pull request #988 from ↵Jon Bratseth2016-11-011-1/+1
|\ | | | | | | | | yahoo/balder/use-same-version-4.5-for-runtime-and-build Unify on version 4.5 on both buil and runtime.
| * Unify on version 4.5 on both buil and runtime.Henning Baldersheim2016-11-011-1/+1
| |
* | Reduce loglevel.Henning Baldersheim2016-11-011-18/+20
|/ | | | | Add braces. Add final/private.
* Count invalid and missing queries as failedJon Bratseth2016-10-261-16/+6
|
* Merge with masterJon Bratseth2016-10-251-21/+20
|\
| * Move messages from log to trace (#925)Jon Bratseth2016-10-211-21/+20
| |
* | Use a dedicated thread for VIP statusJon Bratseth2016-10-251-4/+3
|/ | | | Also, various nonfunctiuonal changes.
* Merge pull request #894 from yahoo/balder/always-provide-coverageHenning Baldersheim2016-10-1714-219/+51
|\ | | | | Balder/always provide coverage
| * Cleanup testsHenning Baldersheim2016-10-178-138/+38
| |
| * QF_WARMUP is long goneHenning Baldersheim2016-10-141-1/+0
| |
| * I think aggregation was removed 6 years ago. And that is the newest of ↵Henning Baldersheim2016-10-141-13/+0
| | | | | | | | features removed in this pull request.
| * Unsupported is unsupported.Henning Baldersheim2016-10-141-4/+0
| |
| * It has been ignored the last year or so anyway, so removing it.Henning Baldersheim2016-10-141-2/+1
| |
| * Remove traces of PCODE_MLD_MONITORRESULT and PCODE_MONITORRESULTHenning Baldersheim2016-10-143-42/+4
| |
| * No value in having an option that is always used.Henning Baldersheim2016-10-142-17/+9
| |