Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed signed/unsigned comparison | Christian Mollekopf | 2018-07-30 |
| | |||
* | Prevent phrase searches from spanning different indexed parts | Christian Mollekopf | 2018-07-30 |
| | |||
* | An adaptive query limit and a warning if we exceed it | Christian Mollekopf | 2018-07-30 |
| | |||
* | Don't print all results. | Christian Mollekopf | 2018-07-27 |
| | |||
* | Debug messages and a higher limit for queries | Christian Mollekopf | 2018-07-27 |
| | |||
* | Only do partial matching (instead of wildcard) and limit expansion. | Christian Mollekopf | 2018-07-27 |
| | |||
* | All xapian stuff in a central place | Christian Mollekopf | 2018-07-27 |
| | |||
* | Removed unused parameter | Christian Mollekopf | 2018-02-22 |
| | |||
* | Catch xapian exceptions | Christian Mollekopf | 2018-02-21 |
| | |||
* | Enable partial matching | Christian Mollekopf | 2018-02-13 |
| | |||
* | Xapian based fulltext indexing | Christian Mollekopf | 2018-02-11 |
This cuts into the sync performance by about 40%, but gives us fast fulltext searching for all local content. |