summaryrefslogtreecommitdiffstats
path: root/lib/public/FullTextSearch/Model/IIndex.php
Commit message (Collapse)AuthorAgeFilesLines
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+0
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fixing INDEX_DONEMaxence Lange2019-03-041-3/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* cleaningMaxence Lange2019-03-041-2/+3
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* moving final class to private, new interface in publicMaxence Lange2019-03-041-2/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* public interfaces FullTextSearchMaxence Lange2018-10-301-0/+292
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> -@return mixed Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Merge remote-tracking branch 'origin/interfaces-fulltextsearch-2' into interfaces-fulltextsearch-2 Signed-off-by: Maxence Lange <maxence@artificial-owl.com>