diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-30 17:43:58 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-10-01 17:21:56 -0400 |
| commit | d5901a1fcc8b79f9a23bd3888ef2f281f07b9459 (patch) | |
| tree | b306fba401eadd70e3c042f6c0c935e08cc0c16c /src/phorkie/Database/Adapter/Null/Indexer.php | |
| parent | 8d29b8e073c9a3795ad7ededf4cb5e8683102162 (diff) | |
| download | phorkie-d5901a1fcc8b79f9a23bd3888ef2f281f07b9459.tar.gz phorkie-d5901a1fcc8b79f9a23bd3888ef2f281f07b9459.zip | |
Use commit timestamps for ElasticSearch and sort on last commit time.
Diffstat (limited to 'src/phorkie/Database/Adapter/Null/Indexer.php')
| -rw-r--r-- | src/phorkie/Database/Adapter/Null/Indexer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/phorkie/Database/Adapter/Null/Indexer.php b/src/phorkie/Database/Adapter/Null/Indexer.php index 3b0c990..4ad63f1 100644 --- a/src/phorkie/Database/Adapter/Null/Indexer.php +++ b/src/phorkie/Database/Adapter/Null/Indexer.php @@ -3,11 +3,11 @@ namespace phorkie; class Database_Adapter_Null_Indexer { - public function addRepo(Repository $repo, $crdate = null) + public function addRepo(Repository $repo, $crdate = null, $modate = null) { } - public function updateRepo(Repository $repo, $crdate = null) + public function updateRepo(Repository $repo, $crdate = null, $modate = null) { } |
