summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Add override keywords for all stub methods in dummy feed view.Tor Egge2017-04-051-16/+16
* Eliminate namespace pollution caused by misplaced using statement.Tor Egge2017-04-055-9/+8
* Eliminate namespace pollution caused by misplaced using statement.Tor Egge2017-04-051-4/+4
* Eliminate namespace pollution caused by misplaced using statement.Tor Egge2017-04-051-18/+18
* Eliminate namespace pollution caused by misplaced using statement.Tor Egge2017-04-053-30/+41
* Use more forward declarations.Tor Egge2017-04-0532-42/+74
* Use more forward declarations.Tor Egge2017-04-052-1/+2
* Use more forward declarations.Tor Egge2017-04-0517-73/+112
* Add class comment.Tor Egge2017-04-051-0/+4
* Use more forward declarations.Tor Egge2017-04-0514-48/+94
* Use more forward declarations.Tor Egge2017-04-052-3/+10
* Use more forward declarations.Tor Egge2017-04-054-9/+11
* Use more forward declarations.Tor Egge2017-04-0511-5/+18
* Add AttributeInitializerResult class, representing an initialized attribute.Tor Egge2017-04-0514-43/+101
* Extend nested AttributeWrap class with hideFromReading/hideFromWriting flags.Tor Egge2017-04-052-17/+57
* Pass attribute spec to attribute manager addAttribute method.Tor Egge2017-04-058-58/+32
* Store attribute spec in attribute initializer.Tor Egge2017-04-052-4/+4
* Pass attribute spec to attribute initializer.Tor Egge2017-04-055-26/+24
* Eliminate namespace pollution caused by misplaced using statement.Tor Egge2017-04-054-3/+6
* Use more forward declarations.Tor Egge2017-04-057-16/+29
* Use more forward declarations.Tor Egge2017-04-054-7/+9
* Use more forward declarations.Tor Egge2017-04-053-10/+16
* Merge pull request #2158 from yahoo/geirst/cleanup-enums-for-data-and-collect...Geir Storli2017-04-0527-398/+414
|\
| * Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-0521-361/+391
| * Use CollectionType defined in search::index::schema for search::fef::FieldInfo.Geir Storli2017-04-046-37/+23
* | Merge pull request #2162 from yahoo/geirst/use-empty-summarymap-config-during...Tor Egge2017-04-053-6/+23
|\ \
| * | Create empty summarymap config for replay config.Geir Storli2017-04-053-6/+23
* | | Add dependency to config library due to include of generated headers.Tor Egge2017-04-051-0/+1
|/ /
* | Test that attribute specs are built by default.Tor Egge2017-04-041-0/+17
* | Change signature of AttributeCollectionSpecFactory::create toTor Egge2017-04-049-47/+37
* | Add attribute specs (derived from attribute config) to document db config.Tor Egge2017-04-0411-18/+68
|/
* Fix typo in comment.Tor Egge2017-04-041-1/+1
* Add helper method to create attribute config.Tor Egge2017-04-041-33/+22
* Factor out portions of long method into helper functions.Tor Egge2017-04-041-19/+54
* Add comments.Tor Egge2017-04-041-1/+10
* Add AttributeSpecs class, containing a vector of attribute specs.Tor Egge2017-04-044-4/+34
* Add attribute specs builder, used to create attribute specs vector withTor Egge2017-04-0410-0/+542
* Don't populate field from reference attribute when removing attribute aspect.Tor Egge2017-04-031-1/+1
* Change document type inspector to look at two document types at a time.Tor Egge2017-03-319-70/+122
* Add hideFromReading and hideFromWriting members to AttributeSpec.Tor Egge2017-03-312-2/+20
* Merge pull request #2118 from yahoo/toregge/remove-bad-attribute-wrap-inherit...Geir Storli2017-03-3110-76/+96
|\
| * Move nested class AttributeCollectionSpec::Attribute out to AttributeSpec.Tor Egge2017-03-318-61/+79
| * Remove bad attribute wrap inheritance.Tor Egge2017-03-312-15/+17
* | 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-302-2/+48
|/
* Merge pull request #2086 from yahoo/balder/remove-lp-3-rebasedHÃ¥vard Pettersen2017-03-307-210/+135
|\
| * Optimize includes.Henning Baldersheim2017-03-274-10/+6
| * Override and some copy constructor/operator cleanup.Henning Baldersheim2017-03-274-16/+17
| * Not ready for LinkedPtr removal yet....Henning Baldersheim2017-03-272-8/+9