aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/multistringattribute.hpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add query property to control fuzzy matching algorithm.Geir Storli2023-09-211-2/+3
* Handle sorting on multivalue attributes.Tor Egge2023-07-041-0/+29
* Ensure that default value is present in enum store.Tor Egge2023-04-141-1/+0
* Use explicit instantiations of MultiValueEnumAttribute and MultiValueAttribute.Tor Egge2023-03-231-1/+0
* - Use unique_ptr to hide FuzzyMatcher to make most common SearchContext smaller.Henning Baldersheim2022-10-171-1/+0
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-1/+1
* Reduce use of default values in parameter lists.Tor Egge2022-05-311-0/+6
* Rename Tag to MultiValueTag (nested class inside IMultiValueAttribute).Tor Egge2022-04-221-4/+4
* Add multi value read views that handles mapping from enumerated valueTor Egge2022-04-191-0/+16
* Fix typos in class comments. Rename get_read_view() to make_read_view().Tor Egge2022-04-061-1/+1
* Add MultiValueMappingReadView, used by readers to get limited read accessTor Egge2022-04-061-1/+2
* Factor out MultiStringEnumSearchContext from MultiStringAttribute.Tor Egge2022-04-021-74/+3
* Mostly move StringSearchContext.Tor Egge2022-04-011-20/+1
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+1
* Addressing more commentsAlexey Chernyshev2022-03-231-1/+1
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-0/+4
* Use AtomicEntryRef in multivalue enum attributes.Tor Egge2022-03-081-1/+1
* Hide Fast_BufferedFile better.Henning Baldersheim2022-01-271-1/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Avoid the need for 'prefix' for types where it does not make sense.Henning Baldersheim2021-04-191-2/+2
* Move BufferWriter back to searchlib.Tor Egge2020-04-251-1/+1
* Use Google RE2 as underlying regex engineTor Brede Vekterli2020-03-041-1/+1
* 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-0/+1
* Style changes and function renaming in enum store.Geir Storli2019-09-131-4/+4
* Reduce code duplication by letting enum store comparators inherit unique stor...Geir Storli2019-09-091-3/+3
* More use of auto, std::make_unique and range-based for loops.Geir Storli2019-08-221-2/+2
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-1/+1
* - Do not follow the nullptr.Henning Baldersheim2018-07-231-3/+3
* Renaming and constification after code review comments.Henning Baldersheim2018-05-241-4/+4
* onCmp -> onFindHenning Baldersheim2018-05-231-3/+3
* Refactored to allow iteration over matching elements.Henning Baldersheim2018-05-231-16/+16
* 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
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-19/+12
* Use new API to get values from multi value mapping.Tor Egge2016-11-171-8/+5
* PublishJon Bratseth2016-06-151-0/+146