You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/exceptions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,4 +128,4 @@ This exception indicates that a problem occurred in the communication with the S
128
128
129
129
#### `StreamException`
130
130
131
-
This exception indicates that a problem occurred with a streaming expression. You should catch this (or a more generic exception) for every streaming exception request that is executed.
131
+
This exception indicates that a problem occurred with a streaming expression. You should catch this (or a more generic exception) for every streaming expression request that is executed.
@@ -115,7 +115,7 @@ If you know of any other integrations please let it know!
115
115
Basic usage
116
116
===========
117
117
118
-
All the code display below can be found in the /examples dir of the project, where you can also easily execute the code. For more info see [Example code](V3:Example_code"wikilink").
118
+
All the code displayed below can be found in the /examples dir of the project, where you can also easily execute the code. For more info see [Example code](V3:Example_code"wikilink").
119
119
120
120
All the examples use the init.php file. This file registers the Solarium autoloader, sets up a client adapter and event dispatcher, and also loads the `$config` array for use in the client constructor.
121
121
@@ -140,7 +140,7 @@ $config = array(
140
140
'port' => 8983,
141
141
'path' => '/',
142
142
'core' => 'techproducts',
143
-
// For Solr Cloud you need to provide a collection instead of core:
143
+
// For SolrCloud you need to provide a collection instead of core:
0 commit comments