You are here

Classes, traits, and interfaces in Apache Solr Search 5

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ApacheSolrUpdate class ./apachesolr.module The point of this class is to manage the update index needs of multiple search modules. Each one needs to track its own list of nodes that need updating.
Apache_Solr_Document class SolrPhpClient/Apache/Solr/Document.php Holds Key / Value pairs that represent a Solr Document. Field values can be accessed by direct dereferencing such as: <code> ... $document->title = 'Something'; echo $document->title; ... </code>
Apache_Solr_Response class SolrPhpClient/Apache/Solr/Response.php Represents a Solr response. Parses the raw response into a set of stdClass objects and associative arrays for easy access.
Apache_Solr_Service class SolrPhpClient/Apache/Solr/Service.php Starting point for the Solr API. Represents a Solr server resource and has methods for pinging, adding, deleting, committing, optimizing and searching.
Apache_Solr_Service_Balancer class SolrPhpClient/Apache/Solr/Service/Balancer.php Reference Implementation for using multiple Solr services in a distribution. Functionality includes: routing of read / write operations failover (on selection) for multiple read servers
DrupalApacheSolrNodeAccess class contrib/apachesolr_nodeaccess/tests/apachesolr_nodeaccess.test
DrupalSolrQueryBreadcrumbTests class tests/solr_base_query_breadcrumb.test
DrupalSolrQueryTests class tests/solr_base_query.test
Solr_Base_Query class ./Solr_Base_Query.php

Other projects