Raw Add Method. Takes a raw post body and sends it to the update service. Post body should be a complete and well formed "add" xml document.
Raw Add Method. Takes a raw post body and sends it to the update service. Post body should be a complete and well formed "add" xml document.
Add a Solr Document to the index
Add a Solr Document to the index
Add an array of Solr Documents to the index all at once
Add an array of Solr Documents to the index all at once
Add a value to a multi-valued field
Adds a service instance or service descriptor (if it is already not added)
Adds a service instance or service descriptor (if it is already not added)
Holds Key / Value pairs that represent a Solr Document along with any associated boost values. Field values can be accessed by direct dereferencing such as:
Represents a Solr response. Parses the raw response into a set of stdClass objects and associative arrays for easy access.
Starting point for the Solr API. Represents a Solr server resource and has methods for pinging, adding, deleting, committing, optimizing and searching.
Reference Implementation for using multiple Solr services in a distribution. Functionality