aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/memoryindex/field_index.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-6/+6
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-5/+5
* Rename first used generation -> oldest used generation.Geir Storli2022-10-121-1/+1
* Expose more information in content node search reply trace.Geir Storli2022-09-261-1/+1
* Move the terfieldmatchdaatarray where it makes sense.Henning Baldersheim2022-08-281-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-6/+6
* Remove unused code.Tor Egge2020-04-291-6/+0
* Cleanup explicit template instantiation.Tor Egge2020-04-281-34/+34
* Instantiate field index type based on config in index schema.Geir Storli2019-06-211-0/+8
* Support unpacking of interleaved features in memory posting list iterators.Geir Storli2019-06-211-0/+2
* Add template parameter to FieldIndex that specifies whether the underlying po...Geir Storli2019-06-191-119/+42
* Create interface for a memory field index.Geir Storli2019-06-191-17/+21
* Add template parameter to PostingListEntry in preparation for storing interle...Geir Storli2019-06-191-2/+3
* Change posting list for memory index to have PostingListEntry as value.Tor Egge2019-06-141-2/+3
* Extend MemoryIndex to take an instance of IFieldLengthInspector to setup fiel...Geir Storli2019-06-061-1/+2
* Wire field inverter at construction time.Tor Egge2019-06-041-0/+3
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-4/+4
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-2/+2
* Add and improve class comments.Geir Storli2019-04-121-1/+1
* Rename wordstore* -> word_store*.Geir Storli2019-04-111-1/+1
* Rename featurestore* -> feature_store*.Geir Storli2019-04-111-1/+1
* Rename search::memoryindex::DocumentRemover -> FieldIndexRemover.Geir Storli2019-04-111-4/+4
* Rename search::memoryindex::OrderedDocumentInserter -> OrderedFieldIndexInser...Geir Storli2019-04-111-3/+3
* Style changes.Geir Storli2019-04-111-38/+10
* Rename search::memoryindex::MemoryFieldIndex -> FieldIndex.Geir Storli2019-04-091-0/+278