summaryrefslogtreecommitdiff
path: root/extensions/fts++
Commit message (Expand)AuthorAgeFilesLines
* FTS++: Ubuntu One events blacklist:Siegfried-Angel Gevatter Pujals2012-04-034-11/+61
* FTS++: Ignore Ubuntu One eventsSiegfried-Angel Gevatter Pujals2012-03-292-0/+27
* Merge lp:~tdfischer/zeitgeist/warning-fixesSiegfried-Angel Gevatter Pujals2012-03-271-1/+1
|\
| * warning--Trever Fischer2012-03-261-2/+2
* | FTS++: Re-index if database is corruptSiegfried-Angel Gevatter Pujals2012-03-261-2/+19
* | Merge lp:~mhr3/zeitgeist/fts-optimizationsSiegfried-Angel Gevatter Pujals2012-03-265-20/+79
|\ \ | |/ |/|
| * Don't use single find_events call during reindex, instead do find_event_ids +...Michal Hruby2012-03-264-16/+63
| * Quit FTS when zeitgeist existsMichal Hruby2012-03-261-4/+16
|/
* But it's so much nicer without the warningsMichal Hruby2012-03-201-1/+1
* Add Event.take_subjectMichal Hruby2012-03-201-3/+3
* Make sure make check passesMichal Hruby2012-03-201-1/+7
* Fix FTS tests.Siegfried-Angel Gevatter Pujals2012-03-191-6/+6
* Fix testsMichal Hruby2012-03-191-4/+4
* Merge lp:~zeitgeist/zeitgeist/fts-origin-hashingMichal Hruby2012-03-192-13/+34
|\
| * Bump index version numberMichal Hruby2012-03-191-1/+1
| * Clean upMichal Hruby2012-03-191-5/+4
| * FTS++: origin hashingMichal Hruby2012-03-191-9/+31
* | FTS++ test case: popularity is broken :(Siegfried-Angel Gevatter Pujals2012-03-191-3/+39
|/
* Refactor ResultType sorting and fix FTS++'s Search() with LeastRecent*Siegfried-Angel Gevatter Pujals2012-03-191-8/+19
|\
| * FTS++: Fix Search() when to return correct results for LeastRecent* result typesSiegfried-Angel Gevatter Pujals2012-03-161-8/+21
|/
* FTS++: More test cases. These expose two bugs! ZOMG! :)Siegfried-Angel Gevatter Pujals2012-03-162-26/+182
* FTS++: more test stuff (add more asserts, extend {Most,Least}Recent tests,Siegfried-Angel Gevatter Pujals2012-03-161-251/+156
* FTS++: some more test cases and add a couple utility functionsSiegfried-Angel Gevatter Pujals2012-03-161-81/+119
* FTS++: Change to current_uri in some more places. Add random test cases.Siegfried-Angel Gevatter Pujals2012-03-162-4/+76
* FTS++: Log `current_uri' instead of `uri'Siegfried-Angel Gevatter Pujals2012-03-152-2/+60
* Make sure that mangling works with capital letters as wellMichal Hruby2012-03-142-3/+52
* Make sure we mangle dotsMichal Hruby2012-03-143-3/+48
* Make sure we mangle dashesMichal Hruby2012-03-143-2/+67
* Merge trunkMichal Hruby2012-03-142-20/+38
|\
| * Index only recognized uri schemesMichal Hruby2012-03-122-17/+35
* | Finish up the implementationMichal Hruby2012-03-141-21/+59
* | Expose also find_event_ids_for_clauseMichal Hruby2012-03-112-10/+35
* | Make the popularity sorting work correctlyMichal Hruby2012-03-081-34/+174
* | Remove the sortingMichal Hruby2012-03-081-32/+0
* | Implement secondary sorting based on ResultType in SearchWithRelevanciesMichal Hruby2012-03-072-20/+228
|/
* And do all my changes once againMichal Hruby2012-03-072-8/+8
* FTS++: Save hashes of URIs and use Xapian's collapse option to group by themSiegfried-Angel Gevatter Pujals2012-03-052-1/+37
* Use a const int for relevancy result typeMichal Hruby2012-03-071-5/+6
* Don't index ubuntuone's uidsMichal Hruby2012-03-061-0/+5
* Change FTS++ copyright comments to follow the same style as ZGSiegfried-Angel Gevatter Pujals2012-02-1413-41/+20
* Make FTS work with older GLibMichal Hruby2012-02-131-3/+4
* configure.ac: check for Xapian being thereSiegfried-Angel Gevatter Pujals2012-02-121-1/+2
* Add storage state parameter to the SearchWithRelevancies methodMichal Hruby2012-02-106-5/+21
* - Pre-process events before they are send to the extensions (LP: #628804).Siegfried-Angel Gevatter Pujals2012-02-101-3/+12
* Use the old fts directory and increase index versionMichal Hruby2012-02-102-3/+4
* Add more testsMichal Hruby2012-02-101-0/+89
* Few more fixesMichal Hruby2012-02-103-2/+13
* Preprocess everything we indexMichal Hruby2012-02-102-13/+42
* Add more string utilsMichal Hruby2012-02-103-1/+116
* Add SearchWithRelevancies methodMichal Hruby2012-02-096-24/+239