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
14d36fad
Commit
14d36fad
authored
Jun 06, 2016
by
Vladislav Vlastovskiy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Solr allows use key and ex
Tested on solr 5 and 6 versions
parent
095d41a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
library/Solarium/QueryType/Select/RequestBuilder/Component/FacetSet.php
...um/QueryType/Select/RequestBuilder/Component/FacetSet.php
+2
-3
No files found.
library/Solarium/QueryType/Select/RequestBuilder/Component/FacetSet.php
View file @
14d36fad
...
...
@@ -246,9 +246,8 @@ class FacetSet extends RequestBuilder implements ComponentRequestBuilderInterfac
$request
->
addParam
(
'facet.interval'
,
$this
->
renderLocalParams
(
$field
// key & ex not supported for interval
//,array('key' => $facet->getKey(), 'ex' => $facet->getExcludes())
$field
,
array
(
'key'
=>
$facet
->
getKey
(),
'ex'
=>
$facet
->
getExcludes
())
)
);
...
...
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