udm_set_agent_param
¼ò½é
ËÑË÷ÒýÇæÀ©Õ¹
ÔÚÏßÊֲ᣺
ÖÐÎÄ
Ó¢ÎÄ
PHPÊÖ²á
Apache Solr
¼ò½é
°²×°/ÅäÖÃ
ÐèÇó
°²×°
ÔËÐÐʱÅäÖÃ
×ÊÔ´ÀàÐÍ
Ô¤¶¨Òå³£Á¿
Solr º¯Êý
solr_get_version
¡ª Returns the current version of the Apache Solr extension
·¶Àý
SolrUtils
¡ª The SolrUtils class
SolrUtils::digestXmlResponse
¡ª Parses an response XML string into a SolrObject
SolrUtils::escapeQueryChars
¡ª Escapes a lucene query string
SolrUtils::getSolrVersion
¡ª Returns the current version of the Solr extension
SolrUtils::queryPhrase
¡ª Prepares a phrase from an unescaped lucene string
SolrInputDocument
¡ª The SolrInputDocument class
SolrInputDocument::addField
¡ª Adds a field to the document
SolrInputDocument::clear
¡ª Resets the input document
SolrInputDocument::__clone
¡ª Creates a copy of a SolrDocument
SolrInputDocument::__construct
¡ª Constructor
SolrInputDocument::deleteField
¡ª Removes a field from the document
SolrInputDocument::__destruct
¡ª Destructor
SolrInputDocument::fieldExists
¡ª Checks if a field exists
SolrInputDocument::getBoost
¡ª Retrieves the current boost value for the document
SolrInputDocument::getField
¡ª Retrieves a field by name
SolrInputDocument::getFieldBoost
¡ª Retrieves the boost value for a particular field
SolrInputDocument::getFieldCount
¡ª Returns the number of fields in the document
SolrInputDocument::getFieldNames
¡ª Returns an array containing all the fields in the document
SolrInputDocument::merge
¡ª Merges one input document into another
SolrInputDocument::reset
¡ª This is an alias of SolrInputDocument::clear
SolrInputDocument::setBoost
¡ª Sets the boost value for this document
SolrInputDocument::setFieldBoost
¡ª Sets the index-time boost value for a field
SolrInputDocument::sort
¡ª Sorts the fields within the document
SolrInputDocument::toArray
¡ª Returns an array representation of the input document
SolrDocument
¡ª The SolrDocument class
SolrDocument::addField
¡ª Adds a field to the document
SolrDocument::clear
¡ª Drops all the fields in the document
SolrDocument::__clone
¡ª Creates a copy of a SolrDocument object
SolrDocument::__construct
¡ª Constructor
SolrDocument::current
¡ª Retrieves the current field
SolrDocument::deleteField
¡ª Removes a field from the document
SolrDocument::__destruct
¡ª Destructor
SolrDocument::fieldExists
¡ª Checks if a field exists in the document
SolrDocument::__get
¡ª Acess the field as a property
SolrDocument::getField
¡ª Retrieves a field by name
SolrDocument::getFieldCount
¡ª Returns the number of fields in this document
SolrDocument::getFieldNames
¡ª Returns an array of fields names in the document
SolrDocument::getInputDocument
¡ª Returns a SolrInputDocument equivalent of the object
SolrDocument::__isset
¡ª Checks if a field exists
SolrDocument::key
¡ª Retrieves the current key
SolrDocument::merge
¡ª Merges source to the current SolrDocument
SolrDocument::next
¡ª Moves the internal pointer to the next field
SolrDocument::offsetExists
¡ª Checks if a particular field exists
SolrDocument::offsetGet
¡ª Retrieves a field
SolrDocument::offsetSet
¡ª Adds a field to the document
SolrDocument::offsetUnset
¡ª Removes a field
SolrDocument::reset
¡ª This is an alias to SolrDocument::clear()
SolrDocument::rewind
¡ª Resets the internal pointer to the beginning
SolrDocument::serialize
¡ª Used for custom serialization
SolrDocument::__set
¡ª Adds another field to the document
SolrDocument::sort
¡ª Sorts the fields in the document
SolrDocument::toArray
¡ª Returns an array representation of the document
SolrDocument::unserialize
¡ª Custom serialization of SolrDocument objects
SolrDocument::__unset
¡ª Removes a field from the document
SolrDocument::valid
¡ª Checks if the current position internally is still valid
SolrDocumentField
¡ª The SolrDocumentField class
SolrDocumentField::__construct
¡ª Constructor
SolrDocumentField::__destruct
¡ª Destructor
SolrObject
¡ª The SolrObject class
SolrObject::__construct
¡ª Creates Solr object
SolrObject::__destruct
¡ª Destructor
SolrObject::getPropertyNames
¡ª Returns an array of all the names of the properties
SolrObject::offsetExists
¡ª Checks if the property exists
SolrObject::offsetGet
¡ª Used to retrieve a property
SolrObject::offsetSet
¡ª Sets the value for a property
SolrObject::offsetUnset
¡ª Sets the value for the property
SolrClient
¡ª The SolrClient class
SolrClient::addDocument
¡ª Adds a document to the index
SolrClient::addDocuments
¡ª Adds a collection of SolrInputDocument instances to the index
SolrClient::commit
¡ª Finalizes all add/deletes made to the index
SolrClient::__construct
¡ª Constructor for the SolrClient object
SolrClient::deleteById
¡ª Delete by Id
SolrClient::deleteByIds
¡ª Deletes by Ids
SolrClient::deleteByQueries
¡ª Removes all documents matching any of the queries
SolrClient::deleteByQuery
¡ª Deletes all documents matching the given query
SolrClient::__destruct
¡ª Destructor for SolrClient
SolrClient::getDebug
¡ª Returns the debug data for the last connection attempt
SolrClient::getOptions
¡ª Returns the client options set internally
SolrClient::optimize
¡ª Defragments the index
SolrClient::ping
¡ª Checks if Solr server is still up
SolrClient::query
¡ª Sends a query to the server
SolrClient::request
¡ª Sends a raw update request
SolrClient::rollback
¡ª Rollbacks all add/deletes made to the index since the last commit
SolrClient::setResponseWriter
¡ª Sets the response writer used to prepare the response from Solr
SolrClient::setServlet
¡ª Changes the specified servlet type to a new value
SolrClient::threads
¡ª Checks the threads status
SolrResponse
¡ª The SolrResponse class
SolrResponse::getDigestedResponse
¡ª Returns the XML response as serialized PHP data
SolrResponse::getHttpStatus
¡ª Returns the HTTP status of the response
SolrResponse::getHttpStatusMessage
¡ª Returns more details on the HTTP status
SolrResponse::getRawRequest
¡ª Returns the raw request sent to the Solr server
SolrResponse::getRawRequestHeaders
¡ª Returns the raw request headers sent to the Solr server
SolrResponse::getRawResponse
¡ª Returns the raw response from the server
SolrResponse::getRawResponseHeaders
¡ª Returns the raw response headers from the server
SolrResponse::getRequestUrl
¡ª Returns the full URL the request was sent to
SolrResponse::getResponse
¡ª Returns a SolrObject representing the XML response from the server
SolrResponse::setParseMode
¡ª Sets the parse mode
SolrResponse::success
¡ª Was the request a success
SolrQueryResponse
¡ª The SolrQueryResponse class
SolrQueryResponse::__construct
¡ª Constructor
SolrQueryResponse::__destruct
¡ª Destructor
SolrUpdateResponse
¡ª The SolrUpdateResponse class
SolrUpdateResponse::__construct
¡ª Constructor
SolrUpdateResponse::__destruct
¡ª Destructor
SolrPingResponse
¡ª The SolrPingResponse class
SolrPingResponse::__construct
¡ª Constructor
SolrPingResponse::__destruct
¡ª Destructor
SolrPingResponse::getResponse
¡ª Returns the response from the server
SolrGenericResponse
¡ª The SolrGenericResponse class
SolrGenericResponse::__construct
¡ª Constructor
SolrGenericResponse::__destruct
¡ª Destructor
SolrParams
¡ª The SolrParams class
SolrParams::add
¡ª This is an alias for SolrParams::addParam
SolrParams::addParam
¡ª Adds a parameter to the object
SolrParams::get
¡ª This is an alias for SolrParams::getParam
SolrParams::getParam
¡ª Returns a parameter value
SolrParams::getParams
¡ª Returns an array of non URL-encoded parameters
SolrParams::getPreparedParams
¡ª Returns an array of URL-encoded parameters
SolrParams::serialize
¡ª Used for custom serialization
SolrParams::set
¡ª An alias of SolrParams::setParam
SolrParams::setParam
¡ª Sets the parameter to the specified value
SolrParams::toString
¡ª Returns all the name-value pair parameters in the object
SolrParams::unserialize
¡ª Used for custom serialization
SolrModifiableParams
¡ª The SolrModifiableParams class
SolrModifiableParams::__construct
¡ª Constructor
SolrModifiableParams::__destruct
¡ª Destructor
SolrQuery
¡ª The SolrQuery class
SolrQuery::addFacetDateField
¡ª Maps to facet.date
SolrQuery::addFacetDateOther
¡ª Adds another facet.date.other parameter
SolrQuery::addFacetField
¡ª Adds another field to the facet
SolrQuery::addFacetQuery
¡ª Adds a facet query
SolrQuery::addField
¡ª Specifies which fields to return in the result
SolrQuery::addFilterQuery
¡ª Specifies a filter query
SolrQuery::addHighlightField
¡ª Maps to hl.fl
SolrQuery::addMltField
¡ª Sets a field to use for similarity
SolrQuery::addMltQueryField
¡ª Maps to mlt.qf
SolrQuery::addSortField
¡ª Used to control how the results should be sorted
SolrQuery::addStatsFacet
¡ª Requests a return of sub results for values within the given facet
SolrQuery::addStatsField
¡ª Maps to stats.field parameter
SolrQuery::__construct
¡ª Constructor
SolrQuery::__destruct
¡ª Destructor
SolrQuery::getFacet
¡ª Returns the value of the facet parameter
SolrQuery::getFacetDateEnd
¡ª Returns the value for the facet.date.end parameter
SolrQuery::getFacetDateFields
¡ª Returns all the facet.date fields
SolrQuery::getFacetDateGap
¡ª Returns the value of the facet.date.gap parameter
SolrQuery::getFacetDateHardEnd
¡ª Returns the value of the facet.date.hardend parameter
SolrQuery::getFacetDateOther
¡ª Returns the value for the facet.date.other parameter
SolrQuery::getFacetDateStart
¡ª Returns the lower bound for the first date range for all date faceting on this field
SolrQuery::getFacetFields
¡ª Returns all the facet fields
SolrQuery::getFacetLimit
¡ª Returns the maximum number of constraint counts that should be returned for the facet fields
SolrQuery::getFacetMethod
¡ª Returns the value of the facet.method parameter
SolrQuery::getFacetMinCount
¡ª Returns the minimum counts for facet fields should be included in the response
SolrQuery::getFacetMissing
¡ª Returns the current state of the facet.missing parameter
SolrQuery::getFacetOffset
¡ª Returns an offset into the list of constraints to be used for pagination
SolrQuery::getFacetPrefix
¡ª Returns the facet prefix
SolrQuery::getFacetQueries
¡ª Returns all the facet queries
SolrQuery::getFacetSort
¡ª Returns the facet sort type
SolrQuery::getFields
¡ª Returns the list of fields that will be returned in the response
SolrQuery::getFilterQueries
¡ª Returns an array of filter queries
SolrQuery::getHighlight
¡ª Returns the state of the hl parameter
SolrQuery::getHighlightAlternateField
¡ª Returns the highlight field to use as backup or default
SolrQuery::getHighlightFields
¡ª Returns all the fields that Solr should generate highlighted snippets for
SolrQuery::getHighlightFormatter
¡ª Returns the formatter for the highlighted output
SolrQuery::getHighlightFragmenter
¡ª Returns the text snippet generator for highlighted text
SolrQuery::getHighlightFragsize
¡ª Returns the number of characters of fragments to consider for highlighting
SolrQuery::getHighlightHighlightMultiTerm
¡ª Returns whether or not to enable highlighting for range/wildcard/fuzzy/prefix queries
SolrQuery::getHighlightMaxAlternateFieldLength
¡ª Returns the maximum number of characters of the field to return
SolrQuery::getHighlightMaxAnalyzedChars
¡ª Returns the maximum number of characters into a document to look for suitable snippets
SolrQuery::getHighlightMergeContiguous
¡ª Returns whether or not the collapse contiguous fragments into a single fragment
SolrQuery::getHighlightRegexMaxAnalyzedChars
¡ª Returns the maximum number of characters from a field when using the regex fragmenter
SolrQuery::getHighlightRegexPattern
¡ª Returns the regular expression for fragmenting
SolrQuery::getHighlightRegexSlop
¡ª Returns the deviation factor from the ideal fragment size
SolrQuery::getHighlightRequireFieldMatch
¡ª Returns if a field will only be highlighted if the query matched in this particular field
SolrQuery::getHighlightSimplePost
¡ª Returns the text which appears after a highlighted term
SolrQuery::getHighlightSimplePre
¡ª Returns the text which appears before a highlighted term
SolrQuery::getHighlightSnippets
¡ª Returns the maximum number of highlighted snippets to generate per field
SolrQuery::getHighlightUsePhraseHighlighter
¡ª Returns the state of the hl.usePhraseHighlighter parameter
SolrQuery::getMlt
¡ª Returns whether or not MoreLikeThis results should be enabled
SolrQuery::getMltBoost
¡ª Returns whether or not the query will be boosted by the interesting term relevance
SolrQuery::getMltCount
¡ª Returns the number of similar documents to return for each result
SolrQuery::getMltFields
¡ª Returns all the fields to use for similarity
SolrQuery::getMltMaxNumQueryTerms
¡ª Returns the maximum number of query terms that will be included in any generated query
SolrQuery::getMltMaxNumTokens
¡ª Returns the maximum number of tokens to parse in each document field that is not stored with TermVector support
SolrQuery::getMltMaxWordLength
¡ª Returns the maximum word length above which words will be ignored
SolrQuery::getMltMinDocFrequency
¡ª Returns the treshold frequency at which words will be ignored which do not occur in at least this many docs
SolrQuery::getMltMinTermFrequency
¡ª Returns the frequency below which terms will be ignored in the source document
SolrQuery::getMltMinWordLength
¡ª Returns the minimum word length below which words will be ignored
SolrQuery::getMltQueryFields
¡ª Returns the query fields and their boosts
SolrQuery::getQuery
¡ª Returns the main query
SolrQuery::getRows
¡ª Returns the maximum number of documents
SolrQuery::getSortFields
¡ª Returns all the sort fields
SolrQuery::getStart
¡ª Returns the offset in the complete result set
SolrQuery::getStats
¡ª Returns whether or not stats is enabled
SolrQuery::getStatsFacets
¡ª Returns all the stats facets that were set
SolrQuery::getStatsFields
¡ª Returns all the statistics fields
SolrQuery::getTerms
¡ª Returns whether or not the TermsComponent is enabled
SolrQuery::getTermsField
¡ª Returns the field from which the terms are retrieved
SolrQuery::getTermsIncludeLowerBound
¡ª Returns whether or not to include the lower bound in the result set
SolrQuery::getTermsIncludeUpperBound
¡ª Returns whether or not to include the upper bound term in the result set
SolrQuery::getTermsLimit
¡ª Returns the maximum number of terms Solr should return
SolrQuery::getTermsLowerBound
¡ª Returns the term to start at
SolrQuery::getTermsMaxCount
¡ª Returns the maximum document frequency
SolrQuery::getTermsMinCount
¡ª Returns the minimum document frequency to return in order to be included
SolrQuery::getTermsPrefix
¡ª Returns the term prefix
SolrQuery::getTermsReturnRaw
¡ª Whether or not to return raw characters
SolrQuery::getTermsSort
¡ª Returns an integer indicating how terms are sorted
SolrQuery::getTermsUpperBound
¡ª Returns the term to stop at
SolrQuery::getTimeAllowed
¡ª Returns the time in milliseconds allowed for the query to finish
SolrQuery::removeFacetDateField
¡ª Removes one of the facet date fields
SolrQuery::removeFacetDateOther
¡ª Removes one of the facet.date.other parameters
SolrQuery::removeFacetField
¡ª Removes one of the facet.date parameters
SolrQuery::removeFacetQuery
¡ª Removes one of the facet.query parameters
SolrQuery::removeField
¡ª Removes a field from the list of fields
SolrQuery::removeFilterQuery
¡ª Removes a filter query
SolrQuery::removeHighlightField
¡ª Removes one of the fields used for highlighting
SolrQuery::removeMltField
¡ª Removes one of the moreLikeThis fields
SolrQuery::removeMltQueryField
¡ª Removes one of the moreLikeThis query fields
SolrQuery::removeSortField
¡ª Removes one of the sort fields
SolrQuery::removeStatsFacet
¡ª Removes one of the stats.facet parameters
SolrQuery::removeStatsField
¡ª Removes one of the stats.field parameters
SolrQuery::setEchoHandler
¡ª Toggles the echoHandler parameter
SolrQuery::setEchoParams
¡ª Determines what kind of parameters to include in the response
SolrQuery::setExplainOther
¡ª Sets the explainOther common query parameter
SolrQuery::setFacet
¡ª Maps to the facet parameter. Enables or disables facetting
SolrQuery::setFacetDateEnd
¡ª Maps to facet.date.end
SolrQuery::setFacetDateGap
¡ª Maps to facet.date.gap
SolrQuery::setFacetDateHardEnd
¡ª Maps to facet.date.hardend
SolrQuery::setFacetDateStart
¡ª Maps to facet.date.start
SolrQuery::setFacetEnumCacheMinDefaultFrequency
¡ª Sets the minimum document frequency used for determining term count
SolrQuery::setFacetLimit
¡ª Maps to facet.limit
SolrQuery::setFacetMethod
¡ª Specifies the type of algorithm to use when faceting a field
SolrQuery::setFacetMinCount
¡ª Maps to facet.mincount
SolrQuery::setFacetMissing
¡ª Maps to facet.missing
SolrQuery::setFacetOffset
¡ª Sets the offset into the list of constraints to allow for pagination
SolrQuery::setFacetPrefix
¡ª Specifies a string prefix with which to limits the terms on which to facet
SolrQuery::setFacetSort
¡ª Determines the ordering of the facet field constraints
SolrQuery::setHighlight
¡ª Enables or disables highlighting
SolrQuery::setHighlightAlternateField
¡ª Specifies the backup field to use
SolrQuery::setHighlightFormatter
¡ª Specify a formatter for the highlight output
SolrQuery::setHighlightFragmenter
¡ª Sets a text snippet generator for highlighted text
SolrQuery::setHighlightFragsize
¡ª The size of fragments to consider for highlighting
SolrQuery::setHighlightHighlightMultiTerm
¡ª Use SpanScorer to highlight phrase terms
SolrQuery::setHighlightMaxAlternateFieldLength
¡ª Sets the maximum number of characters of the field to return
SolrQuery::setHighlightMaxAnalyzedChars
¡ª Specifies the number of characters into a document to look for suitable snippets
SolrQuery::setHighlightMergeContiguous
¡ª Whether or not to collapse contiguous fragments into a single fragment
SolrQuery::setHighlightRegexMaxAnalyzedChars
¡ª Specify the maximum number of characters to analyze
SolrQuery::setHighlightRegexPattern
¡ª Specify the regular expression for fragmenting
SolrQuery::setHighlightRegexSlop
¡ª Sets the factor by which the regex fragmenter can stray from the ideal fragment size
SolrQuery::setHighlightRequireFieldMatch
¡ª Require field matching during highlighting
SolrQuery::setHighlightSimplePost
¡ª Sets the text which appears after a highlighted term
SolrQuery::setHighlightSimplePre
¡ª Sets the text which appears before a highlighted term
SolrQuery::setHighlightSnippets
¡ª Sets the maximum number of highlighted snippets to generate per field
SolrQuery::setHighlightUsePhraseHighlighter
¡ª Whether to highlight phrase terms only when they appear within the query phrase
SolrQuery::setMlt
¡ª Enables or disables moreLikeThis
SolrQuery::setMltBoost
¡ª Set if the query will be boosted by the interesting term relevance
SolrQuery::setMltCount
¡ª Set the number of similar documents to return for each result
SolrQuery::setMltMaxNumQueryTerms
¡ª Sets the maximum number of query terms included
SolrQuery::setMltMaxNumTokens
¡ª Specifies the maximum number of tokens to parse
SolrQuery::setMltMaxWordLength
¡ª Sets the maximum word length
SolrQuery::setMltMinDocFrequency
¡ª Sets the mltMinDoc frequency
SolrQuery::setMltMinTermFrequency
¡ª Sets the frequency below which terms will be ignored in the source docs
SolrQuery::setMltMinWordLength
¡ª Sets the minimum word length
SolrQuery::setOmitHeader
¡ª Exclude the header from the returned results
SolrQuery::setQuery
¡ª Sets the search query
SolrQuery::setRows
¡ª Specifies the maximum number of rows to return in the result
SolrQuery::setShowDebugInfo
¡ª Flag to show debug information
SolrQuery::setStart
¡ª Specifies the number of rows to skip
SolrQuery::setStats
¡ª Enables or disables the Stats component
SolrQuery::setTerms
¡ª Enables or disables the TermsComponent
SolrQuery::setTermsField
¡ª Sets the name of the field to get the Terms from
SolrQuery::setTermsIncludeLowerBound
¡ª Include the lower bound term in the result set
SolrQuery::setTermsIncludeUpperBound
¡ª Include the upper bound term in the result set
SolrQuery::setTermsLimit
¡ª Sets the maximum number of terms to return
SolrQuery::setTermsLowerBound
¡ª Specifies the Term to start from
SolrQuery::setTermsMaxCount
¡ª Sets the maximum document frequency
SolrQuery::setTermsMinCount
¡ª Sets the minimum document frequency
SolrQuery::setTermsPrefix
¡ª Restrict matches to terms that start with the prefix
SolrQuery::setTermsReturnRaw
¡ª Return the raw characters of the indexed term
SolrQuery::setTermsSort
¡ª Specifies how to sort the returned terms
SolrQuery::setTermsUpperBound
¡ª Sets the term to stop at
SolrQuery::setTimeAllowed
¡ª The time allowed for search to finish
SolrException
¡ª The SolrException class
SolrException::getInternalInfo
¡ª Returns internal information where the Exception was thrown
SolrClientException
¡ª The SolrClientException class
SolrClientException::getInternalInfo
¡ª Returns internal information where the Exception was thrown
SolrIllegalArgumentException
¡ª The SolrIllegalArgumentException class
SolrIllegalArgumentException::getInternalInfo
¡ª Returns internal information where the Exception was thrown
SolrIllegalOperationException
¡ª The SolrIllegalOperationException class
SolrIllegalOperationException::getInternalInfo
¡ª Returns internal information where the Exception was thrown
udm_set_agent_param
¼ò½é
ËÑË÷ÒýÇæÀ©Õ¹
ÔÚÏßÊֲ᣺
ÖÐÎÄ
Ó¢ÎÄ
PHPÊÖ²á