summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-stemmer.h
Commit message (Collapse)AuthorAgeFilesLines
* Use '#pragma once' to avoid a lot of boilerplateRichard Hughes2019-02-091-4/+1
|
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
|
* Fix compile with -Wdiscarded-qualifiersRichard Hughes2017-03-151-1/+3
| | | | Some distros helpfully force this on for some reason.
* Cache the stemmer results in a hash tableRichard Hughes2016-11-211-1/+1
| | | | This reduces the time it takes to populate the token cache by 60%.
* Optionally use libstemmer for keyword stemmingRichard Hughes2016-06-281-0/+39
This allows us to search for 'networking', 'networks', or 'networked' and to return results for all network* keywords.