From 20b4c63e422e9ccac1a1124e9044e276dbca47ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Jun 2014 20:37:29 +0200 Subject: php-pecl-solr: 1.1.0 (stable) --- REFLECTION | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 95 insertions(+), 16 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4745960..cd88db0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,15 +1,15 @@ -Extension [ extension #162 solr version 1.0.2 ] { +Extension [ extension #162 solr version 1.1.0 ] { - Dependencies { - Dependency [ curl (Required) ] Dependency [ libxml (Required) ] + Dependency [ json (Required) ] } - Constants [4] { Constant [ integer SOLR_MAJOR_VERSION ] { 1 } - Constant [ integer SOLR_MINOR_VERSION ] { 0 } - Constant [ integer SOLR_PATCH_VERSION ] { 1 } - Constant [ string SOLR_EXTENSION_VERSION ] { 1.0.2 } + Constant [ integer SOLR_MINOR_VERSION ] { 1 } + Constant [ integer SOLR_PATCH_VERSION ] { 0 } + Constant [ string SOLR_EXTENSION_VERSION ] { 1.1.0 } } - Functions { @@ -20,7 +20,7 @@ Extension [ extension #162 solr version 1.0.2 ] { } } - - Classes [18] { + - Classes [19] { Class [ final class SolrObject implements ArrayAccess ] { - Constants [0] { @@ -85,7 +85,7 @@ Extension [ extension #162 solr version 1.0.2 ] { } } - Class [ class SolrDocument implements ArrayAccess, Iterator, Traversable, Serializable ] { + Class [ final class SolrDocument implements ArrayAccess, Iterator, Traversable, Serializable ] { - Constants [6] { Constant [ integer SORT_DEFAULT ] { 1 } @@ -335,7 +335,7 @@ Extension [ extension #162 solr version 1.0.2 ] { } } - Class [ class SolrInputDocument ] { + Class [ final class SolrInputDocument ] { - Constants [6] { Constant [ integer SORT_DEFAULT ] { 1 } @@ -489,17 +489,19 @@ Extension [ extension #162 solr version 1.0.2 ] { Class [ class SolrClient ] { - - Constants [10] { + - Constants [12] { Constant [ integer SEARCH_SERVLET_TYPE ] { 1 } Constant [ integer UPDATE_SERVLET_TYPE ] { 2 } Constant [ integer THREADS_SERVLET_TYPE ] { 4 } Constant [ integer PING_SERVLET_TYPE ] { 8 } Constant [ integer TERMS_SERVLET_TYPE ] { 16 } + Constant [ integer SYSTEM_SERVLET_TYPE ] { 32 } Constant [ string DEFAULT_SEARCH_SERVLET ] { select } Constant [ string DEFAULT_UPDATE_SERVLET ] { update } Constant [ string DEFAULT_THREADS_SERVLET ] { admin/threads } Constant [ string DEFAULT_PING_SERVLET ] { admin/ping } Constant [ string DEFAULT_TERMS_SERVLET ] { terms } + Constant [ string DEFAULT_SYSTEM_SERVLET ] { admin/system } } - Static properties [0] { @@ -512,7 +514,7 @@ Extension [ extension #162 solr version 1.0.2 ] { Property [ private $_hashtable_index ] } - - Methods [22] { + - Methods [23] { Method [ public method __construct ] { - Parameters [1] { @@ -627,10 +629,11 @@ Extension [ extension #162 solr version 1.0.2 ] { Method [ public method &commit ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $maxSegments ] Parameter #1 [ $waitFlush ] Parameter #2 [ $waitSearcher ] + Parameter #3 [ $expungeDeletes ] } } @@ -655,6 +658,12 @@ Extension [ extension #162 solr version 1.0.2 ] { } } + Method [ public method &system ] { + + - Parameters [0] { + } + } + Method [ public method &threads ] { - Parameters [0] { @@ -2140,7 +2149,7 @@ Extension [ extension #162 solr version 1.0.2 ] { } } - Class [ class SolrQueryResponse extends SolrResponse ] { + Class [ final class SolrQueryResponse extends SolrResponse ] { - Constants [2] { Constant [ integer PARSE_SOLR_OBJ ] { 0 } @@ -2249,7 +2258,7 @@ Extension [ extension #162 solr version 1.0.2 ] { } } - Class [ class SolrUpdateResponse extends SolrResponse ] { + Class [ final class SolrUpdateResponse extends SolrResponse ] { - Constants [2] { Constant [ integer PARSE_SOLR_OBJ ] { 0 } @@ -2358,7 +2367,7 @@ Extension [ extension #162 solr version 1.0.2 ] { } } - Class [ class SolrPingResponse extends SolrResponse ] { + Class [ final class SolrPingResponse extends SolrResponse ] { - Constants [2] { Constant [ integer PARSE_SOLR_OBJ ] { 0 } @@ -2467,7 +2476,7 @@ Extension [ extension #162 solr version 1.0.2 ] { } } - Class [ class SolrGenericResponse extends SolrResponse ] { + Class [ final class SolrGenericResponse extends SolrResponse ] { - Constants [2] { Constant [ integer PARSE_SOLR_OBJ ] { 0 } @@ -2584,7 +2593,7 @@ Extension [ extension #162 solr version 1.0.2 ] { - Static properties [0] { } - - Static methods [4] { + - Static methods [5] { Method [ static public method escapeQueryChars ] { - Parameters [1] { @@ -2607,6 +2616,13 @@ Extension [ extension #162 solr version 1.0.2 ] { } } + Method [ static public method digestJsonResponse ] { + + - Parameters [1] { + Parameter #0 [ $jsonResponse ] + } + } + Method [ static public method getSolrVersion ] { - Parameters [0] { @@ -2872,6 +2888,69 @@ Extension [ extension #162 solr version 1.0.2 ] { } } } + + Class [ class SolrServerException extends SolrException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $sourceline ] + Property [ protected $sourcefile ] + Property [ protected $zif_name ] + } + + - Methods [10] { + Method [ public method getInternalInfo ] { + + - Parameters [0] { + } + } + + Method [ method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } } } -- cgit