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
5e552644
Commit
5e552644
authored
Jan 18, 2013
by
Mickael Magniez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix edismax query
parent
10c455fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
library/Solarium/QueryType/Select/Query/Component/EdisMax.php
...ary/Solarium/QueryType/Select/Query/Component/EdisMax.php
+11
-0
No files found.
library/Solarium/QueryType/Select/Query/Component/EdisMax.php
View file @
5e552644
...
...
@@ -38,6 +38,7 @@
*/
namespace
Solarium\QueryType\Select\Query\Component
;
use
Solarium\QueryType\Select\Query\Query
as
SelectQuery
;
use
Solarium\QueryType\Select\RequestBuilder\Component\EdisMax
as
RequestBuilder
;
/**
* EdisMax component
...
...
@@ -66,6 +67,16 @@ class EdisMax extends DisMax
return
SelectQuery
::
COMPONENT_EDISMAX
;
}
/**
* Get a requestbuilder for this query
*
* @return RequestBuilder
*/
public
function
getRequestBuilder
()
{
return
new
RequestBuilder
;
}
/**
* Set BoostFunctionsMult option
*
...
...
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