Index of All Elements

a b c e f g k l n o q r s w _ top

a

add_field
in file query.php, method Kohana_SphinxQL_Query::add_field()
    Adds a entry to the list of fields to return from the query.
add_fields
in file query.php, method Kohana_SphinxQL_Query::add_fields()
    Adds multiple entries at once to the list of fields to return.
add_index
in file query.php, method Kohana_SphinxQL_Query::add_index()
    Adds an entry to the list of indexes to be searched.
add_server
in file core.php, method Kohana_SphinxQL_Core::add_server()
    Create a new SphinxQL_Client for a server and add it to the pool of clients
top

b

build
in file query.php, method Kohana_SphinxQL_Query::build()
    Builds the query string from the information you've given.
top

c

connect
in file client.php, method Kohana_SphinxQL_Client::connect()
    Used to attempt connection to the sphinx server, keeps a record of whether it failed to connect or not
client.php
procedural page client.php
core.php
procedural page core.php
client.php
procedural page client.php
core.php
procedural page core.php
top

e

execute
in file query.php, method Kohana_SphinxQL_Query::execute()
    Executes the query and returns the results
top

f

fetch_all
in file client.php, method Kohana_SphinxQL_Client::fetch_all()
    Fetch the whole result set
fetch_row
in file client.php, method Kohana_SphinxQL_Client::fetch_row()
    Fetch one row of the result set
top

g

group_by
in file query.php, method Kohana_SphinxQL_Query::group_by()
    Sets the GROUP BY condition for the query.
group_order
in file query.php, method Kohana_SphinxQL_Query::group_order()
    Sets the WITHIN GROUP ORDER BY condition for the query. This is a Sphinx-specific extension to SQL.
top

k

Kohana_SphinxQL
in file sphinxql.php, class Kohana_SphinxQL
    Wrapper class for SphinxQL_Core
Kohana_SphinxQL_Client
in file client.php, class Kohana_SphinxQL_Client
    Class for communicating with a sphinx server
Kohana_SphinxQL_Core
in file core.php, class Kohana_SphinxQL_Core
    Class for managing a set of SphinxQL_Clients
Kohana_SphinxQL_Query
in file query.php, class Kohana_SphinxQL_Query
    Class for building queries to send to sphinx
top

l

limit
in file query.php, method Kohana_SphinxQL_Query::limit()
    Sets the limit for the query
top

n

new_query
in file core.php, method Kohana_SphinxQL_Core::new_query()
    Create a new SphinxQL_Query, automatically add this SphinxQL_Core as the constructor argument
top

o

offset
in file query.php, method Kohana_SphinxQL_Query::offset()
    Sets the offset for the query
option
in file query.php, method Kohana_SphinxQL_Query::option()
    Adds an OPTION to the query. This is a Sphinx-specific extension to SQL.
order
in file query.php, method Kohana_SphinxQL_Query::order()
    Adds an ORDER condition to the query.
top

q

query.php
procedural page query.php
query
in file core.php, method Kohana_SphinxQL_Core::query()
    Perform a query, given either a string or a SphinxQL_Query object Cycles through all available servers until it succeeds.
query
in file client.php, method Kohana_SphinxQL_Client::query()
    Perform a query
query.php
procedural page query.php
top

r

remove_field
in file query.php, method Kohana_SphinxQL_Query::remove_field()
    Removes a field from the list of fields to search.
remove_fields
in file query.php, method Kohana_SphinxQL_Query::remove_fields()
    Removes multiple fields at once from the list of fields to search.
remove_group_by
in file query.php, method Kohana_SphinxQL_Query::remove_group_by()
    Removes the GROUP BY condition from the query.
remove_group_order
in file query.php, method Kohana_SphinxQL_Query::remove_group_order()
    Removes the WITHIN GROUP ORDER BY condition for the query. This is a Sphinx-specific extension to SQL.
remove_index
in file query.php, method Kohana_SphinxQL_Query::remove_index()
    Removes an entry from the list of indexes to be searched.
remove_option
in file query.php, method Kohana_SphinxQL_Query::remove_option()
    Removes an OPTION from the query.
remove_search
in file query.php, method Kohana_SphinxQL_Query::remove_search()
    Removes the search text from the query.
top

s

sphinxql.php
procedural page sphinxql.php
search
in file query.php, method Kohana_SphinxQL_Query::search()
    Sets the text to be matched against the index(es)
sphinx
in file query.php, method Kohana_SphinxQL_Query::sphinx()
    Sets or gets the SphinxQL_Core object associated with this query.
SphinxQL
in file sphinxql.php, class SphinxQL
    Wrapper class for Kohana_SphinxQL
sphinxql.php
procedural page sphinxql.php
SphinxQL_Client
in file client.php, class SphinxQL_Client
    Wrapper class for Kohana_SphinxQL_Client
SphinxQL_Core
in file core.php, class SphinxQL_Core
    Wrapper class for Kohana_SphinxQL_Core
SphinxQL_Query
in file query.php, class SphinxQL_Query
    Wrapper class for Kohana_SphinxQL_Query
top

w

where
in file query.php, method Kohana_SphinxQL_Query::where()
    Adds a WHERE condition to the query.
where_in
in file query.php, method Kohana_SphinxQL_Query::where_in()
    Adds a WHERE <field> <not> IN (<value x>, <value y>, <value ...>) condition to the query, mainly used for MVAs.
top

_

$_failed
in file client.php, variable Kohana_SphinxQL_Client::$_failed
$_fields
in file query.php, variable Kohana_SphinxQL_Query::$_fields
$_group
in file query.php, variable Kohana_SphinxQL_Query::$_group
$_group_order
in file query.php, variable Kohana_SphinxQL_Query::$_group_order
$_handle
in file client.php, variable Kohana_SphinxQL_Client::$_handle
$_handles
in file core.php, variable Kohana_SphinxQL_Core::$_handles
$_indexes
in file query.php, variable Kohana_SphinxQL_Query::$_indexes
$_limit
in file query.php, variable Kohana_SphinxQL_Query::$_limit
$_offset
in file query.php, variable Kohana_SphinxQL_Query::$_offset
$_options
in file query.php, variable Kohana_SphinxQL_Query::$_options
$_orders
in file query.php, variable Kohana_SphinxQL_Query::$_orders
$_result
in file client.php, variable Kohana_SphinxQL_Client::$_result
$_search
in file query.php, variable Kohana_SphinxQL_Query::$_search
$_server
in file client.php, variable Kohana_SphinxQL_Client::$_server
$_sphinx
in file query.php, variable Kohana_SphinxQL_Query::$_sphinx
$_wheres
in file query.php, variable Kohana_SphinxQL_Query::$_wheres
__construct
in file query.php, method Kohana_SphinxQL_Query::__construct()
    Constructor
__construct
in file client.php, method Kohana_SphinxQL_Client::__construct()
    Constructor
__construct
in file core.php, method Kohana_SphinxQL_Core::__construct()
    Constructor
__toString
in file query.php, method Kohana_SphinxQL_Query::__toString()
    Magic method, returns the result of build().

Documentation generated on Sun, 11 Jul 2010 21:43:16 +0900 by phpDocumentor 1.4.3