A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
V
W
X
A
- AbstractConstraint() - Class in namespace MLPHP
- Represents a abstraction of a search-options constraint that specific constraints can extend.
- addAttributeLexicon() - Method in class MLPHP\Database
- Add an element attribute word lexicon.
- addBuckets() - Method in class MLPHP\RangeConstraint
- Add bucket objects.
- addCapabilities() - Method in class MLPHP\Permission
- Add capabilities.
- addCollections() - Method in class MLPHP\Metadata
- Add collections metadata.
- addConstraint() - Method in class MLPHP\Options
- Add a constraint.
- addConstraints() - Method in class MLPHP\Extracts
- Add constraint metadata.
- addElementLexicon() - Method in class MLPHP\Database
- Add an element word lexicon.
- addExcluded() - Method in class MLPHP\Field
- Add an excluded element to the field.
- addFacetOptions() - Method in class MLPHP\AbstractConstraint
- Add facet options to an element.
- addField() - Method in class MLPHP\Database
- Add a field.
- addFragmentScope() - Method in class MLPHP\AbstractConstraint
- Add a fragment-scope setting to an element.
- addIncluded() - Method in class MLPHP\Field
- Add an included element to the field.
- addOption() - Method in class MLPHP\Options
- If an option value is set, create a DOM element with an option name
and value and append it to the root element of the options node.
- addOptionXML() - Method in class MLPHP\Options
- If an option value is set, create a DOM element with an option name
and XML string value and append it to the root element of the options node.
- addPath() - Method in class MLPHP\Field
- Add a path to the field.
- addPathNamespace() - Method in class MLPHP\Database
- Add a path namespace.
- addPermissions() - Method in class MLPHP\Metadata
- Add permissions metadata.
- addPreferredElements() - Method in class MLPHP\TransformResults
- Add one or more preferred elements for snippetting.
- addProperties() - Method in class MLPHP\Metadata
- Add property metadata.
- addProperty() - Method in class MLPHP\Database
- Add a complex property.
- addQName() - Method in class MLPHP\Extracts
- Add QName metadata.
- addRangeAttributeIndex() - Method in class MLPHP\Database
- Add a range element attribute index.
- addRangeElementIndex() - Method in class MLPHP\Database
- Add a range element index.
- addRangeFieldIndex() - Method in class MLPHP\Database
- Add a range field index.
- addRangePathIndex() - Method in class MLPHP\Database
- Add a range path index.
- addTermOptions() - Method in class MLPHP\AbstractConstraint
- Add term options to an element.
- addValues() - Method in class MLPHP\Options
- Add a values setting.
- autoload() - Method in class MLPHP\MLPHP
- PSR-0 autoloader.
B
- Bucket() - Class in namespace MLPHP
- Represents a range constraint bucket.
- buildQuery() - Method in class MLPHP\RESTRequest
- Build query from resource and params.
C
- clear() - Method in class MLPHP\Database
- Clear the database of all content.
- CollectionConstraint() - Class in namespace MLPHP
- Represents a collection constraint for search.
- Constraint() - Interface in namespace MLPHP
- Represents a Constraint
- create() - Method in class MLPHP\RESTAPI
- Create a REST API via a post to the MarkLogic rest-apis endpoint.
D
- Database() - Class in namespace MLPHP
- Represents a Database
- delete() - Method in class MLPHP\Options
- Delete the query options from the database.
- delete() - Method in class MLPHP\RESTClient
- Perform a DELETE request with cURL
- delete() - Method in class MLPHP\Document
- Delete a document from the database.
- delete() - Method in class MLPHP\Database
- Delete the database.
- delete() - Method in class MLPHP\RESTAPI
- Delete a REST API.
- deleteCollections() - Method in class MLPHP\Metadata
- Delete collections metadata.
- deleteMetadata() - Method in class MLPHP\Document
- Delete document metadata.
- deletePermissions() - Method in class MLPHP\Metadata
- Delete permissions metadata.
- deleteProperties() - Method in class MLPHP\Metadata
- Delete property metadata.
- Document() - Class in namespace MLPHP
- Represents a document.
E
- ElementQueryConstraint() - Class in namespace MLPHP
- Represents an element-query constraint for search.
- execute() - Method in class MLPHP\RESTClient
- Execute a cURL request.
- exists() - Method in class MLPHP\RESTAPI
- Check if a REST API with the same name exists on the server.
- Extracts() - Class in namespace MLPHP
- Represents a set of metadata extracts in a search options node.
F
- Facet() - Class in namespace MLPHP
- Represents a search facet.
- FacetValue() - Class in namespace MLPHP
- Represents a search-facet value.
- Field() - Class in namespace MLPHP
- Represents a database field.
- FieldElementExcluded() - Class in namespace MLPHP
- Represents a database field element to exclude.
- FieldElementIncluded() - Class in namespace MLPHP
- Represents a database field element to include.
- FieldPath() - Class in namespace MLPHP
- Represents a database field path.
- FieldRangeConstraint() - Class in namespace MLPHP
- Represents a field range constraint for search.
- FieldWordConstraint() - Class in namespace MLPHP
- Represents a field word constraint for search.
G
- get() - Method in class MLPHP\RESTClient
- Perform a GET request with cURL
- getAdditionalQuery() - Method in class MLPHP\Options
- Get the additional-query setting.
- getAdminClient() - Method in class MLPHP\MLPHP
- Return a REST client to the admin API.
- getAPI() - Method in class MLPHP\MLPHP
- Create and return a REST API based on current configuration.
- getApply() - Method in class MLPHP\TransformResults
- Get the type of transformation to apply.
- getAsArray() - Method in class MLPHP\JSONDocument
- Get the document as a PHP associative array.
- getAsDOMDocument() - Method in class MLPHP\XMLDocument
- Get the document as a DOMDocument object.
- getAsElem() - Method in class MLPHP\ElementQueryConstraint
- Get the constraint as a DOMElement object.
- getAsElem() - Method in class MLPHP\FieldRangeConstraint
- Get the constraint as a DOMElement object.
- getAsElem() - Method in class MLPHP\FieldWordConstraint
- Get the constraint as a DOMElement object.
- getAsElem() - Method in class MLPHP\CollectionConstraint
- Get the constraint as a DOMElement object.
- getAsElem() - Method in class MLPHP\RangeConstraint
- Get the constraint as a DOMElement object.
- getAsElem() - Method in class MLPHP\PathRangeConstraint
- Get the constraint as a DOMElement object.
- getAsElem() - Method in class MLPHP\Term
- Get the term as a DOMElement object.
- getAsElem() - Method in class MLPHP\PropertiesConstraint
- Get the constraint as a DOMElement object.
- getAsElem() - Method in class MLPHP\WordConstraint
- Get the constraint as a DOMElement object.
- getAsElem() - Method in class MLPHP\AbstractConstraint
- Get the constraint as a DOMElement object.
- getAsElem() - Method in class MLPHP\ValueConstraint
- Get the constraint as a DOMElement object.
- getAsElem() - Method in class MLPHP\Constraint
- getAsObject() - Method in class MLPHP\JSONDocument
- Get the document as a PHP object.
- getAsXML() - Method in class MLPHP\Metadata
- Get the metadata object as XML.
- getAsXML() - Method in class MLPHP\Options
- Get the query options as XML.
- getAttribute() - Method in class MLPHP\QName
- Get the attribute name.
- getAttributeNs() - Method in class MLPHP\QName
- Get the attribute namespace.
- getBody() - Method in class MLPHP\RESTRequest
- Get the request body.
- getBody() - Method in class MLPHP\RESTResponse
- Get the response body.
- getBodyType() - Method in class MLPHP\RESTResponse
- Get the format type of the body.
- getCapabilities() - Method in class MLPHP\Permission
- Get the capabilities.
- getClient() - Method in class MLPHP\MLPHP
- Return a REST client based on current configuration.
- getCollection() - Method in class MLPHP\Search
- Get the collection to filter by.
- getCollections() - Method in class MLPHP\Metadata
- Get the collections metadata.
- getConcurrencyLevel() - Method in class MLPHP\Options
- Get the concurrency level.
- getConfidence() - Method in class MLPHP\SearchResult
- Get the result confidence.
- getConfig() - Method in class MLPHP\Database
- Get the configuration information for the database.
- getConnection() - Method in class MLPHP\Document
- Get the REST client for the document.
- getContent() - Method in class MLPHP\Match
- Get the content.
- getContent() - Method in class MLPHP\Document
- Get the document content.
- getContentType() - Method in class MLPHP\RESTResponse
- Get the content type.
- getContentType() - Method in class MLPHP\Document
- Get the document content type.
- getCount() - Method in class MLPHP\FacetValue
- Get the facet-value count.
- getCounts() - Method in class MLPHP\Database
- Get the count information for the database.
- getCurrentPage() - Method in class MLPHP\SearchResults
- Get the current page index (starts at 1).
- getDatabase() - Method in class MLPHP\MLPHP
- Return a Database object.
- getDebug() - Method in class MLPHP\Options
- Get the debug setting.
- getDirectory() - Method in class MLPHP\Search
- Get the directory to filter by.
- getDocument() - Method in class MLPHP\MLPHP
- Return a Document object.
- getElement() - Method in class MLPHP\PreferredElement
- Get the element name.
- getElement() - Method in class MLPHP\QName
- Get the element name.
- getElementNs() - Method in class MLPHP\PreferredElement
- Get the element namespace.
- getEnd() - Method in class MLPHP\SearchResults
- Get the result ending index.
- getErrorMessage() - Method in class MLPHP\RESTResponse
- Get error message from REST response body.
- getExif() - Method in class MLPHP\ImageDocument
- Get the image EXIF metadata.
- getExtractsAsElem() - Method in class MLPHP\Extracts
- Get the metadata extracts as a DOMElement object.
- getFacet() - Method in class MLPHP\SearchResults
- Get a facet by its name.
- getFacets() - Method in class MLPHP\SearchResults
- Get the facets for a results set.
- getFacetValues() - Method in class MLPHP\Facet
- Get the facet values.
- getFileMimeType() - Method in class MLPHP\Document
- Get the mimetype of a file.
- getFitness() - Method in class MLPHP\SearchResult
- Get the result fitness.
- getForest() - Method in class MLPHP\Options
- Get the forest ID.
- getFormat() - Method in class MLPHP\Search
- Get the format setting.
- getHeaders() - Method in class MLPHP\RESTRequest
- Get the request headers.
- getHttpCode() - Method in class MLPHP\RESTResponse
- Get the HTTP response code.
- getIndex() - Method in class MLPHP\SearchResult
- Get the result index.
- getInfo() - Method in class MLPHP\RESTResponse
- Get the response information.
- getLogger() - Method in class MLPHP\RESTClient
- Get the logger.
- getManageClient() - Method in class MLPHP\MLPHP
- Return a REST client to the management API.
- getMatches() - Method in class MLPHP\SearchResult
- Get matches.
- getMetadata() - Method in class MLPHP\SearchResult
- Get an arbitrary metadata array based on its key.
- getMetadataKeys() - Method in class MLPHP\SearchResult
- Get all available metadata keys.
- getMetadataQName() - Method in class MLPHP\SearchResult
- Get an array metadata value(s) based on a qname element and namespace.
- getName() - Method in class MLPHP\Bucket
- Get the path.
- getName() - Method in class MLPHP\Database
- Get the database name.
- getName() - Method in class MLPHP\Facet
- Get the facet name.
- getName() - Method in class MLPHP\FacetValue
- Get the facet-value name.
- getName() - Method in class MLPHP\Options
- Get the options name.
- getNextStart() - Method in class MLPHP\SearchResults
- Get the next starting index for paging.
- getNs() - Method in class MLPHP\QName
- Get the element namespace.
- getOptions() - Method in class MLPHP\Search
- Get the search-options name.
- getOptions() - Method in class MLPHP\MLPHP
- Return an Options object.
- getOptions() - Method in class MLPHP\Bucket
- Get the bucket options.
- getPageLength() - Method in class MLPHP\Search
- Get the page length.
- getPageLength() - Method in class MLPHP\SearchResults
- Get the page length (number of results in results set).
- getPageLength() - Method in class MLPHP\Options
- Get the page length.
- getParams() - Method in class MLPHP\RESTRequest
- Get the parameters.
- getParams() - Method in class MLPHP\Search
- Get the common search parameters as an associated array.
- getPath() - Method in class MLPHP\SearchResult
- Get the result path.
- getPath() - Method in class MLPHP\Match
- Get the path.
- getPermissions() - Method in class MLPHP\Metadata
- Get the permissions metadata.
- getPrefix() - Method in class MLPHP\RESTClient
- Get the URL prefix.
- getPreviousStart() - Method in class MLPHP\SearchResults
- Get the previous starting index for paging.
- getProperties() - Method in class MLPHP\Metadata
- Get property metadata.
- getProperties() - Method in class MLPHP\Database
- Get the modifiable properties of the database as a PHP object.
- getProperty() - Method in class MLPHP\RESTAPI
- Get a REST API property.
- getProperty() - Method in class MLPHP\Database
- Get a simple property of the database.
- getQtext() - Method in class MLPHP\SearchResults
- Get the search qtext.
- getQuality() - Method in class MLPHP\Metadata
- Get quality metadata.
- getQualityWeight() - Method in class MLPHP\Options
- Get the quality weight.
- getQuery() - Method in class MLPHP\SearchQuery
- Get the query string.
- getQuery() - Method in class MLPHP\SearchResults
- Get the search query.
- getRedirectUrl() - Method in class MLPHP\RESTResponse
- Get the redirect URL.
- getResource() - Method in class MLPHP\RESTRequest
- Get the REST resource.
- getResponse() - Method in class MLPHP\Document
- Get the last REST response received.
- getResponse() - Method in class MLPHP\RESTAPI
- Get the last REST response received.
- getResponse() - Method in class MLPHP\Options
- Get the last REST response received.
- getResponse() - Method in class MLPHP\Database
- Get the last REST response received.
- getResponse() - Method in class MLPHP\SearchResults
- Get the XML response.
- getResultByIndex() - Method in class MLPHP\SearchResults
- Get a search result corresponding to an index.
- getResultByURI() - Method in class MLPHP\SearchResults
- Get a search result corresponding to a URI.
- getResults() - Method in class MLPHP\SearchResults
- Get the search results.
- getReturnConstraints() - Method in class MLPHP\Options
- Get the return-constraints setting.
- getReturnFacets() - Method in class MLPHP\Options
- Get the return-facets setting.
- getReturnMetrics() - Method in class MLPHP\Options
- Get the return-metrics setting.
- getReturnPlan() - Method in class MLPHP\Options
- Get the return-plan setting.
- getReturnQtext() - Method in class MLPHP\Options
- Get the return-qtext setting.
- getReturnQuery() - Method in class MLPHP\Options
- Get the return-query setting.
- getReturnResults() - Method in class MLPHP\Options
- Get the return-results setting.
- getReturnSimilar() - Method in class MLPHP\Options
- Get the return-similar setting.
- getRoleName() - Method in class MLPHP\Permission
- Get the role name.
- getScore() - Method in class MLPHP\SearchResult
- Get the result score.
- getSearchOptions() - Method in class MLPHP\Options
- Get the query options.
- getServerConfig() - Method in class MLPHP\MLPHP
- Return an assoc array of MarkLogic server config information.
- getSimilar() - Method in class MLPHP\SearchResult
- Get similar documents.
- getStart() - Method in class MLPHP\Search
- Get the start setting.
- getStart() - Method in class MLPHP\SearchResults
- Get the result starting index.
- getStatus() - Method in class MLPHP\Database
- Get the status information for the database.
- getTotal() - Method in class MLPHP\SearchResults
- Get the total number of results.
- getTotalPages() - Method in class MLPHP\SearchResults
- Get the total number of pages.
- getTransformResultsAsElem() - Method in class MLPHP\TransformResults
- Get the results transformation settings as a DOMElement object.
- getType() - Method in class MLPHP\Facet
- Get the facet type.
- getURI() - Method in class MLPHP\SearchResult
- Get the result URI.
- getURI() - Method in class MLPHP\Document
- Get the document URI.
- getUrl() - Method in class MLPHP\RESTResponse
- Get the URL.
- getUrlStr() - Method in class MLPHP\RESTRequest
- Get the resource and params as a URL string.
- getValue() - Method in class MLPHP\FacetValue
- Get the facet-value value.
- getValuesAsElem() - Method in class MLPHP\Values
- Get the values setting as a DOMElement object.
- getVerb() - Method in class MLPHP\RESTRequest
- Get the REST verb.
- getView() - Method in class MLPHP\Search
- Get the view setting.
H
- hasContent() - Method in class MLPHP\Document
- Check if the document has content associated with it.
- hasFacets() - Method in class MLPHP\SearchResults
- Check if a results set has one or more facets.
- head() - Method in class MLPHP\RESTClient
- Perform a HEAD request with cURL
- highlight() - Method in class MLPHP\Search
- Highlight hits in the given content based on the given query
Implemented via a MarkLogic REST API resource extension.
I
- ImageDocument() - Class in namespace MLPHP
- Represents an image.
- installExtension() - Method in class MLPHP\RESTClient
- Install a REST API XQuery extension
- isStructured() - Method in class MLPHP\SearchQuery
- Return whether the query is a structured query.
- isValidJSON() - Method in class MLPHP\JSONDocument
- Check if JSON content is valid.
- isValidXML() - Method in class MLPHP\XMLDocument
- Check if XML content is valid.
- isWWWFormURLEncodedPost() - Method in class MLPHP\RESTRequest
J
- JSONDocument() - Class in namespace MLPHP
- Represents a JSON document.
- jsonSerialize() - Method in class MLPHP\Field
- jsonSerialize() - Method in class MLPHP\FieldElementExcluded
- jsonSerialize() - Method in class MLPHP\FieldElementIncluded
- jsonSerialize() - Method in class MLPHP\FieldPath
L
- loadFromXML() - Method in class MLPHP\Metadata
- Load the metadata object from XML.
M
- Match() - Class in namespace MLPHP
- Represents a snippet match.
- mergeConfig() - Method in class MLPHP\MLPHP
- Merge the passed in config parameters.
- Metadata() - Class in namespace MLPHP
- Represents document metadata.
- MLPHP() - Class in namespace MLPHP
- MLPHP Global State
N
- numDocs() - Method in class MLPHP\Database
- Get the number of documents in the database.
O
- Options() - Class in namespace MLPHP
- Represents query options for search.
P
- PathRangeConstraint() - Class in namespace MLPHP
- Represents path range constraint for search.
- Permission() - Class in namespace MLPHP
- Represents permission metadata.
- post() - Method in class MLPHP\RESTClient
- Perform a POST request with cURL
- PreferredElement() - Class in namespace MLPHP
- Represents a preferred element for a search snippet.
- PropertiesConstraint() - Class in namespace MLPHP
- Represents a properties constraint for search.
- propertyExists() - Method in class MLPHP\Database
- Check if a complex property exists.
- put() - Method in class MLPHP\RESTClient
- Perform a PUT request with cURL
Q
- QName() - Class in namespace MLPHP
- Represents a QName metadata option.
R
- RangeConstraint() - Class in namespace MLPHP
- Represents a range constraint for search.
- read() - Method in class MLPHP\XMLDocument
- Read an XML document from the database.
- read() - Method in class MLPHP\Options
- Read the query options from the database.
- read() - Method in class MLPHP\Document
- Read a document from the database.
- read() - Method in class MLPHP\JSONDocument
- Read a JSON document from the database.
- readMetadata() - Method in class MLPHP\Document
- Read document metadata from the database.
- registerAutoloader() - Method in class MLPHP\MLPHP
- Register PSR-0 autoloader.
- removeAttributeLexicon() - Method in class MLPHP\Database
- Remove an element attribute word lexicon.
- removeElementLexicon() - Method in class MLPHP\Database
- Remove an element word lexicon.
- removeField() - Method in class MLPHP\Database
- Remove a field.
- removePathNamespace() - Method in class MLPHP\Database
- Remove a path namespace.
- removeProperty() - Method in class MLPHP\Database
- Remove a complex property.
- removeRangeAttributeIndex() - Method in class MLPHP\Database
- Remove a range element attribute index.
- removeRangeElementIndex() - Method in class MLPHP\Database
- Remove a range element index.
- removeRangeFieldIndex() - Method in class MLPHP\Database
- Remove a range field index.
- removeRangePathIndex() - Method in class MLPHP\Database
- Remove a range path index.
- RESTAPI() - Class in namespace MLPHP
- Represents a REST API.
- RESTClient() - Class in namespace MLPHP
- Represents a REST client.
- RESTRequest() - Class in namespace MLPHP
- Represents a REST request.
- RESTResponse() - Class in namespace MLPHP
- Represents a REST response.
- retrieve() - Method in class MLPHP\Search
- Retrieve the search results using the REST client.
- retrieveKeyValue() - Method in class MLPHP\Search
- Retrieve the key-value search results for JSON content using the
REST client.
- retrieveKeyValueElement() - Method in class MLPHP\Search
- Retrieve the key-value search results, where the key is an element
name, for XML content using the REST client.
S
- Search() - Class in namespace MLPHP
- Represents a search.
- SearchQuery() - Class in namespace MLPHP
- Represents a search query.
- SearchResult() - Class in namespace MLPHP
- Represents a search result.
- SearchResults() - Class in namespace MLPHP
- Represents search results.
- send() - Method in class MLPHP\RESTClient
- Send a REST request.
- setAdditionalQuery() - Method in class MLPHP\Options
- Set The additional-query setting.
- setAggregate() - Method in class MLPHP\Values
- Set aggregate operation to apply.
- setApply() - Method in class MLPHP\TransformResults
- Set the type of transformation to apply.
- setAuth() - Method in class MLPHP\RESTClient
- Set the authentication scheme.
- setBody() - Method in class MLPHP\RESTRequest
- Set the request body.
- setBody() - Method in class MLPHP\RESTResponse
- Set the response body.
- setCollection() - Method in class MLPHP\Search
- Set the collection to filter by.
- setConcurrencyLevel() - Method in class MLPHP\Options
- Set The concurrency level.
- setConnection() - Method in class MLPHP\Document
- Set the REST client for the document.
- setConnection() - Method in class MLPHP\Search
- Set the REST client connection.
- setContent() - Method in class MLPHP\Match
- Set the content.
- setContent() - Method in class MLPHP\Document
- Set the document content.
- setContentFile() - Method in class MLPHP\ImageDocument
- Set the image content from the file system and also set the EXIF data.
- setContentFile() - Method in class MLPHP\Document
- Set the document content from the file system.
- setContentType() - Method in class MLPHP\Document
- Set the document content type.
- setDebug() - Method in class MLPHP\Options
- Set the debug setting.
- setDefault() - Method in class MLPHP\Term
- Set the default constraint
- setDirectory() - Method in class MLPHP\Search
- Set the directory to filter by.
- setElement() - Method in class MLPHP\PreferredElement
- Set the element name.
- setElementNs() - Method in class MLPHP\PreferredElement
- Set the element namespace.
- setEmpty() - Method in class MLPHP\Term
- Set the empty setting.
- setExtracts() - Method in class MLPHP\Options
- Set the metadata extracts.
- setFacetOptions() - Method in class MLPHP\AbstractConstraint
- Set facet options.
- setForest() - Method in class MLPHP\Options
- Set the forest ID.
- setFormat() - Method in class MLPHP\Search
- Set the format setting ('xml' or 'json').
- setFragmentScrope() - Method in class MLPHP\AbstractConstraint
- Set fragment scope.
- setHeaders() - Method in class MLPHP\RESTRequest
- Set the request headers.
- setHost() - Method in class MLPHP\RESTClient
- Set the host.
- setInfo() - Method in class MLPHP\RESTResponse
- Set the response information.
- setLogger() - Method in class MLPHP\RESTClient
- Set the logger.
- setName() - Method in class MLPHP\Options
- Set the options name.
- setName() - Method in class MLPHP\Database
- Set the database name.
- setOptions() - Method in class MLPHP\Search
- Set the search-options name.
- setOptions() - Method in class MLPHP\RESTClient
- Set cURL options common to all requests
- setPageLength() - Method in class MLPHP\Options
- Set the page length.
- setPageLength() - Method in class MLPHP\Search
- Set the page length.
- setParams() - Method in class MLPHP\RESTRequest
- Set the parameters.
- setPassword() - Method in class MLPHP\RESTClient
- Set the password.
- setPath() - Method in class MLPHP\RESTClient
- Set the path.
- setPath() - Method in class MLPHP\Match
- Set the path.
- setPort() - Method in class MLPHP\RESTClient
- Set the port.
- setPrefix() - Method in class MLPHP\RESTClient
- Set the URL prefix.
- setProperties() - Method in class MLPHP\Database
- Set properties of the database.
- setProperty() - Method in class MLPHP\RESTAPI
- Set a REST API property.
- setProperty() - Method in class MLPHP\Database
- Set a simple property of the database.
- setQuality() - Method in class MLPHP\Metadata
- Set quality metadata.
- setQualityWeight() - Method in class MLPHP\Options
- Set the quality weight.
- setResource() - Method in class MLPHP\RESTRequest
- Set the REST resource.
- setReturnConstraints() - Method in class MLPHP\Options
- Set the return-constraints setting.
- setReturnFacets() - Method in class MLPHP\Options
- Set the return-facets setting.
- setReturnMetrics() - Method in class MLPHP\Options
- Set the return-metrics setting.
- setReturnPlan() - Method in class MLPHP\Options
- Set the return-plan setting.
- setReturnQtext() - Method in class MLPHP\Options
- Set the return-qtext setting.
- setReturnQuery() - Method in class MLPHP\Options
- Set the return-query setting.
- setReturnResults() - Method in class MLPHP\Options
- Set the return-results setting.
- setReturnSimilar() - Method in class MLPHP\Options
- Set the return-similar setting.
- setRoleName() - Method in class MLPHP\Permission
- Set the role name.
- setSearchOptions() - Method in class MLPHP\Options
- Set the query options.
- setStart() - Method in class MLPHP\Search
- Set the start setting.
- setTerm() - Method in class MLPHP\Options
- Set the term setting.
- setTermOptions() - Method in class MLPHP\AbstractConstraint
- Set term options.
- setTermOptions() - Method in class MLPHP\Term
- Set term options.
- setTransformResults() - Method in class MLPHP\Options
- Set the transform-results setting.
- setUpCollection() - Method in class MLPHP\Values
- Set up collection values.
- setUpRange() - Method in class MLPHP\Values
- Set up range values.
- setUpUri() - Method in class MLPHP\Values
- Set up uri values.
- setURI() - Method in class MLPHP\Document
- Set the document URI.
- setUsername() - Method in class MLPHP\RESTClient
- Set the username.
- setValuesOptions() - Method in class MLPHP\Values
- Set values options.
- setVerb() - Method in class MLPHP\RESTRequest
- Set the REST verb.
- setVersion() - Method in class MLPHP\RESTClient
- Set the version.
- setView() - Method in class MLPHP\Search
- Set the view setting ('facets', 'results', 'metadata', or 'all').
T
- Term() - Class in namespace MLPHP
- Represents a term element in search options.
- TransformResults() - Class in namespace MLPHP
- Represents results transformation option.
V
- ValueConstraint() - Class in namespace MLPHP
- Represents a value constraint for search.
- Values() - Class in namespace MLPHP
- Represents a values setting in a search options node.
W
- waitUntilSuccess() - Method in class MLPHP\RESTAPI
- Sleep until a request is successful.
- WordConstraint() - Class in namespace MLPHP
- Represents a word constraint for search.
- write() - Method in class MLPHP\XMLDocument
- Write an XML document to the database.
- write() - Method in class MLPHP\Options
- Write the query options to the database.
- write() - Method in class MLPHP\JSONDocument
- Write a JSON document to the database.
- write() - Method in class MLPHP\Document
- Write a document to the database.
- writeMetadata() - Method in class MLPHP\Document
- Write document metadata to the database.
X
- XMLDocument() - Class in namespace MLPHP
- Represents an XML document.