aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-026-8/+8
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-026-8/+8
|
* Merge pull request #5758 from vespa-engine/gjoranv/java9-prep-05gjoranv2018-05-016-8/+8
|\ | | | | Gjoranv/java9 prep 05
| * Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-012-3/+3
| |
| * Java 9: Replace 'new Long' with 'Long.valueOf'gjoranv2018-05-012-2/+2
| |
| * Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-303-3/+3
| |
* | Remove usage of junit.frameworkJon Bratseth2018-04-3015-197/+357
|/
* Merge pull request #5725 from ↵Geir Storli2018-04-2612-153/+157
|\ | | | | | | | | vespa-engine/toregge/change-naming-from-referenced-lid-to-target-lid Change naming from referenced lid to target lid
| * Adjust naming: referencing lid -> source lid.Tor Egge2018-04-263-3/+7
| |
| * Adjust naming: referenced lid -> target lid.Tor Egge2018-04-2612-151/+151
| |
* | Remove vespajlib:Utilgjoranv2018-04-262-5/+1
|/ | | | - Vespa no longer supports Java 6 or older.
* Merge pull request #5689 from ↵Geir Storli2018-04-255-7/+6
|\ | | | | | | | | vespa-engine/toregge/consolidate-getcommitteddocidlimit Make getCommittedDocIdLimit() method virtual.
| * Make getCommittedDocIdLimit() method virtual.Tor Egge2018-04-245-7/+6
| | | | | | | | Remove getCommittedDocidLimitSlow() method.
* | Merge pull request #5679 from ↵Geir Storli2018-04-2510-32/+63
|\ \ | |/ |/| | | | | vespa-engine/toregge/use-read-guard-on-document-meta-store-for-target-document-db Use read guard on document meta store for target document db
| * Remove unused gid to lid mapper from imported attribute vector read guard.Tor Egge2018-04-242-8/+1
| |
| * Extend class comment with reasons for taking various read guards.Tor Egge2018-04-241-0/+5
| |
| * Create read guard for target document meta store as part of creatingTor Egge2018-04-232-0/+3
| | | | | | | | read guard for imported attribute vector.
| * Add shared pointer to document meta store context for referencedTor Egge2018-04-237-24/+50
| | | | | | | | document type to imported attribute vector.
| * Add foreach method to search::IDocumentMetaStore interface class.Tor Egge2018-04-231-0/+4
| | | | | | | | | | Use search::IDocumentMetaStoreContext instead of proton::DocumentMetaStore in proton::DocumentDBReference.
* | Merge pull request #5678 from vespa-engine/lesters/tensorflow-small-constantsJon Bratseth2018-04-231-1/+1
|\ \ | |/ |/| Use file distribution for constant tensors of size 1
| * Use file distribuition for constant tensors of size 1Lester Solbakken2018-04-231-1/+1
| |
* | Implement mock of proton::IAttributeManager.Geir Storli2018-04-231-0/+1
| |
* | Test that isImported() returns true.Geir Storli2018-04-231-0/+4
|/
* Merge pull request #5647 from ↵Geir Storli2018-04-2329-135/+182
|\ | | | | | | | | vespa-engine/toregge/use-getattributereadguard-method-in-attribute-context Use getAttributeReadGuard in AttributeContext
| * Remove unneeded attribute namespace qualifier.Tor Egge2018-04-234-9/+9
| |
| * Style fix: add space.Tor Egge2018-04-231-1/+1
| |
| * Use anonymous ReadGuard class.Tor Egge2018-04-232-4/+8
| |
| * Adjust comment for getAttributeReadGuard(). The method returns a read viewTor Egge2018-04-231-2/+2
| | | | | | | | of the attribute vector.
| * Add virtual isImported() method to IAttributeVector.Tor Egge2018-04-206-13/+18
| |
| * Remove unused AttributeEnumGuard.Tor Egge2018-04-204-43/+1
| |
| * Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-209-37/+54
| |
| * Change target attribute type in ImportedAttributeVector toTor Egge2018-04-2014-38/+81
| | | | | | | | ReadableAttributeVector.
| * Use forward declared ReferenceAttribute.Tor Egge2018-04-207-2/+8
| |
| * Implement AttributeVector::makeReadGuard().Tor Egge2018-04-202-4/+18
| |
* | Better error message when TensorFlow model import failsLester Solbakken2018-04-233-1/+10
| |
* | Merge pull request #5639 from ↵Jon Bratseth2018-04-2221-82/+99
|\ \ | | | | | | | | | | | | vespa-engine/balder/reduce-memory-footprint-for-rankprofiles Balder/reduce memory footprint for rankprofiles
| * | Correct tagJon Bratseth2018-04-222-2/+2
| | |
| * | Add back public interface, now deprecatedHenning Baldersheim2018-04-201-0/+15
| | |
| * | Wire in a StringBuilder to avoid string concatenation.Henning Baldersheim2018-04-2020-70/+78
| | |
| * | arguments can not be nullHenning Baldersheim2018-04-191-4/+2
| | |
| * | Avoid duplicate referencing of name.Henning Baldersheim2018-04-191-9/+5
| | |
* | | Merge pull request #5649 from ↵Henning Baldersheim2018-04-212-10/+9
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/balder/transport-independent-docsum-metrics Balder/transport independent docsum metrics
| * | | Add transport independent docsum metricsHenning Baldersheim2018-04-202-10/+9
| | | |
* | | | Remove unnecessary importsLester Solbakken2018-04-201-7/+0
| | | |
* | | | Add Tensorflow concat operationLester Solbakken2018-04-202-0/+118
|/ / /
* | / DeinlineHenning Baldersheim2018-04-203-1/+12
| |/ |/|
* | Assert that attribute can be down-casted to tensor attribute.Geir Storli2018-04-191-1/+13
| |
* | Add type-safe down-cast to ITensorAttribute in IAttributeVector and use this ↵Geir Storli2018-04-1912-11/+36
| | | | | | | | instead of dynamic_cast.
* | Change ImportedTensorAttributeVector to no longer implement ITensorAttribute ↵Geir Storli2018-04-192-32/+4
| | | | | | | | | | | | API. All read access happens through short-lived ImportedTensorAttributeVectorReadGuard.
* | Add ReadableAttributeVector interface used to create a short-lived read ↵Geir Storli2018-04-1917-26/+133
| | | | | | | | | | | | guard over an attribute vector. Let AttributeVector and ImportedAttributeVector implement this interface.