aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* Require termwise to be at the top.balder/apply-termwise-filters-on-match-phase-2Henning Baldersheim2018-05-087-32/+19
* Use the prefilter if present.Henning Baldersheim2018-05-087-45/+60
* Provide the prefilter if possible.Henning Baldersheim2018-05-083-0/+22
* Use a separate interface for filtering, do not limit to BitVector.Henning Baldersheim2018-05-0830-45/+41
* Add an optional filter to the fetchPostings interface to allow prefiltering.Henning Baldersheim2018-05-0831-174/+137
* Use std::shared_ptr for large blobs.Henning Baldersheim2018-05-032-9/+11
* Adjust naming: referencing lid -> source lid.Tor Egge2018-04-263-3/+7
* Adjust naming: referenced lid -> target lid.Tor Egge2018-04-2611-107/+107
* Merge pull request #5689 from vespa-engine/toregge/consolidate-getcommitteddo...Geir Storli2018-04-255-7/+6
|\
| * Make getCommittedDocIdLimit() method virtual.Tor Egge2018-04-245-7/+6
* | 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
* | Add shared pointer to document meta store context for referencedTor Egge2018-04-237-24/+50
* | Add foreach method to search::IDocumentMetaStore interface class.Tor Egge2018-04-231-0/+4
|/
* Implement mock of proton::IAttributeManager.Geir Storli2018-04-231-0/+1
* Merge pull request #5647 from vespa-engine/toregge/use-getattributereadguard-...Geir Storli2018-04-2324-120/+158
|\
| * 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
| * Add virtual isImported() method to IAttributeVector.Tor Egge2018-04-206-13/+18
| * Remove unused AttributeEnumGuard.Tor Egge2018-04-203-42/+0
| * Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-206-24/+32
| * Change target attribute type in ImportedAttributeVector toTor Egge2018-04-2013-37/+80
| * Use forward declared ReferenceAttribute.Tor Egge2018-04-207-2/+8
| * Implement AttributeVector::makeReadGuard().Tor Egge2018-04-202-4/+18
* | Add transport independent docsum metricsHenning Baldersheim2018-04-202-10/+9
* | 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-1911-9/+29
* Change ImportedTensorAttributeVector to no longer implement ITensorAttribute ...Geir Storli2018-04-192-32/+4
* Add ReadableAttributeVector interface used to create a short-lived read guard...Geir Storli2018-04-1914-22/+126
* Change ImportedAttributeVector to no longer implement IAttributeVector API.Geir Storli2018-04-1911-227/+129
* Use ISearchContext instead of AttributeVector::SearchContext in ImportedSearc...Geir Storli2018-04-183-17/+12
* Explicit default destructor.Henning Baldersheim2018-04-162-7/+5
* Let L4SkipCheck inherit from L3SkipCheck (pagedict4 validation).Tor Egge2018-04-131-6/+3
* Remove dead code.Tor Egge2018-04-131-250/+0
* Simplify pagedict4 unit tests by moving ownership of encode and decodeTor Egge2018-04-1311-32/+138
* Validate skip info when reading dictionary.Tor Egge2018-04-132-25/+306
* Handle being at end of dictionary page after reading counts.Tor Egge2018-04-131-1/+1
* Factor out classes for read/write access to memory based pagedict4 structuresTor Egge2018-04-137-0/+265
* Update word number before setting up dictionary page and dictionaryTor Egge2018-04-131-7/+9
* Eliminate dead code.Tor Egge2018-04-131-10/+0
* Adjust comments.Tor Egge2018-04-132-3/+3
* allow proton to drop sort data when sending query resultsHåvard Pettersen2018-04-112-1/+10
* allow not unpacking the whitelist iteratorHåvard Pettersen2018-04-102-3/+5
* Use active lids bitvector for whitelisting.Tor Egge2018-04-061-3/+3
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-042-1/+1
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-2/+2