aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/stringbase.h
Commit message (Expand)AuthorAgeFilesLines
* Add attribute tokens dfw.Tor Egge2023-10-301-0/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Handle sorting on multivalue attributes.Tor Egge2023-07-041-3/+2
* Use default value ref from enum store to handle CLEARDOC.Tor Egge2023-04-181-1/+1
* If there is a enum reference to the empty string (default value), it must be ...Henning Baldersheim2023-04-131-1/+1
* Remove unused generateOffsets member function.Tor Egge2023-03-211-1/+0
* GC getString interfaceHenning Baldersheim2023-03-071-1/+0
* Add unit test for string attribute get_rawHenning Baldersheim2023-03-071-5/+4
* Add get_raw() member function to search::attribute::IAttributeVector.Tor Egge2023-03-061-0/+1
* - Use unique_ptr to hide FuzzyMatcher to make most common SearchContext smaller.Henning Baldersheim2022-10-171-3/+0
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-2/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-1/+1
* Factor out MultiStringEnumSearchContext from MultiStringAttribute.Tor Egge2022-04-021-47/+0
* Factor out SingleStringEnumSearchContext from SingleStringAttribute.Tor Egge2022-04-021-0/+2
* Mostly move StringSearchContext.Tor Egge2022-04-011-3/+2
* Factor out StringMatcher from StringSearchContext.Tor Egge2022-03-311-12/+3
* Move StringSearchHelper out from stringbase.{h,cpp}.Tor Egge2022-03-311-36/+2
* Use temporary search context to pass arguments to posting list search context.Tor Egge2022-03-311-0/+2
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+2
* Addressing more commentsAlexey Chernyshev2022-03-231-4/+4
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-0/+7
* Reduce code visibility by reducing includes not needed.Henning Baldersheim2022-03-101-5/+4
* Use AtomicEntryRef in multivalue enum attributes.Tor Egge2022-03-081-1/+1
* Clean and simplify default value handlingHenning Baldersheim2021-10-291-1/+0
* 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-1/+0
* - Add non-folded prefix.Henning Baldersheim2021-04-251-1/+0
* Fix typo in comment.Henning Baldersheim2021-04-231-2/+2
* Add testing of too short strings.Henning Baldersheim2021-04-231-0/+7
* Support both case sensitive, and case-insensitive search in non-fast-search a...Henning Baldersheim2021-04-221-25/+28
* Keep only one ucs4 buffer, and create the buffer lazy.Henning Baldersheim2021-03-041-1/+1
* The default implementation of SearchContext::onFind was danegrous and not thr...Henning Baldersheim2021-03-041-13/+0
* Make the StringSearchContext smaller.Henning Baldersheim2021-03-041-11/+9
* GC unused typeddefs and params.Henning Baldersheim2021-03-031-3/+3
* Handle AssignValueUpdate inside MapValueUpdate.Tor Egge2020-04-171-0/+1
* Use Google RE2 as underlying regex engineTor Brede Vekterli2020-03-041-6/+6
* Rename QueryTermBase -> QueryTermUCS4 and move to separate h and cpp files.Geir Storli2019-11-281-1/+1
* Use std::regex in string attribute vector base.Tor Egge2019-10-181-4/+5
* Remove wrapping of entry type in enum store.Geir Storli2019-09-091-9/+8
* Remove unused functions.Geir Storli2019-09-041-2/+0
* Rename functions and classes used when loading enum store.Geir Storli2019-09-041-1/+1
* Rename functions used to load posting lists.Geir Storli2019-09-041-2/+2
* Simplify loading of enum store from enumerated files by tracking state in hel...Geir Storli2019-09-031-3/+4
* Rename fillEnumIdx() -> load_enumerated_data().Geir Storli2019-09-031-2/+2
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-5/+5
* Cleanup leftovers for loading string attribute vector from non enumerated files.Tor Egge2019-08-281-3/+2
* Add interface for an enum store.Geir Storli2019-08-281-3/+3
* Remove support to load string attributes from non-enumerated save format.Geir Storli2019-08-191-3/+0
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1