summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-09 12:08:35 +0200
committerRemi Collet <remi@remirepo.net>2020-09-09 12:08:35 +0200
commitf738e64f2ae1b3f93d847c098099ed72674d29b4 (patch)
treeea8026107e0f902bab93c9b3c78844de2569b8f7 /REFLECTION
parentf1ae6baecc08addea218d4b3fd6877ef7075584c (diff)
test build for upcoming 2.5.1
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION134
1 files changed, 88 insertions, 46 deletions
diff --git a/REFLECTION b/REFLECTION
index fdcd7f7..9088d8e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #197 solr version 2.5.0 ] {
+Extension [ <persistent> extension #117 solr version 2.5.0 ] {
- Dependencies {
Dependency [ libxml (Required) ]
@@ -6,9 +6,9 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
}
- Constants [4] {
- Constant [ integer SOLR_MAJOR_VERSION ] { 2 }
- Constant [ integer SOLR_MINOR_VERSION ] { 5 }
- Constant [ integer SOLR_PATCH_VERSION ] { 0 }
+ Constant [ int SOLR_MAJOR_VERSION ] { 2 }
+ Constant [ int SOLR_MINOR_VERSION ] { 5 }
+ Constant [ int SOLR_PATCH_VERSION ] { 0 }
Constant [ string SOLR_EXTENSION_VERSION ] { 2.5.0 }
}
@@ -88,12 +88,12 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
Class [ <internal:solr> <iterateable> final class SolrDocument implements ArrayAccess, Iterator, Traversable, Serializable ] {
- Constants [6] {
- 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 int SORT_DEFAULT ] { 1 }
+ Constant [ public int SORT_ASC ] { 1 }
+ Constant [ public int SORT_DESC ] { 2 }
+ Constant [ public int SORT_FIELD_NAME ] { 1 }
+ Constant [ public int SORT_FIELD_VALUE_COUNT ] { 2 }
+ Constant [ public int SORT_FIELD_BOOST_VALUE ] { 4 }
}
- Static properties [0] {
@@ -120,6 +120,9 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
}
Method [ <internal:solr> public method __clone ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr> public method __set ] {
@@ -211,6 +214,9 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
}
Method [ <internal:solr, prototype Serializable> public method serialize ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr, prototype Serializable> public method unserialize ] {
@@ -356,20 +362,20 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
Class [ <internal:solr> final class SolrInputDocument ] {
- 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 }
+ Constant [ public int SORT_DEFAULT ] { 1 }
+ Constant [ public int SORT_ASC ] { 1 }
+ Constant [ public int SORT_DESC ] { 2 }
+ Constant [ public int SORT_FIELD_NAME ] { 1 }
+ Constant [ public int SORT_FIELD_VALUE_COUNT ] { 2 }
+ Constant [ public int SORT_FIELD_BOOST_VALUE ] { 4 }
+ Constant [ public int UPDATE_MODIFIER_ADD ] { 1 }
+ Constant [ public int UPDATE_MODIFIER_SET ] { 2 }
+ Constant [ public int UPDATE_MODIFIER_INC ] { 3 }
+ Constant [ public int UPDATE_MODIFIER_REMOVE ] { 4 }
+ Constant [ public int UPDATE_MODIFIER_REMOVEREGEX ] { 5 }
+ Constant [ public int VERSION_ASSERT_NONE ] { 0 }
+ Constant [ public int VERSION_ASSERT_EXISTS ] { 1 }
+ Constant [ public int VERSION_ASSERT_NOT_EXISTS ] { -1 }
}
- Static properties [0] {
@@ -396,6 +402,9 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
}
Method [ <internal:solr> public method __clone ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr> public method __sleep ] {
@@ -405,6 +414,9 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
}
Method [ <internal:solr> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr> public method setBoost ] {
@@ -570,12 +582,12 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
Class [ <internal:solr> class SolrClient ] {
- Constants [12] {
- 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 int SEARCH_SERVLET_TYPE ] { 1 }
+ Constant [ public int UPDATE_SERVLET_TYPE ] { 2 }
+ Constant [ public int THREADS_SERVLET_TYPE ] { 4 }
+ Constant [ public int PING_SERVLET_TYPE ] { 8 }
+ Constant [ public int TERMS_SERVLET_TYPE ] { 16 }
+ Constant [ public int 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 }
@@ -615,9 +627,15 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
}
Method [ <internal:solr> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr> public method __clone ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr> public method getOptions ] {
@@ -837,9 +855,15 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
}
Method [ <internal:solr> public method __clone ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr, prototype Serializable> public method serialize ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr, prototype Serializable> public method unserialize ] {
@@ -951,9 +975,15 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
}
Method [ <internal:solr, inherits SolrParams> public method __clone ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr, inherits SolrParams, prototype Serializable> public method serialize ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr, inherits SolrParams, prototype Serializable> public method unserialize ] {
@@ -991,12 +1021,12 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
Class [ <internal:solr> class SolrQuery extends SolrModifiableParams implements Serializable ] {
- Constants [6] {
- 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 }
+ Constant [ public int ORDER_ASC ] { 0 }
+ Constant [ public int ORDER_DESC ] { 1 }
+ Constant [ public int FACET_SORT_INDEX ] { 0 }
+ Constant [ public int FACET_SORT_COUNT ] { 1 }
+ Constant [ public int TERMS_SORT_INDEX ] { 0 }
+ Constant [ public int TERMS_SORT_COUNT ] { 1 }
}
- Static properties [0] {
@@ -2372,9 +2402,15 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
}
Method [ <internal:solr, inherits SolrParams> public method __clone ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr, inherits SolrParams, prototype Serializable> public method serialize ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr, inherits SolrParams, prototype Serializable> public method unserialize ] {
@@ -3983,9 +4019,15 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
}
Method [ <internal:solr, inherits SolrParams> public method __clone ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr, inherits SolrParams, prototype Serializable> public method serialize ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:solr, inherits SolrParams, prototype Serializable> public method unserialize ] {
@@ -4237,8 +4279,8 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
Class [ <internal:solr> abstract class SolrResponse ] {
- Constants [2] {
- Constant [ public integer PARSE_SOLR_OBJ ] { 0 }
- Constant [ public integer PARSE_SOLR_DOC ] { 1 }
+ Constant [ public int PARSE_SOLR_OBJ ] { 0 }
+ Constant [ public int PARSE_SOLR_DOC ] { 1 }
}
- Static properties [0] {
@@ -4340,8 +4382,8 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
Class [ <internal:solr> final class SolrQueryResponse extends SolrResponse ] {
- Constants [2] {
- Constant [ public integer PARSE_SOLR_OBJ ] { 0 }
- Constant [ public integer PARSE_SOLR_DOC ] { 1 }
+ Constant [ public int PARSE_SOLR_OBJ ] { 0 }
+ Constant [ public int PARSE_SOLR_DOC ] { 1 }
}
- Static properties [0] {
@@ -4455,8 +4497,8 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
Class [ <internal:solr> final class SolrUpdateResponse extends SolrResponse ] {
- Constants [2] {
- Constant [ public integer PARSE_SOLR_OBJ ] { 0 }
- Constant [ public integer PARSE_SOLR_DOC ] { 1 }
+ Constant [ public int PARSE_SOLR_OBJ ] { 0 }
+ Constant [ public int PARSE_SOLR_DOC ] { 1 }
}
- Static properties [0] {
@@ -4570,8 +4612,8 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
Class [ <internal:solr> final class SolrPingResponse extends SolrResponse ] {
- Constants [2] {
- Constant [ public integer PARSE_SOLR_OBJ ] { 0 }
- Constant [ public integer PARSE_SOLR_DOC ] { 1 }
+ Constant [ public int PARSE_SOLR_OBJ ] { 0 }
+ Constant [ public int PARSE_SOLR_DOC ] { 1 }
}
- Static properties [0] {
@@ -4685,8 +4727,8 @@ Extension [ <persistent> extension #197 solr version 2.5.0 ] {
Class [ <internal:solr> final class SolrGenericResponse extends SolrResponse ] {
- Constants [2] {
- Constant [ public integer PARSE_SOLR_OBJ ] { 0 }
- Constant [ public integer PARSE_SOLR_DOC ] { 1 }
+ Constant [ public int PARSE_SOLR_OBJ ] { 0 }
+ Constant [ public int PARSE_SOLR_DOC ] { 1 }
}
- Static properties [0] {