Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
5465aa6b
Commit
5465aa6b
authored
Jan 24, 2012
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code style and docblox fixes
parent
1f2d8c10
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
library/Solarium/Client.php
library/Solarium/Client.php
+1
-1
library/Solarium/Client/RequestBuilder/Select/Component/Highlighting.php
...m/Client/RequestBuilder/Select/Component/Highlighting.php
+2
-2
No files found.
library/Solarium/Client.php
View file @
5465aa6b
...
...
@@ -391,7 +391,7 @@ class Solarium_Client extends Solarium_Configurable
}
/**
* Get all registered
querytype
s
* Get all registered
plugin
s
*
* @return array
*/
...
...
library/Solarium/Client/RequestBuilder/Select/Component/Highlighting.php
View file @
5465aa6b
...
...
@@ -54,8 +54,8 @@ class Solarium_Client_RequestBuilder_Select_Component_Highlighting
*/
public
function
buildComponent
(
Solarium_Query_Select_Component_Highlighting
$component
,
Solarium_Client_Request
$request
)
{
Solarium_Client_Request
$request
)
{
// enable highlighting
$request
->
addParam
(
'hl'
,
'true'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment