[ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ k ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ v ] [ _ ]

a

add
in file SolrConnection.php, method SolrConnection::add()
    Adds one or multiple documents to the index.
addField
in file SolrSimpleDocument.php, method SolrSimpleDocument::addField()
    Adds a field
autoload
in file Solr.php, method Solr::autoload()
    An __autoload() implementation for this library.
top

b

buildQueryParameter
in file SolrFacetFieldParameters.php, method SolrFacetFieldParameters::buildQueryParameter()
    Builds a query parameter.
top

c

commit
in file SolrConnection.php, method SolrConnection::commit()
    Commits all recently added documents.
connect
in file Solr.php, method Solr::connect()
    Opens a new Solr connection.
connect
in file SolrConnection.php, method SolrConnection::connect()
    Opens a new Solr connection.
count
in file SolrSearchResult.php, method SolrSearchResult::count()
    Countable implementation.
count
in file SolrHit.php, method SolrHit::count()
    Countable implementation.
createRequest
in file SolrHttpClient.php, method SolrHttpClient::createRequest()
    Creates the HTTP_Request2 instance.
current
in file SolrSearchResult.php, method SolrSearchResult::current()
    Iterator implementation.
current
in file SolrHit.php, method SolrHit::current()
    Iterator implementation.
top

d

DATE_FORMAT
in file SolrDateField.php, class constant SolrDateField::DATE_FORMAT
    The date format expected by Solr.
deleteById
in file SolrConnection.php, method SolrConnection::deleteById()
    Deletes the document with the given ID.
deleteByQuery
in file SolrConnection.php, method SolrConnection::deleteByQuery()
    Deletes the document Which match the given query.
top

f

$fieldName
in file SolrFacetFieldParameters.php, variable SolrFacetFieldParameters::$fieldName
    Prefix for facet parameters.
FACET_SORT_COUNT
in file SolrQuery.php, class constant SolrQuery::FACET_SORT_COUNT
    Sort facet by count.
FACET_SORT_LEX
in file SolrQuery.php, class constant SolrQuery::FACET_SORT_LEX
    Sort facet lexicographically.
top

g

getBoost
in file SolrHit.php, method SolrHit::getBoost()
    SolrDocument implementation.
getBoost
in file SolrField.php, method SolrField::getBoost()
    Returns the boost factor for this field.
getBoost
in file SolrSimpleDocument.php, method SolrSimpleDocument::getBoost()
    Returns the boost factor for this document.
getBoost
in file SolrDocument.php, method SolrDocument::getBoost()
    Returns the boost factor for this document.
getBoost
in file SolrSimpleField.php, method SolrSimpleField::getBoost()
    Returns the boost setting for this field.
getBoost
in file SolrDateField.php, method SolrDateField::getBoost()
    Returns the boost factor for this field.
getFields
in file SolrHit.php, method SolrHit::getFields()
    SolrDocument implementation.
getFields
in file SolrSimpleDocument.php, method SolrSimpleDocument::getFields()
    Returns the fields of this document.
getFields
in file SolrDocument.php, method SolrDocument::getFields()
    Returns the fields of this document.
getName
in file SolrSimpleField.php, method SolrSimpleField::getName()
    Returns the name of the field.
getName
in file SolrField.php, method SolrField::getName()
    Returns the name of this field.
getName
in file SolrDateField.php, method SolrDateField::getName()
    Returns the name of this field.
getName
in file SolrFacetField.php, method SolrFacetField::getName()
    Returns the name of this field.
getNumFound
in file SolrSearchResult.php, method SolrSearchResult::getNumFound()
    Returns the total number of documents found.
getQueryString
in file SolrQuery.php, method SolrQuery::getQueryString()
    Build the query string of the URL for this query.
getQueryStringPart
in file SolrFacetField.php, method SolrFacetField::getQueryStringPart()
    Returns the faceting part of the HTTP query.
getQueryStringPart
in file SolrSimpleFacets.php, method SolrSimpleFacets::getQueryStringPart()
    Returns the faceting part of the HTTP query.
getQueryStringPart
in file SolrFacetFieldParameters.php, method SolrFacetFieldParameters::getQueryStringPart()
    Returns the faceting part of the HTTP query.
getScore
in file SolrHit.php, method SolrHit::getScore()
    Returns the score for this hit.
getSolrSpecVersion
in file SolrConnection.php, method SolrConnection::getSolrSpecVersion()
    Returns the server's Solr specification version.
getStart
in file SolrSearchResult.php, method SolrSearchResult::getStart()
    Returns the result offset.
getValue
in file SolrSimpleField.php, method SolrSimpleField::getValue()
    Returns the value of the field.
getValue
in file SolrField.php, method SolrField::getValue()
    Returns the value of this field as string.
getValue
in file SolrDateField.php, method SolrDateField::getValue()
    Returns the value of this field as string.
top

k

key
in file SolrSearchResult.php, method SolrSearchResult::key()
    Iterator implementation.
key
in file SolrHit.php, method SolrHit::key()
    Iterator implementation.
top

n

next
in file SolrSearchResult.php, method SolrSearchResult::next()
    Iterator implementation.
next
in file SolrHit.php, method SolrHit::next()
    Iterator implementation.
top

o

offsetExists
in file SolrSearchResult.php, method SolrSearchResult::offsetExists()
    ArrayAccess implementation.
offsetExists
in file SolrHit.php, method SolrHit::offsetExists()
    ArrayAccess implementation.
offsetGet
in file SolrSearchResult.php, method SolrSearchResult::offsetGet()
    ArrayAccess implementation.
offsetGet
in file SolrHit.php, method SolrHit::offsetGet()
    ArrayAccess implementation.
offsetSet
in file SolrHit.php, method SolrHit::offsetSet()
    ArrayAccess implementation.
offsetSet
in file SolrSearchResult.php, method SolrSearchResult::offsetSet()
    ArrayAccess implementation.
offsetUnset
in file SolrHit.php, method SolrHit::offsetUnset()
    ArrayAccess implementation.
offsetUnset
in file SolrSearchResult.php, method SolrSearchResult::offsetUnset()
    ArrayAccess implementation.
optimize
in file SolrConnection.php, method SolrConnection::optimize()
    Optimizes the index.
OP_AND
in file SolrQuery.php, class constant SolrQuery::OP_AND
    AND operator.
OP_OR
in file SolrQuery.php, class constant SolrQuery::OP_OR
    OR operator.
top

p

parseResponse
in file SolrSearchResult.php, method SolrSearchResult::parseResponse()
    Parses the JSON response of the StandardRequestHandler.
parseResponse
in file SolrFacetCounts.php, method SolrFacetCounts::parseResponse()
    Parses the 'facet_fields' part of the JSON response.
ping
in file SolrConnection.php, method SolrConnection::ping()
    Checks if the server is accesable.
top

q

query
in file SolrConnection.php, method SolrConnection::query()
    Sends a query to the Solr server.
top

r

rewind
in file SolrSearchResult.php, method SolrSearchResult::rewind()
    Iterator implementation.
rewind
in file SolrHit.php, method SolrHit::rewind()
    Iterator implementation.
top

s

sendRequest
in file SolrHttpClient.php, method SolrHttpClient::sendRequest()
    Sends an HTTP request.
setDefaultField
in file SolrQuery.php, method SolrQuery::setDefaultField()
    Sets the default field for this query.
setFieldList
in file SolrQuery.php, method SolrQuery::setFieldList()
    Sets the list of fields to return.
setFields
in file SolrSimpleFacets.php, method SolrSimpleFacets::setFields()
    Sets the field(s) which should be treated as a facet(s).
setFilters
in file SolrQuery.php, method SolrQuery::setFilters()
    Sets the filter queries for this query.
setLimit
in file SolrFacetFieldParameters.php, method SolrFacetFieldParameters::setLimit()
    Sets the maximum number of constraint counts.
setMinCount
in file SolrFacetFieldParameters.php, method SolrFacetFieldParameters::setMinCount()
    Sets the minimum counts for facet fields.
setMissing
in file SolrFacetFieldParameters.php, method SolrFacetFieldParameters::setMissing()
    Include "missing value" as a facet count?
setOffset
in file SolrFacetFieldParameters.php, method SolrFacetFieldParameters::setOffset()
    Sets the offset for the the list of constraints to allow paging.
setOperator
in file SolrQuery.php, method SolrQuery::setOperator()
    Specify the default operator.
setPrefix
in file SolrFacetFieldParameters.php, method SolrFacetFieldParameters::setPrefix()
    Sets the facet prefix.
setQueries
in file SolrSimpleFacets.php, method SolrSimpleFacets::setQueries()
    Sets the query/queries that should be used to generate a facet count.
setRows
in file SolrQuery.php, method SolrQuery::setRows()
    Sets the maximum number of documents.
setSort
in file SolrFacetFieldParameters.php, method SolrFacetFieldParameters::setSort()
    Sets the ordering of the facets.
setStart
in file SolrQuery.php, method SolrQuery::setStart()
    Sets the offset for the returned result set.
Solr
in file Solr.php, class Solr
    Solr base class.
SolrConnection
in file SolrConnection.php, class SolrConnection
    A Solr Connection.
SolrDateField
in file SolrDateField.php, class SolrDateField
    A date field that can be indexed by Solr.
SolrDocument
in file SolrDocument.php, class SolrDocument
    A document that can be indexed by Solr.
SolrException
in file SolrException.php, class SolrException
    Default Exception for the Solr Library.
SolrFacetCounts
in file SolrFacetCounts.php, class SolrFacetCounts
    The facet counts attached to a SolrSearchResult.
SolrFacetField
in file SolrFacetField.php, class SolrFacetField
    A facet field.
SolrFacetFieldParameters
in file SolrFacetFieldParameters.php, class SolrFacetFieldParameters
    Common parameters for facet fields.
SolrField
in file SolrField.php, class SolrField
    A field that can be indexed by Solr.
SolrHit
in file SolrHit.php, class SolrHit
    A document found by SolrConnection::query().
SolrHttpClient
in file SolrHttpClient.php, class SolrHttpClient
    A simple HTTP client for php_solr.
SolrQuery
in file SolrQuery.php, class SolrQuery
    A query for Solr's StandardRequestHandler.
SolrSearchResult
in file SolrSearchResult.php, class SolrSearchResult
    A search result.
SolrSimpleDocument
in file SolrSimpleDocument.php, class SolrSimpleDocument
    A Solr Document.
SolrSimpleFacets
in file SolrSimpleFacets.php, class SolrSimpleFacets
    A set of parameters to enable Solr's SimpleFacets in SolrQuery.
SolrSimpleField
in file SolrSimpleField.php, class SolrSimpleField
    A Solr Field.
SolrDateField.php
procedural page SolrDateField.php
SolrSimpleDocument.php
procedural page SolrSimpleDocument.php
SolrSimpleField.php
procedural page SolrSimpleField.php
SolrDocument.php
procedural page SolrDocument.php
SolrField.php
procedural page SolrField.php
SolrFacetCounts.php
procedural page SolrFacetCounts.php
SolrFacetField.php
procedural page SolrFacetField.php
SolrFacetFieldParameters.php
procedural page SolrFacetFieldParameters.php
SolrHit.php
procedural page SolrHit.php
SolrQuery.php
procedural page SolrQuery.php
SolrSearchResult.php
procedural page SolrSearchResult.php
SolrSimpleFacets.php
procedural page SolrSimpleFacets.php
Solr.php
procedural page Solr.php
SolrException.php
procedural page SolrException.php
SolrConnection.php
procedural page SolrConnection.php
SolrHttpClient.php
procedural page SolrHttpClient.php
top

v

valid
in file SolrSearchResult.php, method SolrSearchResult::valid()
    Iterator implementation.
valid
in file SolrHit.php, method SolrHit::valid()
    Iterator implementation.
VERSION
in file Solr.php, class constant Solr::VERSION
    The version of this library.
top

_

__construct
in file SolrQuery.php, method SolrQuery::__construct()
    Constructor for SolrQuery.
__construct
in file SolrSimpleDocument.php, method SolrSimpleDocument::__construct()
    Creates a new Solr document.
__construct
in file SolrSimpleField.php, method SolrSimpleField::__construct()
    Creates a new Solr Field.
__construct
in file SolrDateField.php, method SolrDateField::__construct()
    Constructor for SolrDateField.
__construct
in file SolrHttpClient.php, method SolrHttpClient::__construct()
    Constructor for SolrHttpClient.
__construct
in file SolrFacetField.php, method SolrFacetField::__construct()
    Constructor for SolrFacetField.
__construct
in file SolrHit.php, method SolrHit::__construct()
    Constructor for SolrHit.
__get
in file SolrFacetCounts.php, method SolrFacetCounts::__get()
    Getter for magic properties.
__get
in file SolrSearchResult.php, method SolrSearchResult::__get()
    Getter for magic properties.
__get
in file SolrQuery.php, method SolrQuery::__get()
    Getter for magic properties.
top

Documentation generated on Wed, 20 May 2009 12:51:09 +0000 by phpDocumentor 1.4.2