summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/datastore/unique_store/unique_store_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* Prepare for faster lid mapping:Tor Egge2017-02-071-1/+17
| | | | | - Adjust add method in unique store. - Wrap gid and (currently unused) lid in nested Reference class.
* Style fixes and adjusted comments.Tor Egge2017-02-031-4/+2
| | | | | More test cases for reference attribute test. Remove unneeded onAddDoc() method.
* Add reference attribute.Tor Egge2017-02-021-0/+46
|
* Move MemStats struct to searchlib test library. Add class comment.Tor Egge2017-01-301-25/+3
| | | | | | | Stop wrapping EntryType in WrappedEntry. Change Compare to reference value. Add class comment. Remove WrappedCompare. Add freeze() method.
* Add unique store, a data store containing refcounted unique values.Tor Egge2017-01-271-0/+230