aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/stringbase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add attribute tokens dfw.Tor Egge2023-10-301-0/+6
* Update copyrightJon Bratseth2023-10-091-1/+1
* Ensure that default value is present in enum store.Tor Egge2023-04-141-0/+4
* Remove unused generateOffsets member function.Tor Egge2023-03-211-13/+0
* Merge pull request #26325 from vespa-engine/balder/handle-raw-attributes-in-g...Henning Baldersheim2023-03-071-2/+3
|\
| * - Handle single value raw attributes in grouping.Henning Baldersheim2023-03-071-2/+3
* | Allow sorting on raw attributes.Henning Baldersheim2023-03-071-4/+2
|/
* Add get_raw() member function to search::attribute::IAttributeVector.Tor Egge2023-03-061-0/+6
* - Always check if enough space to write.Henning Baldersheim2022-10-171-1/+1
* Add serialisation for sorting to documentmetastore.Henning Baldersheim2022-10-141-9/+7
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-1/+1
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-2/+0
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+6
* Factor out MultiStringEnumSearchContext from MultiStringAttribute.Tor Egge2022-04-021-10/+0
* Mostly move StringSearchContext.Tor Egge2022-04-011-14/+1
* Remove dead code from stringbase.cppTor Egge2022-04-011-67/+0
* Factor out StringMatcher from StringSearchContext.Tor Egge2022-03-311-6/+5
* Move StringSearchHelper out from stringbase.{h,cpp}.Tor Egge2022-03-311-60/+0
* Use temporary search context to pass arguments to posting list search context.Tor Egge2022-03-311-0/+4
* GC unused sort code and reduce code visibility.Henning Baldersheim2022-03-251-1/+1
* Addressing more commentsAlexey Chernyshev2022-03-231-3/+3
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-1/+8
* Reduce code visibility by reducing includes not needed.Henning Baldersheim2022-03-101-0/+1
* Stop using std::binary_function (searchlib).Tor Egge2022-02-261-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add an executor to the AttributeVector::load/onLoad interface so attributes c...Henning Baldersheim2021-08-121-1/+1
* - Use the enum batch updater directly. This avoids a temporary map and you ha...Henning Baldersheim2021-05-021-3/+0
* Support both case sensitive, and case-insensitive search in non-fast-search a...Henning Baldersheim2021-04-221-9/+52
* Sort unique values during load if needed.Tor Egge2021-04-081-0/+2
* Keep only one ucs4 buffer, and create the buffer lazy.Henning Baldersheim2021-03-041-11/+3
* The default implementation of SearchContext::onFind was danegrous and not thr...Henning Baldersheim2021-03-041-41/+1
* Make the StringSearchContext smaller.Henning Baldersheim2021-03-041-32/+47
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-0/+5
* Handle AssignValueUpdate inside MapValueUpdate.Tor Egge2020-04-171-0/+6
* Move functions used to open / load attribute vector data files to separate cl...Geir Storli2020-03-301-3/+4
* Use Google RE2 as underlying regex engineTor Brede Vekterli2020-03-041-4/+1
* Rename QueryTermBase -> QueryTermUCS4 and move to separate h and cpp files.Geir Storli2019-11-281-3/+3
* Use std::regex in string attribute vector base.Tor Egge2019-10-181-3/+6
* Remove unused functions.Geir Storli2019-09-041-12/+0
* Rename functions and classes used when loading enum store.Geir Storli2019-09-041-3/+3
* Rename functions used to load posting lists.Geir Storli2019-09-041-3/+3
* Simplify loading of enum store from enumerated files by tracking state in hel...Geir Storli2019-09-031-22/+10
* Remove debug logging.Geir Storli2019-09-031-38/+0
* Rename fillEnumIdx() -> load_enumerated_data().Geir Storli2019-09-031-15/+12
* Remove support to load string attributes from non-enumerated save format.Geir Storli2019-08-191-59/+8
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* Use std::make_xxxHenning Baldersheim2018-08-201-40/+14
* - Do not follow the nullptr.Henning Baldersheim2018-07-231-3/+3
* Renaming and constification after code review comments.Henning Baldersheim2018-05-241-1/+1
* onCmp -> onFindHenning Baldersheim2018-05-231-2/+2