seek_quarry
[ class tree: seek_quarry ] [ index: seek_quarry ] [ all elements ]

Class: IndexManager

Source Location: /lib/index_manager.php

Class Overview


Class used to manage open IndexArchiveBundle's while performing a query. Ensures an easy place to obtain references to these bundles and ensures only one object per bundle is instantiated in a Singleton-esque way.


Author(s):

  • Chris Pollett

Implements interfaces:

Methods



Class Details

[line 54]
Class used to manage open IndexArchiveBundle's while performing a query. Ensures an easy place to obtain references to these bundles and ensures only one object per bundle is instantiated in a Singleton-esque way.



Tags:

author:  Chris Pollett


[ Top ]


Class Methods


static method getIndex [line 64]

static object the getIndex( string $index_name)

Returns a reference to the managed copy of an IndexArchiveBundle object with a given timestamp or an IndexShard in the case where $index_name == "feed" (for handling news feeds)



Tags:

return:  desired IndexArchiveBundle reference


Parameters:

string   $index_name   timestamp of desired IndexArchiveBundle

[ Top ]


Documentation generated by phpDocumentor 1.4.3