From 269709bd9b6da946126be8079e25c31e6a914b5d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Sep 2015 06:44:14 +0200 Subject: php-pecl-solr2: test build of upcoming 2.2.0 --- REFLECTION | 801 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 770 insertions(+), 31 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ea0ad48..e1b06fb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #176 solr version 2.1.0 ] { +Extension [ extension #198 solr version 2.2.0 ] { - Dependencies { Dependency [ libxml (Required) ] @@ -7,9 +7,9 @@ Extension [ extension #176 solr version 2.1.0 ] { - Constants [4] { Constant [ integer SOLR_MAJOR_VERSION ] { 2 } - Constant [ integer SOLR_MINOR_VERSION ] { 1 } + Constant [ integer SOLR_MINOR_VERSION ] { 2 } Constant [ integer SOLR_PATCH_VERSION ] { 0 } - Constant [ string SOLR_EXTENSION_VERSION ] { 2.1.0 } + Constant [ string SOLR_EXTENSION_VERSION ] { 2.2.0 } } - Functions { @@ -20,7 +20,7 @@ Extension [ extension #176 solr version 2.1.0 ] { } } - - Classes [20] { + - Classes [22] { Class [ final class SolrObject implements ArrayAccess ] { - Constants [0] { @@ -514,7 +514,7 @@ Extension [ extension #176 solr version 2.1.0 ] { Property [ private $_hashtable_index ] } - - Methods [23] { + - Methods [25] { Method [ public method __construct ] { - Parameters [1] { @@ -627,6 +627,20 @@ Extension [ extension #176 solr version 2.1.0 ] { } } + Method [ public method &getById ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method &getByIds ] { + + - Parameters [1] { + Parameter #0 [ array $ids ] + } + } + Method [ public method &commit ] { - Parameters [3] { @@ -908,7 +922,7 @@ Extension [ extension #176 solr version 2.1.0 ] { Property [ protected $_hashtable_index ] } - - Methods [167] { + - Methods [206] { Method [ public method __construct ] { - Parameters [1] { @@ -1339,6 +1353,263 @@ Extension [ extension #176 solr version 2.1.0 ] { } } + Method [ public method &setGroup ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method &addGroupField ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupFields ] { + + - Parameters [0] { + } + } + + Method [ public method &addGroupFunction ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupFunctions ] { + + - Parameters [0] { + } + } + + Method [ public method &addGroupQuery ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupQueries ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupLimit ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupLimit ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupOffset ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupOffset ] { + + - Parameters [0] { + } + } + + Method [ public method &addGroupSortField ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $order ] + } + } + + Method [ public method getGroupSortFields ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupFormat ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupFormat ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupMain ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupMain ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupNGroups ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupNGroups ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupTruncate ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupTruncate ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupFacet ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupFacet ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupCachePercent ] { + + - Parameters [1] { + Parameter #0 [ $percent ] + } + } + + Method [ public method getGroupCachePercent ] { + + - Parameters [0] { + } + } + + Method [ public method &collapse ] { + + - Parameters [1] { + Parameter #0 [ SolrCollapseFunction &$collapseFunction ] + } + } + + Method [ public method &setExpand ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getExpand ] { + + - Parameters [0] { + } + } + + Method [ public method &addExpandSortField ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $order ] + } + } + + Method [ public method &removeExpandSortField ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getExpandSortFields ] { + + - Parameters [0] { + } + } + + Method [ public method &setExpandRows ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getExpandRows ] { + + - Parameters [0] { + } + } + + Method [ public method &setExpandQuery ] { + + - Parameters [1] { + Parameter #0 [ $q ] + } + } + + Method [ public method getExpandQuery ] { + + - Parameters [0] { + } + } + + Method [ public method &addExpandFilterQuery ] { + + - Parameters [1] { + Parameter #0 [ $fq ] + } + } + + Method [ public method &removeExpandFilterQuery ] { + + - Parameters [1] { + Parameter #0 [ $fq ] + } + } + + Method [ public method getExpandFilterQueries ] { + + - Parameters [0] { + } + } + Method [ public method &setHighlight ] { - Parameters [1] { @@ -2066,7 +2337,7 @@ Extension [ extension #176 solr version 2.1.0 ] { Property [ protected $_hashtable_index ] } - - Methods [194] { + - Methods [233] { Method [ public method __construct ] { - Parameters [1] { @@ -2693,72 +2964,329 @@ Extension [ extension #176 solr version 2.1.0 ] { } } - Method [ public method &setHighlight ] { + Method [ public method &setGroup ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method getHighlight ] { + Method [ public method getGroup ] { - Parameters [0] { } } - Method [ public method &addHighlightField ] { + Method [ public method &addGroupField ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeHighlightField ] { + Method [ public method getGroupFields ] { + + - Parameters [0] { + } + } + + Method [ public method &addGroupFunction ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method getHighlightFields ] { + Method [ public method getGroupFunctions ] { - Parameters [0] { } } - Method [ public method &setHighlightSnippets ] { + Method [ public method &addGroupQuery ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ $value ] - Parameter #1 [ $field_override ] } } - Method [ public method getHighlightSnippets ] { + Method [ public method getGroupQueries ] { - - Parameters [1] { - Parameter #0 [ $field_override ] + - Parameters [0] { } } - Method [ public method &setHighlightFragsize ] { + Method [ public method &setGroupLimit ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ $value ] - Parameter #1 [ $field_override ] } } - Method [ public method getHighlightFragsize ] { + Method [ public method getGroupLimit ] { - - Parameters [1] { - Parameter #0 [ $field_override ] + - Parameters [0] { } } - Method [ public method &setHighlightMergeContiguous ] { + Method [ public method &setGroupOffset ] { - - Parameters [2] { + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupOffset ] { + + - Parameters [0] { + } + } + + Method [ public method &addGroupSortField ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $order ] + } + } + + Method [ public method getGroupSortFields ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupFormat ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupFormat ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupMain ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupMain ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupNGroups ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupNGroups ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupTruncate ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupTruncate ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupFacet ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getGroupFacet ] { + + - Parameters [0] { + } + } + + Method [ public method &setGroupCachePercent ] { + + - Parameters [1] { + Parameter #0 [ $percent ] + } + } + + Method [ public method getGroupCachePercent ] { + + - Parameters [0] { + } + } + + Method [ public method &collapse ] { + + - Parameters [1] { + Parameter #0 [ SolrCollapseFunction &$collapseFunction ] + } + } + + Method [ public method &setExpand ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getExpand ] { + + - Parameters [0] { + } + } + + Method [ public method &addExpandSortField ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $order ] + } + } + + Method [ public method &removeExpandSortField ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getExpandSortFields ] { + + - Parameters [0] { + } + } + + Method [ public method &setExpandRows ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getExpandRows ] { + + - Parameters [0] { + } + } + + Method [ public method &setExpandQuery ] { + + - Parameters [1] { + Parameter #0 [ $q ] + } + } + + Method [ public method getExpandQuery ] { + + - Parameters [0] { + } + } + + Method [ public method &addExpandFilterQuery ] { + + - Parameters [1] { + Parameter #0 [ $fq ] + } + } + + Method [ public method &removeExpandFilterQuery ] { + + - Parameters [1] { + Parameter #0 [ $fq ] + } + } + + Method [ public method getExpandFilterQueries ] { + + - Parameters [0] { + } + } + + Method [ public method &setHighlight ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getHighlight ] { + + - Parameters [0] { + } + } + + Method [ public method &addHighlightField ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method &removeHighlightField ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getHighlightFields ] { + + - Parameters [0] { + } + } + + Method [ public method &setHighlightSnippets ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $field_override ] + } + } + + Method [ public method getHighlightSnippets ] { + + - Parameters [1] { + Parameter #0 [ $field_override ] + } + } + + Method [ public method &setHighlightFragsize ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $field_override ] + } + } + + Method [ public method getHighlightFragsize ] { + + - Parameters [1] { + Parameter #0 [ $field_override ] + } + } + + Method [ public method &setHighlightMergeContiguous ] { + + - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ $field_override ] } @@ -3405,6 +3933,136 @@ Extension [ extension #176 solr version 2.1.0 ] { } } + Class [ class SolrCollapseFunction ] { + + - Constants [3] { + Constant [ string NULLPOLICY_IGNORE ] { ignore } + Constant [ string NULLPOLICY_EXPAND ] { expand } + Constant [ string NULLPOLICY_COLLAPSE ] { collapse } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $_hashtable_index ] + } + + - Methods [17] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method setField ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getField ] { + + - Parameters [0] { + } + } + + Method [ public method setMax ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getMax ] { + + - Parameters [0] { + } + } + + Method [ public method setMin ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getMin ] { + + - Parameters [0] { + } + } + + Method [ public method setSize ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method setHint ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getHint ] { + + - Parameters [0] { + } + } + + Method [ public method setNullPolicy ] { + + - Parameters [1] { + Parameter #0 [ $policy ] + } + } + + Method [ public method getNullPolicy ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method __sleep ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + Class [ abstract class SolrResponse ] { - Constants [2] { @@ -4041,7 +4699,7 @@ Extension [ extension #176 solr version 2.1.0 ] { Property [ protected $zif_name ] } - - Methods [10] { + - Methods [11] { Method [ public method getInternalInfo ] { - Parameters [0] { @@ -4057,6 +4715,9 @@ Extension [ extension #176 solr version 2.1.0 ] { } } + Method [ public method __wakeup ] { + } + Method [ final public method getMessage ] { } @@ -4104,7 +4765,7 @@ Extension [ extension #176 solr version 2.1.0 ] { Property [ protected $zif_name ] } - - Methods [10] { + - Methods [11] { Method [ public method getInternalInfo ] { - Parameters [0] { @@ -4120,6 +4781,9 @@ Extension [ extension #176 solr version 2.1.0 ] { } } + Method [ public method __wakeup ] { + } + Method [ final public method getMessage ] { } @@ -4167,7 +4831,7 @@ Extension [ extension #176 solr version 2.1.0 ] { Property [ protected $zif_name ] } - - Methods [10] { + - Methods [11] { Method [ public method getInternalInfo ] { - Parameters [0] { @@ -4183,6 +4847,9 @@ Extension [ extension #176 solr version 2.1.0 ] { } } + Method [ public method __wakeup ] { + } + Method [ final public method getMessage ] { } @@ -4230,7 +4897,7 @@ Extension [ extension #176 solr version 2.1.0 ] { Property [ protected $zif_name ] } - - Methods [10] { + - Methods [11] { Method [ public method getInternalInfo ] { - Parameters [0] { @@ -4246,6 +4913,9 @@ Extension [ extension #176 solr version 2.1.0 ] { } } + Method [ public method __wakeup ] { + } + Method [ final public method getMessage ] { } @@ -4293,7 +4963,7 @@ Extension [ extension #176 solr version 2.1.0 ] { Property [ protected $zif_name ] } - - Methods [10] { + - Methods [11] { Method [ public method getInternalInfo ] { - Parameters [0] { @@ -4309,6 +4979,75 @@ Extension [ extension #176 solr version 2.1.0 ] { } } + Method [ public method __wakeup ] { + } + + 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 ] { + } + } + } + + Class [ class SolrMissingMandatoryParameterException 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 [11] { + Method [ public method getInternalInfo ] { + + - Parameters [0] { + } + } + + Method [ method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + Method [ final public method getMessage ] { } -- cgit