From 0f0b760f4e9da1cc02f0b30d95ff3448c69760f9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Jun 2019 12:27:46 +0200 Subject: test build for upcoming 2.5.0 - Reflection --- PHPINFO | 6 +- REFLECTION | 837 +++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 482 insertions(+), 361 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6312613..106cdc9 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ solr Solr Support => enabled -Version => 2.4.0 -Last Build Date => Aug 8 2017 -Last Build Time => 08:35:58 +Version => 2.5.0 +Last Build Date => Jun 25 2019 +Last Build Time => 12:25:46 diff --git a/REFLECTION b/REFLECTION index c23fdc5..fdcd7f7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #207 solr version 2.4.0 ] { +Extension [ extension #197 solr version 2.5.0 ] { - Dependencies { Dependency [ libxml (Required) ] @@ -7,9 +7,9 @@ Extension [ extension #207 solr version 2.4.0 ] { - Constants [4] { Constant [ integer SOLR_MAJOR_VERSION ] { 2 } - Constant [ integer SOLR_MINOR_VERSION ] { 4 } + Constant [ integer SOLR_MINOR_VERSION ] { 5 } Constant [ integer SOLR_PATCH_VERSION ] { 0 } - Constant [ string SOLR_EXTENSION_VERSION ] { 2.4.0 } + Constant [ string SOLR_EXTENSION_VERSION ] { 2.5.0 } } - Functions { @@ -20,7 +20,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - - Classes [22] { + - Classes [23] { Class [ final class SolrObject implements ArrayAccess ] { - Constants [0] { @@ -88,12 +88,12 @@ Extension [ extension #207 solr version 2.4.0 ] { Class [ final class SolrDocument implements ArrayAccess, Iterator, Traversable, Serializable ] { - Constants [6] { - Constant [ integer SORT_DEFAULT ] { 1 } - Constant [ integer SORT_ASC ] { 1 } - Constant [ integer SORT_DESC ] { 2 } - Constant [ integer SORT_FIELD_NAME ] { 1 } - Constant [ integer SORT_FIELD_VALUE_COUNT ] { 2 } - Constant [ integer SORT_FIELD_BOOST_VALUE ] { 4 } + Constant [ public integer SORT_DEFAULT ] { 1 } + Constant [ public integer SORT_ASC ] { 1 } + Constant [ public integer SORT_DESC ] { 2 } + Constant [ public integer SORT_FIELD_NAME ] { 1 } + Constant [ public integer SORT_FIELD_VALUE_COUNT ] { 2 } + Constant [ public integer SORT_FIELD_BOOST_VALUE ] { 4 } } - Static properties [0] { @@ -180,7 +180,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method ¤t ] { + Method [ public method current ] { - Parameters [0] { } @@ -295,7 +295,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &getInputDocument ] { + Method [ public method getInputDocument ] { - Parameters [0] { } @@ -355,13 +355,21 @@ Extension [ extension #207 solr version 2.4.0 ] { Class [ final class SolrInputDocument ] { - - Constants [6] { - Constant [ integer SORT_DEFAULT ] { 1 } - Constant [ integer SORT_ASC ] { 1 } - Constant [ integer SORT_DESC ] { 2 } - Constant [ integer SORT_FIELD_NAME ] { 1 } - Constant [ integer SORT_FIELD_VALUE_COUNT ] { 2 } - Constant [ integer SORT_FIELD_BOOST_VALUE ] { 4 } + - Constants [14] { + Constant [ public integer SORT_DEFAULT ] { 1 } + Constant [ public integer SORT_ASC ] { 1 } + Constant [ public integer SORT_DESC ] { 2 } + Constant [ public integer SORT_FIELD_NAME ] { 1 } + Constant [ public integer SORT_FIELD_VALUE_COUNT ] { 2 } + Constant [ public integer SORT_FIELD_BOOST_VALUE ] { 4 } + Constant [ public integer UPDATE_MODIFIER_ADD ] { 1 } + Constant [ public integer UPDATE_MODIFIER_SET ] { 2 } + Constant [ public integer UPDATE_MODIFIER_INC ] { 3 } + Constant [ public integer UPDATE_MODIFIER_REMOVE ] { 4 } + Constant [ public integer UPDATE_MODIFIER_REMOVEREGEX ] { 5 } + Constant [ public integer VERSION_ASSERT_NONE ] { 0 } + Constant [ public integer VERSION_ASSERT_EXISTS ] { 1 } + Constant [ public integer VERSION_ASSERT_NOT_EXISTS ] { -1 } } - Static properties [0] { @@ -374,7 +382,7 @@ Extension [ extension #207 solr version 2.4.0 ] { Property [ private $_hashtable_index ] } - - Methods [25] { + - Methods [28] { Method [ public method __construct ] { - Parameters [0] { @@ -433,6 +441,15 @@ Extension [ extension #207 solr version 2.4.0 ] { } } + Method [ public method updateField ] { + + - Parameters [3] { + Parameter #0 [ $fieldName ] + Parameter #1 [ $modifier ] + Parameter #2 [ $value ] + } + } + Method [ public method getFieldBoost ] { - Parameters [1] { @@ -528,30 +545,43 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addChildDocuments ] { + Method [ public method addChildDocuments ] { - Parameters [1] { Parameter #0 [ array &$docs ] } } + + Method [ public method setVersion ] { + + - Parameters [1] { + Parameter #0 [ $version ] + } + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + } } } Class [ class SolrClient ] { - 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 } + Constant [ public integer SEARCH_SERVLET_TYPE ] { 1 } + Constant [ public integer UPDATE_SERVLET_TYPE ] { 2 } + Constant [ public integer THREADS_SERVLET_TYPE ] { 4 } + Constant [ public integer PING_SERVLET_TYPE ] { 8 } + Constant [ public integer TERMS_SERVLET_TYPE ] { 16 } + Constant [ public integer SYSTEM_SERVLET_TYPE ] { 32 } + Constant [ public string DEFAULT_SEARCH_SERVLET ] { select } + Constant [ public string DEFAULT_UPDATE_SERVLET ] { update } + Constant [ public string DEFAULT_THREADS_SERVLET ] { admin/threads } + Constant [ public string DEFAULT_PING_SERVLET ] { admin/ping } + Constant [ public string DEFAULT_TERMS_SERVLET ] { terms } + Constant [ public string DEFAULT_SYSTEM_SERVLET ] { admin/system } } - Static properties [0] { @@ -564,7 +594,7 @@ Extension [ extension #207 solr version 2.4.0 ] { Property [ private $_hashtable_index ] } - - Methods [25] { + - Methods [26] { Method [ public method __construct ] { - Parameters [1] { @@ -610,14 +640,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &query ] { + Method [ public method query ] { - Parameters [1] { Parameter #0 [ SolrParams &$query ] } } - Method [ public method &addDocument ] { + Method [ public method addDocument ] { - Parameters [3] { Parameter #0 [ SolrInputDocument &$doc ] @@ -626,7 +656,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addDocuments ] { + Method [ public method addDocuments ] { - Parameters [3] { Parameter #0 [ array &$docs ] @@ -635,63 +665,70 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &request ] { + Method [ public method sendUpdateStream ] { + + - Parameters [1] { + Parameter #0 [ SolrExtractRequest &$request ] + } + } + + Method [ public method request ] { - Parameters [1] { Parameter #0 [ $raw_request ] } } - Method [ public method &setResponseWriter ] { + Method [ public method setResponseWriter ] { - Parameters [1] { Parameter #0 [ $responseWriter ] } } - Method [ public method &deleteById ] { + Method [ public method deleteById ] { - Parameters [1] { Parameter #0 [ $id ] } } - Method [ public method &deleteByIds ] { + Method [ public method deleteByIds ] { - Parameters [1] { Parameter #0 [ array $ids ] } } - Method [ public method &deleteByQuery ] { + Method [ public method deleteByQuery ] { - Parameters [1] { Parameter #0 [ $query ] } } - Method [ public method &deleteByQueries ] { + Method [ public method deleteByQueries ] { - Parameters [1] { Parameter #0 [ array $queries ] } } - Method [ public method &getById ] { + Method [ public method getById ] { - Parameters [1] { Parameter #0 [ $id ] } } - Method [ public method &getByIds ] { + Method [ public method getByIds ] { - Parameters [1] { Parameter #0 [ array $ids ] } } - Method [ public method &commit ] { + Method [ public method commit ] { - Parameters [3] { Parameter #0 [ $softCommit ] @@ -700,7 +737,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &optimize ] { + Method [ public method optimize ] { - Parameters [3] { Parameter #0 [ $maxSegments ] @@ -709,25 +746,25 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &rollback ] { + Method [ public method rollback ] { - Parameters [0] { } } - Method [ public method &ping ] { + Method [ public method ping ] { - Parameters [0] { } } - Method [ public method &system ] { + Method [ public method system ] { - Parameters [0] { } } - Method [ public method &threads ] { + Method [ public method threads ] { - Parameters [0] { } @@ -751,7 +788,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } - Methods [13] { - Method [ public method &setParam ] { + Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $name ] @@ -759,7 +796,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addParam ] { + Method [ public method addParam ] { - Parameters [2] { Parameter #0 [ $name ] @@ -812,7 +849,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &add ] { + Method [ public method add ] { - Parameters [2] { Parameter #0 [ $name ] @@ -820,7 +857,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ $name ] @@ -865,7 +902,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setParam ] { + Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $name ] @@ -873,7 +910,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addParam ] { + Method [ public method addParam ] { - Parameters [2] { Parameter #0 [ $name ] @@ -926,7 +963,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &add ] { + Method [ public method add ] { - Parameters [2] { Parameter #0 [ $name ] @@ -934,7 +971,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ $name ] @@ -954,12 +991,12 @@ Extension [ extension #207 solr version 2.4.0 ] { Class [ class SolrQuery extends SolrModifiableParams implements Serializable ] { - Constants [6] { - Constant [ integer ORDER_ASC ] { 0 } - Constant [ integer ORDER_DESC ] { 1 } - Constant [ integer FACET_SORT_INDEX ] { 0 } - Constant [ integer FACET_SORT_COUNT ] { 1 } - Constant [ integer TERMS_SORT_INDEX ] { 0 } - Constant [ integer TERMS_SORT_COUNT ] { 1 } + Constant [ public integer ORDER_ASC ] { 0 } + Constant [ public integer ORDER_DESC ] { 1 } + Constant [ public integer FACET_SORT_INDEX ] { 0 } + Constant [ public integer FACET_SORT_COUNT ] { 1 } + Constant [ public integer TERMS_SORT_INDEX ] { 0 } + Constant [ public integer TERMS_SORT_COUNT ] { 1 } } - Static properties [0] { @@ -986,7 +1023,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setQuery ] { + Method [ public method setQuery ] { - Parameters [1] { Parameter #0 [ $q ] @@ -999,7 +1036,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setStart ] { + Method [ public method setStart ] { - Parameters [1] { Parameter #0 [ $start ] @@ -1012,7 +1049,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setRows ] { + Method [ public method setRows ] { - Parameters [1] { Parameter #0 [ $rows ] @@ -1025,14 +1062,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addField ] { + Method [ public method addField ] { - Parameters [1] { Parameter #0 [ $field ] } } - Method [ public method &removeField ] { + Method [ public method removeField ] { - Parameters [1] { Parameter #0 [ $field ] @@ -1045,7 +1082,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addSortField ] { + Method [ public method addSortField ] { - Parameters [2] { Parameter #0 [ $field ] @@ -1053,7 +1090,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &removeSortField ] { + Method [ public method removeSortField ] { - Parameters [1] { Parameter #0 [ $field ] @@ -1066,14 +1103,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addFilterQuery ] { + Method [ public method addFilterQuery ] { - Parameters [1] { Parameter #0 [ $fq ] } } - Method [ public method &removeFilterQuery ] { + Method [ public method removeFilterQuery ] { - Parameters [1] { Parameter #0 [ $fq ] @@ -1086,21 +1123,21 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setShowDebugInfo ] { + Method [ public method setShowDebugInfo ] { - Parameters [1] { Parameter #0 [ $flag ] } } - Method [ public method &setExplainOther ] { + Method [ public method setExplainOther ] { - Parameters [1] { Parameter #0 [ $flag ] } } - Method [ public method &setTimeAllowed ] { + Method [ public method setTimeAllowed ] { - Parameters [1] { Parameter #0 [ $timeAllowed ] @@ -1113,28 +1150,28 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setOmitHeader ] { + Method [ public method setOmitHeader ] { - Parameters [1] { Parameter #0 [ $flag ] } } - Method [ public method &setEchoHandler ] { + Method [ public method setEchoHandler ] { - Parameters [1] { Parameter #0 [ $flag ] } } - Method [ public method &setEchoParams ] { + Method [ public method setEchoParams ] { - Parameters [1] { Parameter #0 [ $type ] } } - Method [ public method &setFacet ] { + Method [ public method setFacet ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1147,14 +1184,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addFacetField ] { + Method [ public method addFacetField ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeFacetField ] { + Method [ public method removeFacetField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1167,14 +1204,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addFacetQuery ] { + Method [ public method addFacetQuery ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeFacetQuery ] { + Method [ public method removeFacetQuery ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1187,7 +1224,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetPrefix ] { + Method [ public method setFacetPrefix ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1202,7 +1239,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetSort ] { + Method [ public method setFacetSort ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1217,7 +1254,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetLimit ] { + Method [ public method setFacetLimit ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1232,7 +1269,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetOffset ] { + Method [ public method setFacetOffset ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1247,7 +1284,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetMinCount ] { + Method [ public method setFacetMinCount ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1262,7 +1299,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetMissing ] { + Method [ public method setFacetMissing ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1277,7 +1314,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetMethod ] { + Method [ public method setFacetMethod ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1292,7 +1329,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetEnumCacheMinDefaultFrequency ] { + Method [ public method setFacetEnumCacheMinDefaultFrequency ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1300,14 +1337,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addFacetDateField ] { + Method [ public method addFacetDateField ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeFacetDateField ] { + Method [ public method removeFacetDateField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1320,7 +1357,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetDateStart ] { + Method [ public method setFacetDateStart ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1335,7 +1372,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetDateEnd ] { + Method [ public method setFacetDateEnd ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1350,7 +1387,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetDateGap ] { + Method [ public method setFacetDateGap ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1365,7 +1402,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetDateHardEnd ] { + Method [ public method setFacetDateHardEnd ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1380,7 +1417,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addFacetDateOther ] { + Method [ public method addFacetDateOther ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1388,7 +1425,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &removeFacetDateOther ] { + Method [ public method removeFacetDateOther ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1403,7 +1440,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroup ] { + Method [ public method setGroup ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1416,7 +1453,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addGroupField ] { + Method [ public method addGroupField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1429,7 +1466,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addGroupFunction ] { + Method [ public method addGroupFunction ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1442,7 +1479,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addGroupQuery ] { + Method [ public method addGroupQuery ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1455,7 +1492,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupLimit ] { + Method [ public method setGroupLimit ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1468,7 +1505,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupOffset ] { + Method [ public method setGroupOffset ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1481,7 +1518,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addGroupSortField ] { + Method [ public method addGroupSortField ] { - Parameters [2] { Parameter #0 [ $field ] @@ -1495,7 +1532,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupFormat ] { + Method [ public method setGroupFormat ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1508,7 +1545,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupMain ] { + Method [ public method setGroupMain ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1521,7 +1558,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupNGroups ] { + Method [ public method setGroupNGroups ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1534,7 +1571,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupTruncate ] { + Method [ public method setGroupTruncate ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1547,7 +1584,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupFacet ] { + Method [ public method setGroupFacet ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1560,7 +1597,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupCachePercent ] { + Method [ public method setGroupCachePercent ] { - Parameters [1] { Parameter #0 [ $percent ] @@ -1573,14 +1610,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &collapse ] { + Method [ public method collapse ] { - Parameters [1] { Parameter #0 [ SolrCollapseFunction &$collapseFunction ] } } - Method [ public method &setExpand ] { + Method [ public method setExpand ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1593,7 +1630,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addExpandSortField ] { + Method [ public method addExpandSortField ] { - Parameters [2] { Parameter #0 [ $field ] @@ -1601,7 +1638,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &removeExpandSortField ] { + Method [ public method removeExpandSortField ] { - Parameters [1] { Parameter #0 [ $field ] @@ -1614,7 +1651,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setExpandRows ] { + Method [ public method setExpandRows ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1627,7 +1664,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setExpandQuery ] { + Method [ public method setExpandQuery ] { - Parameters [1] { Parameter #0 [ $q ] @@ -1640,14 +1677,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addExpandFilterQuery ] { + Method [ public method addExpandFilterQuery ] { - Parameters [1] { Parameter #0 [ $fq ] } } - Method [ public method &removeExpandFilterQuery ] { + Method [ public method removeExpandFilterQuery ] { - Parameters [1] { Parameter #0 [ $fq ] @@ -1660,7 +1697,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlight ] { + Method [ public method setHighlight ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1673,14 +1710,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addHighlightField ] { + Method [ public method addHighlightField ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeHighlightField ] { + Method [ public method removeHighlightField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1693,7 +1730,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightSnippets ] { + Method [ public method setHighlightSnippets ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1708,7 +1745,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightFragsize ] { + Method [ public method setHighlightFragsize ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1723,7 +1760,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightMergeContiguous ] { + Method [ public method setHighlightMergeContiguous ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1738,7 +1775,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightRequireFieldMatch ] { + Method [ public method setHighlightRequireFieldMatch ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1751,7 +1788,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightMaxAnalyzedChars ] { + Method [ public method setHighlightMaxAnalyzedChars ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1764,7 +1801,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightAlternateField ] { + Method [ public method setHighlightAlternateField ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1779,7 +1816,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightMaxAlternateFieldLength ] { + Method [ public method setHighlightMaxAlternateFieldLength ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1794,7 +1831,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightFormatter ] { + Method [ public method setHighlightFormatter ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1809,7 +1846,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightSimplePre ] { + Method [ public method setHighlightSimplePre ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1824,7 +1861,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightSimplePost ] { + Method [ public method setHighlightSimplePost ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1839,7 +1876,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightFragmenter ] { + Method [ public method setHighlightFragmenter ] { - Parameters [2] { Parameter #0 [ $value ] @@ -1854,7 +1891,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightUsePhraseHighlighter ] { + Method [ public method setHighlightUsePhraseHighlighter ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1867,7 +1904,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightHighlightMultiTerm ] { + Method [ public method setHighlightHighlightMultiTerm ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1880,7 +1917,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightRegexSlop ] { + Method [ public method setHighlightRegexSlop ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1893,7 +1930,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightRegexPattern ] { + Method [ public method setHighlightRegexPattern ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1906,7 +1943,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightRegexMaxAnalyzedChars ] { + Method [ public method setHighlightRegexMaxAnalyzedChars ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1919,7 +1956,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setStats ] { + Method [ public method setStats ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1932,14 +1969,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addStatsField ] { + Method [ public method addStatsField ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeStatsField ] { + Method [ public method removeStatsField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1952,14 +1989,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addStatsFacet ] { + Method [ public method addStatsFacet ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeStatsFacet ] { + Method [ public method removeStatsFacet ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1972,7 +2009,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMlt ] { + Method [ public method setMlt ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1985,7 +2022,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltCount ] { + Method [ public method setMltCount ] { - Parameters [1] { Parameter #0 [ $value ] @@ -1998,14 +2035,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addMltField ] { + Method [ public method addMltField ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeMltField ] { + Method [ public method removeMltField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2018,7 +2055,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addMltQueryField ] { + Method [ public method addMltQueryField ] { - Parameters [2] { Parameter #0 [ $field ] @@ -2026,7 +2063,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &removeMltQueryField ] { + Method [ public method removeMltQueryField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2039,7 +2076,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltMinTermFrequency ] { + Method [ public method setMltMinTermFrequency ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2052,7 +2089,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltMinDocFrequency ] { + Method [ public method setMltMinDocFrequency ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2065,7 +2102,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltMinWordLength ] { + Method [ public method setMltMinWordLength ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2078,7 +2115,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltMaxWordLength ] { + Method [ public method setMltMaxWordLength ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2091,7 +2128,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltMaxNumTokens ] { + Method [ public method setMltMaxNumTokens ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2104,7 +2141,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltMaxNumQueryTerms ] { + Method [ public method setMltMaxNumQueryTerms ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2117,7 +2154,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltBoost ] { + Method [ public method setMltBoost ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2130,7 +2167,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTerms ] { + Method [ public method setTerms ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2143,7 +2180,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsField ] { + Method [ public method setTermsField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2156,7 +2193,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsLowerBound ] { + Method [ public method setTermsLowerBound ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2169,7 +2206,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsUpperBound ] { + Method [ public method setTermsUpperBound ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2182,7 +2219,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsIncludeLowerBound ] { + Method [ public method setTermsIncludeLowerBound ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2195,7 +2232,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsIncludeUpperBound ] { + Method [ public method setTermsIncludeUpperBound ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2208,7 +2245,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsMinCount ] { + Method [ public method setTermsMinCount ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2221,7 +2258,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsMaxCount ] { + Method [ public method setTermsMaxCount ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2234,7 +2271,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsPrefix ] { + Method [ public method setTermsPrefix ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2247,7 +2284,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsLimit ] { + Method [ public method setTermsLimit ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2260,7 +2297,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsReturnRaw ] { + Method [ public method setTermsReturnRaw ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2273,7 +2310,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsSort ] { + Method [ public method setTermsSort ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2286,7 +2323,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setParam ] { + Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $name ] @@ -2294,7 +2331,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addParam ] { + Method [ public method addParam ] { - Parameters [2] { Parameter #0 [ $name ] @@ -2347,7 +2384,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &add ] { + Method [ public method add ] { - Parameters [2] { Parameter #0 [ $name ] @@ -2355,7 +2392,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ $name ] @@ -2597,7 +2634,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setQuery ] { + Method [ public method setQuery ] { - Parameters [1] { Parameter #0 [ $q ] @@ -2610,7 +2647,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setStart ] { + Method [ public method setStart ] { - Parameters [1] { Parameter #0 [ $start ] @@ -2623,7 +2660,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setRows ] { + Method [ public method setRows ] { - Parameters [1] { Parameter #0 [ $rows ] @@ -2636,14 +2673,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addField ] { + Method [ public method addField ] { - Parameters [1] { Parameter #0 [ $field ] } } - Method [ public method &removeField ] { + Method [ public method removeField ] { - Parameters [1] { Parameter #0 [ $field ] @@ -2656,7 +2693,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addSortField ] { + Method [ public method addSortField ] { - Parameters [2] { Parameter #0 [ $field ] @@ -2664,7 +2701,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &removeSortField ] { + Method [ public method removeSortField ] { - Parameters [1] { Parameter #0 [ $field ] @@ -2677,14 +2714,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addFilterQuery ] { + Method [ public method addFilterQuery ] { - Parameters [1] { Parameter #0 [ $fq ] } } - Method [ public method &removeFilterQuery ] { + Method [ public method removeFilterQuery ] { - Parameters [1] { Parameter #0 [ $fq ] @@ -2697,21 +2734,21 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setShowDebugInfo ] { + Method [ public method setShowDebugInfo ] { - Parameters [1] { Parameter #0 [ $flag ] } } - Method [ public method &setExplainOther ] { + Method [ public method setExplainOther ] { - Parameters [1] { Parameter #0 [ $flag ] } } - Method [ public method &setTimeAllowed ] { + Method [ public method setTimeAllowed ] { - Parameters [1] { Parameter #0 [ $timeAllowed ] @@ -2724,28 +2761,28 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setOmitHeader ] { + Method [ public method setOmitHeader ] { - Parameters [1] { Parameter #0 [ $flag ] } } - Method [ public method &setEchoHandler ] { + Method [ public method setEchoHandler ] { - Parameters [1] { Parameter #0 [ $flag ] } } - Method [ public method &setEchoParams ] { + Method [ public method setEchoParams ] { - Parameters [1] { Parameter #0 [ $type ] } } - Method [ public method &setFacet ] { + Method [ public method setFacet ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2758,14 +2795,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addFacetField ] { + Method [ public method addFacetField ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeFacetField ] { + Method [ public method removeFacetField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2778,14 +2815,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addFacetQuery ] { + Method [ public method addFacetQuery ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeFacetQuery ] { + Method [ public method removeFacetQuery ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2798,7 +2835,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetPrefix ] { + Method [ public method setFacetPrefix ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2813,7 +2850,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetSort ] { + Method [ public method setFacetSort ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2828,7 +2865,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetLimit ] { + Method [ public method setFacetLimit ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2843,7 +2880,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetOffset ] { + Method [ public method setFacetOffset ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2858,7 +2895,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetMinCount ] { + Method [ public method setFacetMinCount ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2873,7 +2910,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetMissing ] { + Method [ public method setFacetMissing ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2888,7 +2925,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetMethod ] { + Method [ public method setFacetMethod ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2903,7 +2940,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetEnumCacheMinDefaultFrequency ] { + Method [ public method setFacetEnumCacheMinDefaultFrequency ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2911,14 +2948,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addFacetDateField ] { + Method [ public method addFacetDateField ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeFacetDateField ] { + Method [ public method removeFacetDateField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -2931,7 +2968,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetDateStart ] { + Method [ public method setFacetDateStart ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2946,7 +2983,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetDateEnd ] { + Method [ public method setFacetDateEnd ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2961,7 +2998,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetDateGap ] { + Method [ public method setFacetDateGap ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2976,7 +3013,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setFacetDateHardEnd ] { + Method [ public method setFacetDateHardEnd ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2991,7 +3028,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addFacetDateOther ] { + Method [ public method addFacetDateOther ] { - Parameters [2] { Parameter #0 [ $value ] @@ -2999,7 +3036,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &removeFacetDateOther ] { + Method [ public method removeFacetDateOther ] { - Parameters [2] { Parameter #0 [ $value ] @@ -3014,7 +3051,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroup ] { + Method [ public method setGroup ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3027,7 +3064,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addGroupField ] { + Method [ public method addGroupField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3040,7 +3077,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addGroupFunction ] { + Method [ public method addGroupFunction ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3053,7 +3090,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addGroupQuery ] { + Method [ public method addGroupQuery ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3066,7 +3103,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupLimit ] { + Method [ public method setGroupLimit ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3079,7 +3116,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupOffset ] { + Method [ public method setGroupOffset ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3092,7 +3129,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addGroupSortField ] { + Method [ public method addGroupSortField ] { - Parameters [2] { Parameter #0 [ $field ] @@ -3106,7 +3143,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupFormat ] { + Method [ public method setGroupFormat ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3119,7 +3156,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupMain ] { + Method [ public method setGroupMain ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3132,7 +3169,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupNGroups ] { + Method [ public method setGroupNGroups ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3145,7 +3182,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupTruncate ] { + Method [ public method setGroupTruncate ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3158,7 +3195,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupFacet ] { + Method [ public method setGroupFacet ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3171,7 +3208,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setGroupCachePercent ] { + Method [ public method setGroupCachePercent ] { - Parameters [1] { Parameter #0 [ $percent ] @@ -3184,14 +3221,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &collapse ] { + Method [ public method collapse ] { - Parameters [1] { Parameter #0 [ SolrCollapseFunction &$collapseFunction ] } } - Method [ public method &setExpand ] { + Method [ public method setExpand ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3204,7 +3241,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addExpandSortField ] { + Method [ public method addExpandSortField ] { - Parameters [2] { Parameter #0 [ $field ] @@ -3212,7 +3249,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &removeExpandSortField ] { + Method [ public method removeExpandSortField ] { - Parameters [1] { Parameter #0 [ $field ] @@ -3225,7 +3262,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setExpandRows ] { + Method [ public method setExpandRows ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3238,7 +3275,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setExpandQuery ] { + Method [ public method setExpandQuery ] { - Parameters [1] { Parameter #0 [ $q ] @@ -3251,14 +3288,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addExpandFilterQuery ] { + Method [ public method addExpandFilterQuery ] { - Parameters [1] { Parameter #0 [ $fq ] } } - Method [ public method &removeExpandFilterQuery ] { + Method [ public method removeExpandFilterQuery ] { - Parameters [1] { Parameter #0 [ $fq ] @@ -3271,7 +3308,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlight ] { + Method [ public method setHighlight ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3284,14 +3321,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addHighlightField ] { + Method [ public method addHighlightField ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeHighlightField ] { + Method [ public method removeHighlightField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3304,7 +3341,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightSnippets ] { + Method [ public method setHighlightSnippets ] { - Parameters [2] { Parameter #0 [ $value ] @@ -3319,7 +3356,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightFragsize ] { + Method [ public method setHighlightFragsize ] { - Parameters [2] { Parameter #0 [ $value ] @@ -3334,7 +3371,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightMergeContiguous ] { + Method [ public method setHighlightMergeContiguous ] { - Parameters [2] { Parameter #0 [ $value ] @@ -3349,7 +3386,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightRequireFieldMatch ] { + Method [ public method setHighlightRequireFieldMatch ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3362,7 +3399,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightMaxAnalyzedChars ] { + Method [ public method setHighlightMaxAnalyzedChars ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3375,7 +3412,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightAlternateField ] { + Method [ public method setHighlightAlternateField ] { - Parameters [2] { Parameter #0 [ $value ] @@ -3390,7 +3427,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightMaxAlternateFieldLength ] { + Method [ public method setHighlightMaxAlternateFieldLength ] { - Parameters [2] { Parameter #0 [ $value ] @@ -3405,7 +3442,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightFormatter ] { + Method [ public method setHighlightFormatter ] { - Parameters [2] { Parameter #0 [ $value ] @@ -3420,7 +3457,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightSimplePre ] { + Method [ public method setHighlightSimplePre ] { - Parameters [2] { Parameter #0 [ $value ] @@ -3435,7 +3472,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightSimplePost ] { + Method [ public method setHighlightSimplePost ] { - Parameters [2] { Parameter #0 [ $value ] @@ -3450,7 +3487,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightFragmenter ] { + Method [ public method setHighlightFragmenter ] { - Parameters [2] { Parameter #0 [ $value ] @@ -3465,7 +3502,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightUsePhraseHighlighter ] { + Method [ public method setHighlightUsePhraseHighlighter ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3478,7 +3515,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightHighlightMultiTerm ] { + Method [ public method setHighlightHighlightMultiTerm ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3491,7 +3528,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightRegexSlop ] { + Method [ public method setHighlightRegexSlop ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3504,7 +3541,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightRegexPattern ] { + Method [ public method setHighlightRegexPattern ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3517,7 +3554,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setHighlightRegexMaxAnalyzedChars ] { + Method [ public method setHighlightRegexMaxAnalyzedChars ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3530,7 +3567,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setStats ] { + Method [ public method setStats ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3543,14 +3580,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addStatsField ] { + Method [ public method addStatsField ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeStatsField ] { + Method [ public method removeStatsField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3563,14 +3600,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addStatsFacet ] { + Method [ public method addStatsFacet ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeStatsFacet ] { + Method [ public method removeStatsFacet ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3583,7 +3620,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMlt ] { + Method [ public method setMlt ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3596,7 +3633,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltCount ] { + Method [ public method setMltCount ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3609,14 +3646,14 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addMltField ] { + Method [ public method addMltField ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method &removeMltField ] { + Method [ public method removeMltField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3629,7 +3666,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addMltQueryField ] { + Method [ public method addMltQueryField ] { - Parameters [2] { Parameter #0 [ $field ] @@ -3637,7 +3674,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &removeMltQueryField ] { + Method [ public method removeMltQueryField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3650,7 +3687,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltMinTermFrequency ] { + Method [ public method setMltMinTermFrequency ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3663,7 +3700,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltMinDocFrequency ] { + Method [ public method setMltMinDocFrequency ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3676,7 +3713,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltMinWordLength ] { + Method [ public method setMltMinWordLength ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3689,7 +3726,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltMaxWordLength ] { + Method [ public method setMltMaxWordLength ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3702,7 +3739,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltMaxNumTokens ] { + Method [ public method setMltMaxNumTokens ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3715,7 +3752,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltMaxNumQueryTerms ] { + Method [ public method setMltMaxNumQueryTerms ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3728,7 +3765,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setMltBoost ] { + Method [ public method setMltBoost ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3741,7 +3778,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTerms ] { + Method [ public method setTerms ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3754,7 +3791,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsField ] { + Method [ public method setTermsField ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3767,7 +3804,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsLowerBound ] { + Method [ public method setTermsLowerBound ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3780,7 +3817,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsUpperBound ] { + Method [ public method setTermsUpperBound ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3793,7 +3830,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsIncludeLowerBound ] { + Method [ public method setTermsIncludeLowerBound ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3806,7 +3843,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsIncludeUpperBound ] { + Method [ public method setTermsIncludeUpperBound ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3819,7 +3856,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsMinCount ] { + Method [ public method setTermsMinCount ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3832,7 +3869,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsMaxCount ] { + Method [ public method setTermsMaxCount ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3845,7 +3882,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsPrefix ] { + Method [ public method setTermsPrefix ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3858,7 +3895,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsLimit ] { + Method [ public method setTermsLimit ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3871,7 +3908,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsReturnRaw ] { + Method [ public method setTermsReturnRaw ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3884,7 +3921,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setTermsSort ] { + Method [ public method setTermsSort ] { - Parameters [1] { Parameter #0 [ $value ] @@ -3897,7 +3934,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &setParam ] { + Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $name ] @@ -3905,7 +3942,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &addParam ] { + Method [ public method addParam ] { - Parameters [2] { Parameter #0 [ $name ] @@ -3958,7 +3995,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &add ] { + Method [ public method add ] { - Parameters [2] { Parameter #0 [ $name ] @@ -3966,7 +4003,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ public method &set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ $name ] @@ -3983,12 +4020,96 @@ Extension [ extension #207 solr version 2.4.0 ] { } } + Class [ final class SolrExtractRequest ] { + + - Constants [20] { + Constant [ public string CAPTURE_ELEMENTS ] { capture } + Constant [ public string CAPTURE_ATTRIBUTES ] { captureAttr } + Constant [ public string COMMIT_WITHIN ] { commitWithin } + Constant [ public string DATE_FORMATS ] { date.formats } + Constant [ public string DEFAULT_FIELD ] { defaultField } + Constant [ public string EXTRACT_ONLY ] { extractOnly } + Constant [ public string EXTRACT_FORMAT ] { extractFormat } + Constant [ public string IGNORE_TIKA_EXCEPTION ] { ignoreTikaException } + Constant [ public string LITERALS_OVERRIDE ] { literalsOverride } + Constant [ public string LOWERNAMES ] { lowernames } + Constant [ public string MULTIPART_UPLOAD_LIMIT ] { multipartUploadLimitInKB } + Constant [ public string PASSWORD_MAP_FILE ] { passwordsFile } + Constant [ public string RESOURCE_NAME ] { resource.name } + Constant [ public string RESOURCE_PASSWORD ] { resource.password } + Constant [ public string TIKE_CONFIG ] { tika.config } + Constant [ public string UNKNOWN_FIELD_PREFIX ] { uprefix } + Constant [ public string XPATH_EXPRESSION ] { xpath } + Constant [ public string FIELD_MAPPING_PREFIX ] { fmap. } + Constant [ public string FIELD_BOOST_PREFIX ] { boost. } + Constant [ public string LITERALS_PREFIX ] { literal. } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method createFromFile ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ SolrModifiableParams &$params ] + } + } + + Method [ static public method createFromStream ] { + + - Parameters [3] { + Parameter #0 [ $content ] + Parameter #1 [ $mime_type ] + Parameter #2 [ SolrModifiableParams &$params ] + } + } + } + + - Properties [1] { + Property [ private $_hashtable_index ] + } + + - Methods [5] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method __clone ] { + + - Parameters [0] { + } + } + + Method [ public method __sleep ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + Class [ class SolrCollapseFunction ] { - Constants [3] { - Constant [ string NULLPOLICY_IGNORE ] { ignore } - Constant [ string NULLPOLICY_EXPAND ] { expand } - Constant [ string NULLPOLICY_COLLAPSE ] { collapse } + Constant [ public string NULLPOLICY_IGNORE ] { ignore } + Constant [ public string NULLPOLICY_EXPAND ] { expand } + Constant [ public string NULLPOLICY_COLLAPSE ] { collapse } } - Static properties [0] { @@ -4116,8 +4237,8 @@ Extension [ extension #207 solr version 2.4.0 ] { Class [ abstract class SolrResponse ] { - Constants [2] { - Constant [ integer PARSE_SOLR_OBJ ] { 0 } - Constant [ integer PARSE_SOLR_DOC ] { 1 } + Constant [ public integer PARSE_SOLR_OBJ ] { 0 } + Constant [ public integer PARSE_SOLR_DOC ] { 1 } } - Static properties [0] { @@ -4219,8 +4340,8 @@ Extension [ extension #207 solr version 2.4.0 ] { Class [ final class SolrQueryResponse extends SolrResponse ] { - Constants [2] { - Constant [ integer PARSE_SOLR_OBJ ] { 0 } - Constant [ integer PARSE_SOLR_DOC ] { 1 } + Constant [ public integer PARSE_SOLR_OBJ ] { 0 } + Constant [ public integer PARSE_SOLR_DOC ] { 1 } } - Static properties [0] { @@ -4334,8 +4455,8 @@ Extension [ extension #207 solr version 2.4.0 ] { Class [ final class SolrUpdateResponse extends SolrResponse ] { - Constants [2] { - Constant [ integer PARSE_SOLR_OBJ ] { 0 } - Constant [ integer PARSE_SOLR_DOC ] { 1 } + Constant [ public integer PARSE_SOLR_OBJ ] { 0 } + Constant [ public integer PARSE_SOLR_DOC ] { 1 } } - Static properties [0] { @@ -4449,8 +4570,8 @@ Extension [ extension #207 solr version 2.4.0 ] { Class [ final class SolrPingResponse extends SolrResponse ] { - Constants [2] { - Constant [ integer PARSE_SOLR_OBJ ] { 0 } - Constant [ integer PARSE_SOLR_DOC ] { 1 } + Constant [ public integer PARSE_SOLR_OBJ ] { 0 } + Constant [ public integer PARSE_SOLR_DOC ] { 1 } } - Static properties [0] { @@ -4564,8 +4685,8 @@ Extension [ extension #207 solr version 2.4.0 ] { Class [ final class SolrGenericResponse extends SolrResponse ] { - Constants [2] { - Constant [ integer PARSE_SOLR_OBJ ] { 0 } - Constant [ integer PARSE_SOLR_DOC ] { 1 } + Constant [ public integer PARSE_SOLR_OBJ ] { 0 } + Constant [ public integer PARSE_SOLR_DOC ] { 1 } } - Static properties [0] { @@ -4734,7 +4855,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Class [ class SolrException extends Exception ] { + Class [ class SolrException extends Exception implements Throwable ] { - Constants [0] { } @@ -4762,7 +4883,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -4774,33 +4895,33 @@ Extension [ extension #207 solr version 2.4.0 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class SolrIllegalOperationException extends SolrException ] { + Class [ class SolrIllegalOperationException extends SolrException implements Throwable ] { - Constants [0] { } @@ -4828,7 +4949,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -4840,33 +4961,33 @@ Extension [ extension #207 solr version 2.4.0 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class SolrIllegalArgumentException extends SolrException ] { + Class [ class SolrIllegalArgumentException extends SolrException implements Throwable ] { - Constants [0] { } @@ -4894,7 +5015,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -4906,33 +5027,33 @@ Extension [ extension #207 solr version 2.4.0 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class SolrClientException extends SolrException ] { + Class [ class SolrClientException extends SolrException implements Throwable ] { - Constants [0] { } @@ -4960,7 +5081,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -4972,33 +5093,33 @@ Extension [ extension #207 solr version 2.4.0 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class SolrServerException extends SolrException ] { + Class [ class SolrServerException extends SolrException implements Throwable ] { - Constants [0] { } @@ -5026,7 +5147,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -5038,33 +5159,33 @@ Extension [ extension #207 solr version 2.4.0 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class SolrMissingMandatoryParameterException extends SolrException ] { + Class [ class SolrMissingMandatoryParameterException extends SolrException implements Throwable ] { - Constants [0] { } @@ -5092,7 +5213,7 @@ Extension [ extension #207 solr version 2.4.0 ] { } } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -5104,28 +5225,28 @@ Extension [ extension #207 solr version 2.4.0 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } -- cgit