aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlestringattribute.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
* Check target attribute lid range.Tor Egge2023-04-251-1/+2
* Ensure that default value is present in enum store.Tor Egge2023-04-141-1/+0
* - Use unique_ptr to hide FuzzyMatcher to make most common SearchContext smaller.Henning Baldersheim2022-10-171-1/+0
* Reduce use of default values in parameter lists.Tor Egge2022-05-311-0/+6
* Factor out SingleStringEnumSearchContext from SingleStringAttribute.Tor Egge2022-04-021-11/+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
* 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-2/+2
* 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-1/+2
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-1/+1
* Return information if a buffer is held.Henning Baldersheim2018-12-181-3/+2
* - Do not follow the nullptr.Henning Baldersheim2018-07-231-3/+3
* 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-20/+12
* No need to include log.h when not loggingHenning Baldersheim2016-12-121-1/+0
* PublishJon Bratseth2016-06-151-0/+80