summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-0519-341/+368
* Use CollectionType defined in search::index::schema for search::fef::FieldInfo.Geir Storli2017-04-045-10/+10
* Add helper method to create attribute config.Tor Egge2017-04-041-33/+22
* Add AttributeSpecs class, containing a vector of attribute specs.Tor Egge2017-04-041-1/+1
* Add attribute specs builder, used to create attribute specs vector withTor Egge2017-04-044-0/+331
* Change document type inspector to look at two document types at a time.Tor Egge2017-03-312-33/+77
* Merge pull request #2118 from yahoo/toregge/remove-bad-attribute-wrap-inherit...Geir Storli2017-03-312-22/+18
|\
| * Move nested class AttributeCollectionSpec::Attribute out to AttributeSpec.Tor Egge2017-03-312-22/+18
* | Merge pull request #2110 from yahoo/balder/remove-lp-from-expressiontreeHenning Baldersheim2017-03-311-1/+1
|\ \ | |/ |/|
| * Remove LP from ExpressionTree by using deep copy.Henning Baldersheim2017-03-301-1/+1
* | Check collection type parameters before loading attribute.Tor Egge2017-03-301-0/+16
|/
* Merge pull request #2086 from yahoo/balder/remove-lp-3-rebasedHÃ¥vard Pettersen2017-03-302-189/+121
|\
| * Override and some copy constructor/operator cleanup.Henning Baldersheim2017-03-271-6/+10
| * Not ready for LinkedPtr removal yet....Henning Baldersheim2017-03-271-5/+6
| * Move the GroupingLevelHenning Baldersheim2017-03-271-126/+90
| * Remove ExpressionNode::CP from interfaces.Henning Baldersheim2017-03-272-114/+77
* | Disable lid space compaction for globally distributed document types.Geir Storli2017-03-301-1/+15
* | Disable lid space compaction jobs if specified in config.Geir Storli2017-03-302-15/+72
* | Don't load attributes that are too old.Tor Egge2017-03-293-23/+32
* | Merge pull request #2075 from yahoo/toregge/flush-populated-attributes-to-diskGeir Storli2017-03-298-2/+284
|\ \ | |/ |/|
| * Rename method to reduce cognitive cost.Tor Egge2017-03-281-2/+2
| * Add more failure cases, mismatching base type and mismatching collection type.Tor Egge2017-03-281-0/+29
| * Add unit test for attribute initializer.Tor Egge2017-03-284-0/+164
| * Refactor parameters for predicate attributes.Tor Egge2017-03-271-2/+7
| * Test that reprocessing is skipped for attributes that were flushed afterTor Egge2017-03-241-0/+25
| * Check tensor type and predicate params before allowing transfer of attribute.Tor Egge2017-03-241-0/+26
| * Don't transfer attribute from old to new attribute manager if data typeTor Egge2017-03-231-0/+30
| * Flush populated attributes to disk as part of reprocessing.Tor Egge2017-03-233-2/+5
* | remove most usage of LinkedPtr from vespaHaavard2017-03-275-28/+26
|/
* Remove 'removeDir' argument to removeInvalidSnapshots method.Tor Egge2017-03-231-2/+5
* Use AttributeDirectory also when loading attributes.Tor Egge2017-03-232-10/+7
* Use new AttributeDirectory in flush targets.Tor Egge2017-03-232-11/+15
* Style/naming fixes.Tor Egge2017-03-221-55/+49
* Add AttributeDirectory which manages the disk directory for a namedTor Egge2017-03-224-0/+332
* Simplify wipe history arguments to attribute manager, supply serial numberTor Egge2017-03-212-5/+7
* Revert "Revert "Toregge/reduce wipe history arguments to index maintainer""Tor Egge2017-03-211-12/+25
* Revert "Toregge/reduce wipe history arguments to index maintainer"Arnstein Ressem2017-03-201-25/+12
* Trim down schema in existing disk indexes when setting new schema, toTor Egge2017-03-171-11/+25
* Add serial number to index maintainer setSchema method, to allow forTor Egge2017-03-171-1/+1
* Reduce arguments to wipe history method in index maintainer.Tor Egge2017-03-171-2/+1
* Remove union based fusion schema. It was used to keep data for removedTor Egge2017-03-173-6/+3
* Move out nested classes from proton::ConfigValidator intoTor Egge2017-03-161-12/+25
* Wire in proton configurer.Tor Egge2017-03-151-40/+57
* Merge pull request #2002 from yahoo/geirst/prepare-for-extending-iattributeve...Tor Egge2017-03-141-10/+10
|\
| * Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-10/+10
* | Merge pull request #1991 from yahoo/toregge/add-proton-configurerGeir Storli2017-03-147-9/+423
|\ \ | |/ |/|
| * Simplify signature for applying initial config to proton.Tor Egge2017-03-141-1/+1
| * Move interface to separate header file.Tor Egge2017-03-141-1/+1
| * Drop leftover document db config.Tor Egge2017-03-141-0/+1
| * Remove duplicated check.Tor Egge2017-03-141-7/+0