summaryrefslogtreecommitdiffstats
path: root/common/fulltextindex.cpp
Commit message (Collapse)AuthorAge
* Don't print all results.Christian Mollekopf2018-07-27
|
* Debug messages and a higher limit for queriesChristian Mollekopf2018-07-27
|
* Only do partial matching (instead of wildcard) and limit expansion.Christian Mollekopf2018-07-27
|
* All xapian stuff in a central placeChristian Mollekopf2018-07-27
|
* Removed unused parameterChristian Mollekopf2018-02-22
|
* Catch xapian exceptionsChristian Mollekopf2018-02-21
|
* Enable partial matchingChristian Mollekopf2018-02-13
|
* Xapian based fulltext indexingChristian Mollekopf2018-02-11
This cuts into the sync performance by about 40%, but gives us fast fulltext searching for all local content.