summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit template instantiation that is already in enumstorebase.cpp.Geir Storli2019-08-271-2/+0
* Rename UniqueStoreDictionaryBase -> IUniqueStoreDictionary.Geir Storli2019-08-271-1/+1
* Rename enum store dictionary api and implementation and move to separate files.Geir Storli2019-08-2715-549/+589
* Convert enum value in enum store to a dummy value, in preparationTor Egge2019-08-279-86/+31
* Merge pull request #10424 from vespa-engine/geirst/rewrite-enum-store-diction...Geir Storli2019-08-274-51/+4
|\
| * Move count functions from enum store dictionary to unique store dictionary.Geir Storli2019-08-274-51/+4
* | Also update compaction count for old style compaction.Tor Egge2019-08-273-2/+7
|/
* Merge pull request #10417 from vespa-engine/toregge/use-unique-store-enumerat...Geir Storli2019-08-2713-136/+109
|\
| * Use unique store enumerator when saving enumerated attribute vectors.Tor Egge2019-08-2613-136/+109
* | Merge pull request #10401 from vespa-engine/balder/avoid-sync-on-shared-executorHenning Baldersheim2019-08-266-34/+49
|\ \ | |/ |/|
| * _inFlight -> _numChunksPostedHenning Baldersheim2019-08-262-18/+18
| * Do not require or provide Syncable.Henning Baldersheim2019-08-254-6/+5
| * Split ThreadExecutor in syncable and not.Henning Baldersheim2019-08-259-14/+14
| * Make it compileHenning Baldersheim2019-08-252-5/+5
| * Use explicit sync, as sync on shared executor is not very wise.Henning Baldersheim2019-08-252-7/+28
| * Nested namespaceHenning Baldersheim2019-08-251-5/+2
| * Nested namespaceHenning Baldersheim2019-08-251-3/+1
* | Merge pull request #10398 from vespa-engine/toregge/add-workaround-for-aligne...Geir Storli2019-08-263-13/+13
|\ \
| * | Rename UniqueStoreSaver => UniqueStoreEnumerator.Tor Egge2019-08-233-13/+13
* | | Merge pull request #10397 from vespa-engine/geirst/rewrite-enum-store-diction...Geir Storli2019-08-263-48/+44
|\ \ \ | |_|/ |/| |
| * | Change EnumStoreDictBase to inherit UniqueStoreDictionaryBase to use more fun...Geir Storli2019-08-233-26/+20
| * | Change typedef -> using.Geir Storli2019-08-231-22/+24
| |/
* / Suppress array bounds warning when compiling generated protobuf code.Tor Egge2019-08-231-2/+2
|/
* Rewrite enum store dictionary to inherit unique store dictionary.Geir Storli2019-08-224-193/+125
* Change typedef -> using, and remove unused ones.Geir Storli2019-08-2210-186/+159
* More use of auto, std::make_unique and range-based for loops.Geir Storli2019-08-2212-182/+163
* Change typedef -> using.Geir Storli2019-08-219-193/+183
* Use a set (instead of vector) to track possibly unused enums.Geir Storli2019-08-214-26/+24
* Simplify how enum store is batch updated to prepare for new enum store.Geir Storli2019-08-2117-64/+93
* Merge pull request #10343 from vespa-engine/geirst/attribute-enum-store-cleanupGeir Storli2019-08-2012-243/+12
|\
| * Remove unused enum store code.Geir Storli2019-08-208-243/+0
| * Handle udat attribute files.Geir Storli2019-08-204-0/+12
* | Merge pull request #10339 from vespa-engine/arnej/ensure-java-cell-type-resol...Arne H Juul2019-08-201-0/+3
|\ \ | |/ |/|
| * check cell value type alsoArne Juul2019-08-201-0/+3
* | Merge pull request #10328 from vespa-engine/geirst/enum-attribute-save-load-c...Geir Storli2019-08-1911-684/+49
|\ \
| * | Remove support to load string attributes from non-enumerated save format.Geir Storli2019-08-192-62/+8
| * | Remove support to save enum attributes in non-enumerated save format.Geir Storli2019-08-192-15/+6
| * | Remove unused test classes.Geir Storli2019-08-197-607/+35
* | | Merge pull request #10313 from vespa-engine/balder/remove-doc-ids-part-3Henning Baldersheim2019-08-198-41/+41
|\ \ \ | |/ / |/| |
| * | doc: -> id:Henning Baldersheim2019-08-168-41/+41
| |/
* | Merge pull request #10311 from vespa-engine/geirst/attribute-enumerated-save-...Tor Egge2019-08-198-181/+97
|\ \ | |/ |/|
| * Remove "enable enumerated save" flag from attribute vectors as this should be...Geir Storli2019-08-198-181/+97
* | Update with expected gid.Henning Baldersheim2019-08-162-1/+1
* | doc: -> id:Henning Baldersheim2019-08-161-3/+42
* | doc: -> id:Henning Baldersheim2019-08-163-3/+3
* | doc: -> id:Henning Baldersheim2019-08-163-3/+3
|/
* Merge pull request #10297 from vespa-engine/balder/some-cleanup-while-reading...Henning Baldersheim2019-08-159-63/+57
|\
| * std::make_unique while reading up on phrase search code.Henning Baldersheim2019-08-159-63/+57
* | Add separate allocator for strings in unique store.Tor Egge2019-08-151-0/+7
|/
* Minor intellij adviseHenning Baldersheim2019-08-151-8/+4