boxalino / plugin-magento2

boxalino plugin for Magento 2
1 stars 6 forks source link

BxRecommendationBlock does not recognize category cms block, throws exception #1

Closed heldchen closed 8 years ago

heldchen commented 8 years ago

you can configure categories to show products only (default), products + content (description + cms block) or content only (description + cms block). in our case, the main categories do not show products (and no navigation), and the page content is loaded from a cms block, for example:

<p>Bacon ipsum dolor amet rump brisket filet mignon capicola tail biltong, meatball tri-tip tongue picanha. Meatball tail bresaola filet mignon brisket fatback ham porchetta alcatra ham hock pig kielbasa short ribs beef ribs beef.</p>

{{block class="Boxalino\Intelligence\Block\BxRecommendationBlock" template="Boxalino_Intelligence::product/recommendation.phtml" widget="category_new" context="70" title="Recommendation"}}

<p>Bacon ipsum dolor amet rump brisket filet mignon capicola tail biltong, meatball tri-tip tongue picanha. Meatball tail bresaola filet mignon brisket fatback ham porchetta alcatra ham hock pig kielbasa short ribs beef ribs beef.</p>

70 is the category id. having the BxRecommendationBlock inside the linked category cms block results in the following exception:

1 exception(s):
Exception #0 (Exception): no variant provided in choice response for variant id 0

Exception #0 (Exception): no variant provided in choice response for variant id 0
#0 /var/www/users/customer/src/www/app/code/Boxalino/Intelligence/Lib/BxChooseResponse.php(21): com\boxalino\bxclient\v1\BxChooseResponse->getChoiceIdResponseVariant(0)
#1 /var/www/users/customer/src/www/app/code/Boxalino/Intelligence/Lib/BxChooseResponse.php(120): com\boxalino\bxclient\v1\BxChooseResponse->getChoiceResponseVariant('navigation')
#2 /var/www/users/customer/src/www/app/code/Boxalino/Intelligence/Helper/P13n/Adapter.php(527): com\boxalino\bxclient\v1\BxChooseResponse->getFacets('navigation')
#3 /var/www/users/customer/src/www/app/code/Boxalino/Intelligence/Block/Slider.php(54): Boxalino\Intelligence\Helper\P13n\Adapter->getFacets()
#4 [internal function]: Boxalino\Intelligence\Block\Slider->getSliderValues()
#5 /var/www/users/customer/src/www/vendor/magento/framework/View/TemplateEngine/Php.php(82): call_user_func_array(Array, Array)
#6 /var/www/users/customer/src/www/app/code/Boxalino/Intelligence/view/frontend/templates/slider.phtml(2): Magento\Framework\View\TemplateEngine\Php->__call('getSliderValues', Array)
#7 /var/www/users/customer/src/www/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/var/www/users/...')
#8 /var/www/users/customer/src/www/vendor/magento/framework/View/Element/Template.php(255): Magento\Framework\View\TemplateEngine\Php->render(Object(Boxalino\Intelligence\Block\Slider), '/var/www/users/...', Array)
#9 /var/www/users/customer/src/www/vendor/magento/framework/View/Element/Template.php(279): Magento\Framework\View\Element\Template->fetchView('/var/www/users/...')
#10 /var/www/users/customer/src/www/vendor/magento/framework/View/Element/AbstractBlock.php(659): Magento\Framework\View\Element\Template->_toHtml()
#11 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(542): Magento\Framework\View\Element\AbstractBlock->toHtml()
#12 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(518): Magento\Framework\View\Layout->_renderBlock('catalog.bxSlide...')
#13 /var/www/users/customer/src/www/vendor/magento/framework/Interception/Interceptor.php(146): Magento\Framework\View\Layout->renderNonCachedElement('catalog.bxSlide...')
#14 /var/www/users/customer/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(208): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderNonCached...', Array, Array)
#15 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('catalog.bxSlide...')
#16 /var/www/users/customer/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('catalog.bxSlide...', true)
#17 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('catalog.bxSlide...')
#18 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('before.body.end')
#19 /var/www/users/customer/src/www/vendor/magento/framework/Interception/Interceptor.php(146): Magento\Framework\View\Layout->renderNonCachedElement('before.body.end')
#20 /var/www/users/customer/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(208): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderNonCached...', Array, Array)
#21 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('before.body.end')
#22 /var/www/users/customer/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('before.body.end', true)
#23 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('before.body.end')
#24 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('page.wrapper')
#25 /var/www/users/customer/src/www/vendor/magento/framework/Interception/Interceptor.php(146): Magento\Framework\View\Layout->renderNonCachedElement('page.wrapper')
#26 /var/www/users/customer/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(208): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderNonCached...', Array, Array)
#27 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('page.wrapper')
#28 /var/www/users/customer/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('page.wrapper', true)
#29 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('page.wrapper')
#30 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('root')
#31 /var/www/users/customer/src/www/vendor/magento/framework/Interception/Interceptor.php(146): Magento\Framework\View\Layout->renderNonCachedElement('root')
#32 /var/www/users/customer/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(208): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderNonCached...', Array, Array)
#33 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('root')
#34 /var/www/users/customer/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('root', true)
#35 /var/www/users/customer/src/www/vendor/magento/framework/View/Layout.php(938): Magento\Framework\View\Layout\Interceptor->renderElement('root')
#36 /var/www/users/customer/src/www/vendor/magento/framework/Interception/Interceptor.php(146): Magento\Framework\View\Layout->getOutput()
#37 /var/www/users/customer/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(494): Magento\Framework\View\Layout\Interceptor->___callPlugins('getOutput', Array, Array)
#38 /var/www/users/customer/src/www/vendor/magento/framework/View/Result/Page.php(243): Magento\Framework\View\Layout\Interceptor->getOutput()
#39 /var/www/users/customer/src/www/vendor/magento/framework/View/Result/Layout.php(164): Magento\Framework\View\Result\Page->render(Object(Magento\Framework\App\Response\Http\Interceptor))
#40 /var/www/users/customer/src/www/vendor/magento/framework/Interception/Interceptor.php(74): Magento\Framework\View\Result\Layout->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor))
#41 /var/www/users/customer/src/www/vendor/magento/framework/Interception/Chain/Chain.php(70): Magento\Framework\View\Result\Page\Interceptor->___callParent('renderResult', Array)
#42 /var/www/users/customer/src/www/vendor/magento/framework/Interception/Chain/Chain.php(63): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Framewo...', 'renderResult', Object(Magento\Framework\View\Result\Page\Interceptor), Array, 'result-varnish-...')
#43 /var/www/users/customer/src/www/vendor/magento/module-page-cache/Model/Controller/Result/VarnishPlugin.php(74): Magento\Framework\Interception\Chain\Chain->Magento\Framework\Interception\Chain\{closure}(Object(Magento\Framework\App\Response\Http\Interceptor))
#44 /var/www/users/customer/src/www/vendor/magento/framework/Interception/Chain/Chain.php(67): Magento\PageCache\Model\Controller\Result\VarnishPlugin->aroundRenderResult(Object(Magento\Framework\View\Result\Page\Interceptor), Object(Closure), Object(Magento\Framework\App\Response\Http\Interceptor))
#45 /var/www/users/customer/src/www/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Framewo...', 'renderResult', Object(Magento\Framework\View\Result\Page\Interceptor), Array, 'result-builtin-...')
#46 /var/www/users/customer/src/www/vendor/magento/module-page-cache/Model/Controller/Result/BuiltinPlugin.php(67): Magento\Framework\View\Result\Page\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Response\Http\Interceptor))
#47 /var/www/users/customer/src/www/vendor/magento/framework/Interception/Interceptor.php(142): Magento\PageCache\Model\Controller\Result\BuiltinPlugin->aroundRenderResult(Object(Magento\Framework\View\Result\Page\Interceptor), Object(Closure), Object(Magento\Framework\App\Response\Http\Interceptor))
#48 /var/www/users/customer/src/www/var/generation/Magento/Framework/View/Result/Page/Interceptor.php(130): Magento\Framework\View\Result\Page\Interceptor->___callPlugins('renderResult', Array, Array)
#49 /var/www/users/customer/src/www/vendor/magento/framework/App/Http.php(139): Magento\Framework\View\Result\Page\Interceptor->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor))
#50 /var/www/users/customer/src/www/vendor/magento/framework/Interception/Interceptor.php(146): Magento\Framework\App\Http->launch()
#51 /var/www/users/customer/src/www/var/generation/Magento/Framework/App/Http/Interceptor.php(26): Magento\Framework\App\Http\Interceptor->___callPlugins('launch', Array, Array)
#52 /var/www/users/customer/src/www/vendor/magento/framework/App/Bootstrap.php(258): Magento\Framework\App\Http\Interceptor->launch()
#53 /var/www/users/customer/src/www/pub/index.php(42): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http\Interceptor))
#54 {main}

most probably this is due to the missing layered navigation, judging by the exception happening while getting (navigation?) slider values. another reason might be that BxReccommendationBlock does not properly setup the values, as isCmsPage is not set to true when instantiated in such a category cms block: $this->isCmsPage = $request->getModuleName() == 'cms' ? true : false;

heldchen commented 8 years ago

also, here's the layout update removing the navigation if relevant:

<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceContainer name="sidebar.main">
            <referenceBlock name="catalog.leftnav" remove="true" />
        </referenceContainer>
    </body>
</page>

removing the layout update does not make a difference tho.

heldchen commented 8 years ago

when removing the BxReccommendationBlock from the category-linked cms block, the exception goes away.

tatsuya1 commented 8 years ago

So the problem was, even though display mode was set to static only, it was loading the product collection for some reason. Our plugin allows only one request to the server, so the product collection was sending the request to the server before the recommendations could be set, that has been fixed now.

Will try to fix and upload a new version today.

tatsuya1 commented 8 years ago

We pushed a new version of our plugin on GitHub. This should fix your problems, if there are further issues please post them here.

heldchen commented 8 years ago

getting the same exception with the updated code. does the block invocation need to be changed now?

1 exception(s):
Exception #0 (Exception): no variant provided in choice response for variant id 0

Exception #0 (Exception): no variant provided in choice response for variant id 0
#0 /srv/httpd/test/src/www/app/code/Boxalino/Intelligence/Lib/BxChooseResponse.php(21): com\boxalino\bxclient\v1\BxChooseResponse->getChoiceIdResponseVariant(0)
#1 /srv/httpd/test/src/www/app/code/Boxalino/Intelligence/Lib/BxChooseResponse.php(120): com\boxalino\bxclient\v1\BxChooseResponse->getChoiceResponseVariant('navigation')
#2 /srv/httpd/test/src/www/app/code/Boxalino/Intelligence/Helper/P13n/Adapter.php(527): com\boxalino\bxclient\v1\BxChooseResponse->getFacets('navigation')
#3 /srv/httpd/test/src/www/app/code/Boxalino/Intelligence/Block/Slider.php(54): Boxalino\Intelligence\Helper\P13n\Adapter->getFacets()
#4 [internal function]: Boxalino\Intelligence\Block\Slider->getSliderValues()
#5 /srv/httpd/test/src/www/vendor/magento/framework/View/TemplateEngine/Php.php(82): call_user_func_array(Array, Array)
#6 /srv/httpd/test/src/www/app/code/Boxalino/Intelligence/view/frontend/templates/slider.phtml(2): Magento\Framework\View\TemplateEngine\Php->__call('getSliderValues', Array)
#7 /srv/httpd/test/src/www/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/srv/httpd/test...')
#8 /srv/httpd/test/src/www/vendor/magento/framework/View/Element/Template.php(255): Magento\Framework\View\TemplateEngine\Php->render(Object(Boxalino\Intelligence\Block\Slider), '/srv/httpd/test...', Array)
#9 /srv/httpd/test/src/www/vendor/magento/framework/View/Element/Template.php(279): Magento\Framework\View\Element\Template->fetchView('/srv/httpd/test...')
#10 /srv/httpd/test/src/www/vendor/magento/framework/View/Element/AbstractBlock.php(659): Magento\Framework\View\Element\Template->_toHtml()
#11 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(542): Magento\Framework\View\Element\AbstractBlock->toHtml()
#12 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(518): Magento\Framework\View\Layout->_renderBlock('catalog.bxSlide...')
#13 /srv/httpd/test/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('catalog.bxSlide...')
#14 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('catalog.bxSlide...')
#15 /srv/httpd/test/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('catalog.bxSlide...', true)
#16 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('catalog.bxSlide...')
#17 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('before.body.end')
#18 /srv/httpd/test/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('before.body.end')
#19 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('before.body.end')
#20 /srv/httpd/test/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('before.body.end', true)
#21 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('before.body.end')
#22 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('page.wrapper')
#23 /srv/httpd/test/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('page.wrapper')
#24 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('page.wrapper')
#25 /srv/httpd/test/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('page.wrapper', true)
#26 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(569): Magento\Framework\View\Layout\Interceptor->renderElement('page.wrapper')
#27 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(520): Magento\Framework\View\Layout->_renderContainer('root')
#28 /srv/httpd/test/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('root')
#29 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(472): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('root')
#30 /srv/httpd/test/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('root', true)
#31 /srv/httpd/test/src/www/vendor/magento/framework/View/Layout.php(938): Magento\Framework\View\Layout\Interceptor->renderElement('root')
#32 /srv/httpd/test/src/www/vendor/magento/framework/Interception/Interceptor.php(146): Magento\Framework\View\Layout->getOutput()
#33 /srv/httpd/test/src/www/var/generation/Magento/Framework/View/Layout/Interceptor.php(494): Magento\Framework\View\Layout\Interceptor->___callPlugins('getOutput', Array, Array)
#34 /srv/httpd/test/src/www/vendor/magento/framework/View/Result/Page.php(243): Magento\Framework\View\Layout\Interceptor->getOutput()
#35 /srv/httpd/test/src/www/vendor/magento/framework/View/Result/Layout.php(164): Magento\Framework\View\Result\Page->render(Object(Magento\Framework\App\Response\Http\Interceptor))
#36 /srv/httpd/test/src/www/vendor/magento/framework/Interception/Interceptor.php(74): Magento\Framework\View\Result\Layout->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor))
#37 /srv/httpd/test/src/www/vendor/magento/framework/Interception/Chain/Chain.php(70): Magento\Framework\View\Result\Page\Interceptor->___callParent('renderResult', Array)
#38 /srv/httpd/test/src/www/vendor/magento/framework/Interception/Chain/Chain.php(63): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Framewo...', 'renderResult', Object(Magento\Framework\View\Result\Page\Interceptor), Array, 'result-varnish-...')
#39 /srv/httpd/test/src/www/vendor/magento/module-page-cache/Model/Controller/Result/VarnishPlugin.php(74): Magento\Framework\Interception\Chain\Chain->Magento\Framework\Interception\Chain\{closure}(Object(Magento\Framework\App\Response\Http\Interceptor))
#40 /srv/httpd/test/src/www/vendor/magento/framework/Interception/Chain/Chain.php(67): Magento\PageCache\Model\Controller\Result\VarnishPlugin->aroundRenderResult(Object(Magento\Framework\View\Result\Page\Interceptor), Object(Closure), Object(Magento\Framework\App\Response\Http\Interceptor))
#41 /srv/httpd/test/src/www/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Framewo...', 'renderResult', Object(Magento\Framework\View\Result\Page\Interceptor), Array, 'result-builtin-...')
#42 /srv/httpd/test/src/www/vendor/magento/module-page-cache/Model/Controller/Result/BuiltinPlugin.php(67): Magento\Framework\View\Result\Page\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Response\Http\Interceptor))
#43 /srv/httpd/test/src/www/vendor/magento/framework/Interception/Interceptor.php(142): Magento\PageCache\Model\Controller\Result\BuiltinPlugin->aroundRenderResult(Object(Magento\Framework\View\Result\Page\Interceptor), Object(Closure), Object(Magento\Framework\App\Response\Http\Interceptor))
#44 /srv/httpd/test/src/www/var/generation/Magento/Framework/View/Result/Page/Interceptor.php(130): Magento\Framework\View\Result\Page\Interceptor->___callPlugins('renderResult', Array, Array)
#45 /srv/httpd/test/src/www/vendor/magento/framework/App/Http.php(139): Magento\Framework\View\Result\Page\Interceptor->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor))
#46 /srv/httpd/test/src/www/vendor/magento/framework/Interception/Interceptor.php(146): Magento\Framework\App\Http->launch()
#47 /srv/httpd/test/src/www/var/generation/Magento/Framework/App/Http/Interceptor.php(26): Magento\Framework\App\Http\Interceptor->___callPlugins('launch', Array, Array)
#48 /srv/httpd/test/src/www/vendor/magento/framework/App/Bootstrap.php(258): Magento\Framework\App\Http\Interceptor->launch()
#49 /srv/httpd/test/src/www/pub/index.php(42): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http\Interceptor))
#50 {main}
tatsuya1 commented 8 years ago

Did you change the catalog_category_view_type_layered.xml layout? Try to comment out the whole body and see if there is still an exception.

heldchen commented 8 years ago

as I wrote initially, our main category page does not use layered navigation at all. and the subcategory pages use a modified layered navigation (but no exceptions there):

<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceContainer name="sidebar.main">
            <!-- replace layered navigation with our own layered navigation implementation -->
            <referenceBlock name="catalog.leftnav" remove="true" />
            <block class="Magento\LayeredNavigation\Block\Navigation\Category" name="catalog.qp_leftnav" before="-" template="XYZ_Frontend::layer/view.phtml">
                <block class="Magento\LayeredNavigation\Block\Navigation\State" name="catalog.navigation.state" as="state" />
                <block class="XYZ\Frontend\Block\LayeredNavigation\Navigation\FilterRenderer\Category" name="catalog.navigation.renderer.category" as="category_renderer" template="XYZ_Frontend::layer/filter/category.phtml"/>
                <block class="Magento\LayeredNavigation\Block\Navigation\FilterRenderer" name="catalog.navigation.renderer" as="renderer" template="layer/filter.phtml"/>
            </block>
        </referenceContainer>
    </body>
</page>
tatsuya1 commented 8 years ago

that may be true, but the slider block is getting loaded, this only happens on category pages with layered navigation or search pages. So it might help.

heldchen commented 8 years ago

the same error happens with all catalog_category_view* customisation removed.

and removing the boxalino block from the category cms block makes the exception go away.

tatsuya1 commented 8 years ago

can you send me the response from the page without the recommendation blocks. Just append _dev_bxdisp=true to the url.

heldchen commented 8 years ago
Choice Request

object(com\boxalino\p13n\api\thrift\ChoiceRequest)#1525 (4) {
  ["userRecord"]=>
  object(com\boxalino\p13n\api\thrift\UserRecord)#1526 (3) {
    ["username"]=>
    string(17) "xyz_magento2"
    ["apiKey"]=>
    NULL
    ["apiSecret"]=>
    NULL
  }
  ["profileId"]=>
  string(32) "11bb01e0.298b077e.40.15573b9ee66"
  ["inquiries"]=>
  array(1) {
    [0]=>
    object(com\boxalino\p13n\api\thrift\ChoiceInquiry)#1506 (9) {
      ["choiceId"]=>
      string(10) "navigation"
      ["simpleSearchQuery"]=>
      object(com\boxalino\p13n\api\thrift\SimpleSearchQuery)#1503 (16) {
        ["indexId"]=>
        string(17) "xyz_magento2"
        ["language"]=>
        string(2) "de"
        ["queryText"]=>
        string(0) ""
        ["filters"]=>
        array(2) {
          [0]=>
          object(com\boxalino\p13n\api\thrift\Filter)#1518 (10) {
            ["negative"]=>
            bool(true)
            ["fieldName"]=>
            string(22) "products_visibility_de"
            ["stringValues"]=>
            array(2) {
              [0]=>
              int(1)
              [1]=>
              int(3)
            }
            ["prefix"]=>
            NULL
            ["hierarchyId"]=>
            NULL
            ["hierarchy"]=>
            NULL
            ["rangeFrom"]=>
            NULL
            ["rangeFromInclusive"]=>
            NULL
            ["rangeTo"]=>
            NULL
            ["rangeToInclusive"]=>
            NULL
          }
          [1]=>
          object(com\boxalino\p13n\api\thrift\Filter)#1519 (10) {
            ["negative"]=>
            bool(false)
            ["fieldName"]=>
            string(15) "products_status"
            ["stringValues"]=>
            array(1) {
              [0]=>
              int(1)
            }
            ["prefix"]=>
            NULL
            ["hierarchyId"]=>
            NULL
            ["hierarchy"]=>
            NULL
            ["rangeFrom"]=>
            NULL
            ["rangeFromInclusive"]=>
            NULL
            ["rangeTo"]=>
            NULL
            ["rangeToInclusive"]=>
            NULL
          }
        }
        ["orFilters"]=>
        bool(false)
        ["facetRequests"]=>
        array(3) {
          [0]=>
          object(com\boxalino\p13n\api\thrift\FacetRequest)#1520 (11) {
            ["fieldName"]=>
            string(11) "category_id"
            ["numerical"]=>
            bool(false)
            ["range"]=>
            bool(false)
            ["maxCount"]=>
            int(-1)
            ["minPopulation"]=>
            int(1)
            ["dateRangeGap"]=>
            NULL
            ["sortOrder"]=>
            int(2)
            ["sortAscending"]=>
            NULL
            ["selectedValues"]=>
            array(1) {
              [0]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1521 (7) {
                ["stringValue"]=>
                string(3) "300"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                NULL
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                NULL
              }
            }
            ["andSelectedValues"]=>
            bool(false)
            ["boundsOnly"]=>
            bool(false)
          }
          [1]=>
          object(com\boxalino\p13n\api\thrift\FacetRequest)#1522 (11) {
            ["fieldName"]=>
            string(10) "categories"
            ["numerical"]=>
            bool(false)
            ["range"]=>
            bool(false)
            ["maxCount"]=>
            int(-1)
            ["minPopulation"]=>
            int(1)
            ["dateRangeGap"]=>
            NULL
            ["sortOrder"]=>
            int(2)
            ["sortAscending"]=>
            NULL
            ["selectedValues"]=>
            array(0) {
            }
            ["andSelectedValues"]=>
            bool(false)
            ["boundsOnly"]=>
            bool(false)
          }
          [2]=>
          object(com\boxalino\p13n\api\thrift\FacetRequest)#1523 (11) {
            ["fieldName"]=>
            string(15) "discountedPrice"
            ["numerical"]=>
            bool(true)
            ["range"]=>
            bool(true)
            ["maxCount"]=>
            int(-1)
            ["minPopulation"]=>
            int(1)
            ["dateRangeGap"]=>
            NULL
            ["sortOrder"]=>
            int(2)
            ["sortAscending"]=>
            NULL
            ["selectedValues"]=>
            array(0) {
            }
            ["andSelectedValues"]=>
            bool(false)
            ["boundsOnly"]=>
            bool(false)
          }
        }
        ["sortFields"]=>
        array(0) {
        }
        ["offset"]=>
        int(0)
        ["hitCount"]=>
        float(44)
        ["returnFields"]=>
        array(6) {
          [0]=>
          string(17) "products_group_id"
          [1]=>
          string(10) "categories"
          [2]=>
          string(15) "discountedPrice"
          [3]=>
          string(5) "title"
          [4]=>
          string(5) "score"
          [5]=>
          string(0) ""
        }
        ["groupBy"]=>
        NULL
        ["groupFacets"]=>
        bool(true)
        ["groupItemsCount"]=>
        int(1)
        ["groupItemsSort"]=>
        string(5) "score"
        ["groupItemsSortAscending"]=>
        bool(false)
        ["hitsGroupsAsHits"]=>
        bool(false)
      }
      ["contextItems"]=>
      array(0) {
      }
      ["minHitCount"]=>
      float(0)
      ["excludeVariantIds"]=>
      NULL
      ["scope"]=>
      string(10) "system_rec"
      ["withRelaxation"]=>
      bool(false)
      ["withSemanticFiltering"]=>
      bool(false)
      ["includeVariantIds"]=>
      NULL
    }
  }
  ["requestContext"]=>
  object(com\boxalino\p13n\api\thrift\RequestContext)#1524 (1) {
    ["parameters"]=>
    array(5) {
      ["User-Agent"]=>
      array(1) {
        [0]=>
        string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.34 Safari/537.36"
      }
      ["User-Host"]=>
      array(1) {
        [0]=>
        string(12) "212.51.155.2"
      }
      ["User-SessionId"]=>
      array(1) {
        [0]=>
        string(26) "4qjpubu4h6i2959on6ensfefv1"
      }
      ["User-Referer"]=>
      array(1) {
        [0]=>
        NULL
      }
      ["User-URL"]=>
      array(1) {
        [0]=>
        string(50) "http://www2.xyz.ch/c-katzen/?dev_bx_disp=true"
      }
    }
  }
}

Choice Response

object(com\boxalino\p13n\api\thrift\ChoiceResponse)#1532 (1) {
  ["variants"]=>
  array(1) {
    [0]=>
    object(com\boxalino\p13n\api\thrift\Variant)#1533 (6) {
      ["variantId"]=>
      string(58) "xyz_magento2_system_rec_variant_navigation_navigation"
      ["scenarioId"]=>
      string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
      ["searchResult"]=>
      object(com\boxalino\p13n\api\thrift\SearchResult)#1534 (5) {
        ["hits"]=>
        array(44) {
          [0]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1535 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "1578"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "29.9"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(36) "Plüsch Katzenbett hellbeige 60x50cm"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "1578"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(35) "695/Default Category/Katzen/Zuhause"
                [3]=>
                string(57) "696/Default Category/Katzen/Zuhause/Schlafen & Entspannen"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [1]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1536 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "1652"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "59.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(27) "Katzen Iglu Bali 37x37x42cm"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "1652"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(35) "695/Default Category/Katzen/Zuhause"
                [3]=>
                string(57) "696/Default Category/Katzen/Zuhause/Schlafen & Entspannen"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [2]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1537 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "3978"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(3) "8.3"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(25) "Pfotenschutz Balsam 100ml"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "3978"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(5) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(27) "300/Default Category/Katzen"
                [4]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [3]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1538 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4006"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "19.1"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(23) "Zenith Futterspender 3L"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4006"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(7) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(34) "665/Default Category/Hunde/Zuhause"
                [3]=>
                string(57) "668/Default Category/Hunde/Zuhause/Futter- & Wassernäpfe"
                [4]=>
                string(27) "300/Default Category/Katzen"
                [5]=>
                string(35) "695/Default Category/Katzen/Zuhause"
                [6]=>
                string(58) "699/Default Category/Katzen/Zuhause/Futter- & Wassernäpfe"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [4]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1539 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4143"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "19.9"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(25) "Erste Hilfe-Set 16-teilig"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4143"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(6) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(59) "681/Default Category/Hunde/Pflege & Hygiene/Sonstige Pflege"
                [4]=>
                string(27) "300/Default Category/Katzen"
                [5]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [5]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1540 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4190"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "35.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(40) "Tic-clip Anhänger gegen Zecken & Flöhe"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4190"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(7) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(69) "677/Default Category/Hunde/Pflege & Hygiene/Ungeziefer & Zeckenschutz"
                [4]=>
                string(59) "681/Default Category/Hunde/Pflege & Hygiene/Sonstige Pflege"
                [5]=>
                string(27) "300/Default Category/Katzen"
                [6]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [6]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1541 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4198"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "13.9"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(30) "Haut & Fell 100ml Mineralspray"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4198"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(9) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(69) "677/Default Category/Hunde/Pflege & Hygiene/Ungeziefer & Zeckenschutz"
                [4]=>
                string(54) "678/Default Category/Hunde/Pflege & Hygiene/Fellpflege"
                [5]=>
                string(59) "681/Default Category/Hunde/Pflege & Hygiene/Sonstige Pflege"
                [6]=>
                string(27) "300/Default Category/Katzen"
                [7]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
                [8]=>
                string(55) "707/Default Category/Katzen/Pflege & Hygiene/Fellpflege"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [7]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1542 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4199"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "23.5"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(32) "Nachtkerzenöl 50ml Hund & Katze"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4199"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(12) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(39) "656/Default Category/Hunde/Hundenahrung"
                [3]=>
                string(57) "659/Default Category/Hunde/Hundenahrung/Ergänzungsfutter"
                [4]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [5]=>
                string(54) "678/Default Category/Hunde/Pflege & Hygiene/Fellpflege"
                [6]=>
                string(59) "681/Default Category/Hunde/Pflege & Hygiene/Sonstige Pflege"
                [7]=>
                string(27) "300/Default Category/Katzen"
                [8]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [9]=>
                string(59) "686/Default Category/Katzen/Katzennahrung/Ergänzungsfutter"
                [10]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
                [11]=>
                string(55) "707/Default Category/Katzen/Pflege & Hygiene/Fellpflege"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [8]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1543 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4200"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "11.9"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(30) "Pfotenschutz 75ml Hund & Katze"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4200"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(6) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(59) "681/Default Category/Hunde/Pflege & Hygiene/Sonstige Pflege"
                [4]=>
                string(27) "300/Default Category/Katzen"
                [5]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [9]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1544 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4201"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "11.9"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(38) "SOS Animal Pastillen nach Dr. Bach 50g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4201"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(6) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(59) "681/Default Category/Hunde/Pflege & Hygiene/Sonstige Pflege"
                [4]=>
                string(27) "300/Default Category/Katzen"
                [5]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [10]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1545 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4231"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "9.95"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(24) "For You Fleck Raus 500ml"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4231"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(7) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(27) "300/Default Category/Katzen"
                [4]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
                [5]=>
                string(26) "443/Default Category/Nager"
                [6]=>
                string(33) "724/Default Category/Nager/Pflege"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [11]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1546 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4256"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "15.2"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(35) "Bio-Kräuter-Shampoo mit neem 200ml"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4256"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(8) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(69) "677/Default Category/Hunde/Pflege & Hygiene/Ungeziefer & Zeckenschutz"
                [4]=>
                string(54) "678/Default Category/Hunde/Pflege & Hygiene/Fellpflege"
                [5]=>
                string(27) "300/Default Category/Katzen"
                [6]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
                [7]=>
                string(55) "707/Default Category/Katzen/Pflege & Hygiene/Fellpflege"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [12]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1547 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4262"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(5) "10.75"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(36) "Neem nature Antiparasiten Puder 100g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4262"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(10) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(69) "677/Default Category/Hunde/Pflege & Hygiene/Ungeziefer & Zeckenschutz"
                [4]=>
                string(54) "678/Default Category/Hunde/Pflege & Hygiene/Fellpflege"
                [5]=>
                string(27) "300/Default Category/Katzen"
                [6]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
                [7]=>
                string(55) "707/Default Category/Katzen/Pflege & Hygiene/Fellpflege"
                [8]=>
                string(26) "443/Default Category/Nager"
                [9]=>
                string(33) "724/Default Category/Nager/Pflege"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [13]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1548 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4269"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "28.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(18) "Augenpflege mit EM"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4269"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(5) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(27) "300/Default Category/Katzen"
                [4]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [14]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1549 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4270"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "28.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(39) "Blütenessenzenmischung Nr.2 Aggression"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4270"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(10) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(39) "656/Default Category/Hunde/Hundenahrung"
                [3]=>
                string(57) "659/Default Category/Hunde/Hundenahrung/Ergänzungsfutter"
                [4]=>
                string(27) "300/Default Category/Katzen"
                [5]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [6]=>
                string(59) "686/Default Category/Katzen/Katzennahrung/Ergänzungsfutter"
                [7]=>
                string(26) "443/Default Category/Nager"
                [8]=>
                string(33) "709/Default Category/Nager/Futter"
                [9]=>
                string(45) "710/Default Category/Nager/Futter/Hauptfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [15]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1550 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4271"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "28.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(39) "Blütenessenzenmischung Nr.1 Eifersucht"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4271"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(10) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(39) "656/Default Category/Hunde/Hundenahrung"
                [3]=>
                string(57) "659/Default Category/Hunde/Hundenahrung/Ergänzungsfutter"
                [4]=>
                string(27) "300/Default Category/Katzen"
                [5]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [6]=>
                string(59) "686/Default Category/Katzen/Katzennahrung/Ergänzungsfutter"
                [7]=>
                string(26) "443/Default Category/Nager"
                [8]=>
                string(33) "709/Default Category/Nager/Futter"
                [9]=>
                string(45) "710/Default Category/Nager/Futter/Hauptfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [16]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1551 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4272"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "28.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(49) "Blütenessenzenmischung Nr.5 Lärmempfindlichkeit"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4272"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(10) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(39) "656/Default Category/Hunde/Hundenahrung"
                [3]=>
                string(57) "659/Default Category/Hunde/Hundenahrung/Ergänzungsfutter"
                [4]=>
                string(27) "300/Default Category/Katzen"
                [5]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [6]=>
                string(59) "686/Default Category/Katzen/Katzennahrung/Ergänzungsfutter"
                [7]=>
                string(26) "443/Default Category/Nager"
                [8]=>
                string(33) "709/Default Category/Nager/Futter"
                [9]=>
                string(45) "710/Default Category/Nager/Futter/Hauptfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [17]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1552 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4273"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "28.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(39) "Blütenessenzenmischung Nr.4 Unreinheit"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4273"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(9) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(39) "656/Default Category/Hunde/Hundenahrung"
                [3]=>
                string(57) "659/Default Category/Hunde/Hundenahrung/Ergänzungsfutter"
                [4]=>
                string(27) "300/Default Category/Katzen"
                [5]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [6]=>
                string(59) "686/Default Category/Katzen/Katzennahrung/Ergänzungsfutter"
                [7]=>
                string(26) "443/Default Category/Nager"
                [8]=>
                string(33) "724/Default Category/Nager/Pflege"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [18]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1553 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4274"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "28.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(45) "Blütenessenzenmischung Nr.6 Umstellung/Umzug"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4274"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(8) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(39) "656/Default Category/Hunde/Hundenahrung"
                [3]=>
                string(57) "659/Default Category/Hunde/Hundenahrung/Ergänzungsfutter"
                [4]=>
                string(27) "300/Default Category/Katzen"
                [5]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
                [6]=>
                string(26) "443/Default Category/Nager"
                [7]=>
                string(33) "724/Default Category/Nager/Pflege"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [19]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1554 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4275"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "28.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(45) "Blütenessenzenmischung Nr.3 Unterwürfigkeit"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4275"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(10) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(39) "656/Default Category/Hunde/Hundenahrung"
                [3]=>
                string(57) "659/Default Category/Hunde/Hundenahrung/Ergänzungsfutter"
                [4]=>
                string(27) "300/Default Category/Katzen"
                [5]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [6]=>
                string(59) "686/Default Category/Katzen/Katzennahrung/Ergänzungsfutter"
                [7]=>
                string(26) "443/Default Category/Nager"
                [8]=>
                string(33) "709/Default Category/Nager/Futter"
                [9]=>
                string(45) "710/Default Category/Nager/Futter/Hauptfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [20]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1555 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4278"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "28.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(28) "EM Ohren- & Nasenpflege 20ml"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4278"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(5) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(27) "300/Default Category/Katzen"
                [4]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [21]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1556 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4279"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "36.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(32) "Pflege- & Wundcreme mit EM 100ml"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4279"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(6) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(59) "681/Default Category/Hunde/Pflege & Hygiene/Sonstige Pflege"
                [4]=>
                string(27) "300/Default Category/Katzen"
                [5]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [22]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1557 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4281"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "38.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(28) "Reinigendes Raum-Spray 500ml"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4281"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(5) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(27) "300/Default Category/Katzen"
                [4]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [23]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1558 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4285"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "28.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(30) "SOS Spray für alle Tiere 50ml"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4285"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(9) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(27) "300/Default Category/Katzen"
                [4]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
                [5]=>
                string(26) "443/Default Category/Nager"
                [6]=>
                string(33) "724/Default Category/Nager/Pflege"
                [7]=>
                string(27) "475/Default Category/Pferde"
                [8]=>
                string(34) "741/Default Category/Pferde/Pflege"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [24]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1559 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4294"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "16.7"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(34) "Pet Care Antiparasit-Shampoo 250ml"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4294"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(7) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(69) "677/Default Category/Hunde/Pflege & Hygiene/Ungeziefer & Zeckenschutz"
                [4]=>
                string(54) "678/Default Category/Hunde/Pflege & Hygiene/Fellpflege"
                [5]=>
                string(27) "300/Default Category/Katzen"
                [6]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [25]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1560 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "4295"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "19.5"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(33) "Pet Care Antiparasit-Tropfen 30ml"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "4295"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(6) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(69) "677/Default Category/Hunde/Pflege & Hygiene/Ungeziefer & Zeckenschutz"
                [4]=>
                string(27) "300/Default Category/Katzen"
                [5]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [26]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1561 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6402"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(0) {
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(18) "Pinol Desinfektion"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6402"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(9) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(25) "70/Default Category/Hunde"
                [2]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                [3]=>
                string(27) "300/Default Category/Katzen"
                [4]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
                [5]=>
                string(26) "443/Default Category/Nager"
                [6]=>
                string(33) "724/Default Category/Nager/Pflege"
                [7]=>
                string(27) "605/Default Category/Vögel"
                [8]=>
                string(36) "784/Default Category/Vögel/Zubehör"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [27]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1562 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6469"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "6.55"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(47) "Kroketten Adult Light Reich an Huhn & Reis 800g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6469"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(55) "684/Default Category/Katzen/Katzennahrung/Trockenfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [28]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1563 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6474"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "6.55"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(46) "Kroketten Sensitive Adult Truthahn & Reis 800g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6474"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(55) "684/Default Category/Katzen/Katzennahrung/Trockenfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [29]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1564 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6497"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "6.55"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(36) "Kroketten Senior 7+ Huhn & Reis 800g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6497"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(55) "684/Default Category/Katzen/Katzennahrung/Trockenfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [30]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1565 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6498"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "6.55"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(44) "Kroketten SterilCat Adult Rind & Weizen 800g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6498"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(55) "684/Default Category/Katzen/Katzennahrung/Trockenfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [31]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1566 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6499"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(3) "8.2"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(26) "Kroketten Junior Huhn 800g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6499"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(55) "684/Default Category/Katzen/Katzennahrung/Trockenfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [32]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1567 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6500"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(3) "4.9"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(20) "Ocean Sensations 1kg"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6500"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(55) "684/Default Category/Katzen/Katzennahrung/Trockenfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [33]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1568 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6607"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "23.8"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(59) "Science Plan Feline Mature Senior 7+ Hairball Control 1.5kg"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6607"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(55) "684/Default Category/Katzen/Katzennahrung/Trockenfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [34]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1569 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6610"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "19.9"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(46) "Science Plan Feline Mature Senior 7+ Thunfisch"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6610"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(55) "684/Default Category/Katzen/Katzennahrung/Trockenfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [35]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1570 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6612"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "23.8"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(53) "Science Plan Feline Mature Senior 7+ Light Huhn 1.5kg"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6612"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(55) "684/Default Category/Katzen/Katzennahrung/Trockenfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [36]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1571 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6812"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "1.75"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(31) "Integra Protect Adipositas 100g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6812"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(52) "685/Default Category/Katzen/Katzennahrung/Nassfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [37]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1572 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6816"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(4) "1.75"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(31) "Integra Protect Intestinal 100g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6816"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(52) "685/Default Category/Katzen/Katzennahrung/Nassfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [38]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1573 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6859"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(3) "2.0"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(34) "Sensitive Protein Feline Diet 175g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6859"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(52) "685/Default Category/Katzen/Katzennahrung/Nassfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [39]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1574 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6877"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(3) "1.5"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(22) "Tin Kitten Chicken 70g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6877"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(52) "685/Default Category/Katzen/Katzennahrung/Nassfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [40]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1575 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6908"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(3) "3.1"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(25) "Häppchen in Sauce 4x100g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6908"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(52) "685/Default Category/Katzen/Katzennahrung/Nassfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [41]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1576 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6909"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(3) "6.9"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(26) "Häppchen in Sauce 12x100g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6909"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(52) "685/Default Category/Katzen/Katzennahrung/Nassfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [42]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1577 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6910"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(3) "3.3"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(43) "Zarte Häppchen in Sauce Mulivarieté 4x85g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6910"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(52) "685/Default Category/Katzen/Katzennahrung/Nassfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
          [43]=>
          object(com\boxalino\p13n\api\thrift\Hit)#1578 (3) {
            ["values"]=>
            array(7) {
              ["id"]=>
              array(1) {
                [0]=>
                string(4) "6921"
              }
              [""]=>
              array(0) {
              }
              ["discountedPrice"]=>
              array(1) {
                [0]=>
                string(3) "3.5"
              }
              ["title"]=>
              array(1) {
                [0]=>
                string(21) "Maturity 7+Huhn 4x85g"
              }
              ["products_group_id"]=>
              array(1) {
                [0]=>
                string(4) "6921"
              }
              ["score"]=>
              array(1) {
                [0]=>
                string(3) "1.0"
              }
              ["categories"]=>
              array(4) {
                [0]=>
                string(18) "2/Default Category"
                [1]=>
                string(27) "300/Default Category/Katzen"
                [2]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                [3]=>
                string(52) "685/Default Category/Katzen/Katzennahrung/Nassfutter"
              }
            }
            ["score"]=>
            float(3.0386519416174E-319)
            ["scenarioId"]=>
            string(61) "xyz_magento2_system_rec_variant_scenario_navigation_main"
          }
        }
        ["facetResponses"]=>
        array(3) {
          [0]=>
          object(com\boxalino\p13n\api\thrift\FacetResponse)#1579 (2) {
            ["fieldName"]=>
            string(11) "category_id"
            ["values"]=>
            array(165) {
              [0]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1580 (7) {
                ["stringValue"]=>
                string(1) "2"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(6579)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [1]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1581 (7) {
                ["stringValue"]=>
                string(1) "3"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(2)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [2]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1582 (7) {
                ["stringValue"]=>
                string(3) "300"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1423)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(true)
              }
              [3]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1583 (7) {
                ["stringValue"]=>
                string(1) "4"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(5)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [4]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1584 (7) {
                ["stringValue"]=>
                string(3) "443"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(695)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [5]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1585 (7) {
                ["stringValue"]=>
                string(3) "475"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(632)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [6]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1586 (7) {
                ["stringValue"]=>
                string(1) "5"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(4)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [7]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1587 (7) {
                ["stringValue"]=>
                string(3) "577"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(450)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [8]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1588 (7) {
                ["stringValue"]=>
                string(1) "6"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(3)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [9]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1589 (7) {
                ["stringValue"]=>
                string(3) "605"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(198)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [10]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1590 (7) {
                ["stringValue"]=>
                string(3) "632"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(125)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [11]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1591 (7) {
                ["stringValue"]=>
                string(3) "633"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(3)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [12]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1592 (7) {
                ["stringValue"]=>
                string(3) "634"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(4)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [13]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1593 (7) {
                ["stringValue"]=>
                string(3) "635"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(3)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [14]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1594 (7) {
                ["stringValue"]=>
                string(3) "637"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(50)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [15]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1595 (7) {
                ["stringValue"]=>
                string(3) "638"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(196)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [16]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1596 (7) {
                ["stringValue"]=>
                string(3) "639"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(14)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [17]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1597 (7) {
                ["stringValue"]=>
                string(3) "640"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(116)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [18]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1598 (7) {
                ["stringValue"]=>
                string(3) "642"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(18)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [19]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1599 (7) {
                ["stringValue"]=>
                string(3) "644"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(209)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [20]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1600 (7) {
                ["stringValue"]=>
                string(3) "645"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(162)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [21]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1601 (7) {
                ["stringValue"]=>
                string(3) "646"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(25)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [22]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1602 (7) {
                ["stringValue"]=>
                string(3) "647"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(2)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [23]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1603 (7) {
                ["stringValue"]=>
                string(3) "648"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(104)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [24]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1604 (7) {
                ["stringValue"]=>
                string(3) "649"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(8)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [25]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1605 (7) {
                ["stringValue"]=>
                string(3) "650"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(61)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [26]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1606 (7) {
                ["stringValue"]=>
                string(3) "651"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(25)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [27]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1607 (7) {
                ["stringValue"]=>
                string(3) "652"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(4)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [28]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1608 (7) {
                ["stringValue"]=>
                string(3) "653"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(6)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [29]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1609 (7) {
                ["stringValue"]=>
                string(3) "654"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(142)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [30]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1610 (7) {
                ["stringValue"]=>
                string(3) "655"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(26)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [31]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1611 (7) {
                ["stringValue"]=>
                string(3) "656"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(920)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [32]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1612 (7) {
                ["stringValue"]=>
                string(3) "657"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(352)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [33]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1613 (7) {
                ["stringValue"]=>
                string(3) "658"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(124)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [34]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1614 (7) {
                ["stringValue"]=>
                string(3) "659"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(42)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [35]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1615 (7) {
                ["stringValue"]=>
                string(3) "660"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(420)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [36]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1616 (7) {
                ["stringValue"]=>
                string(3) "661"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(504)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [37]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1617 (7) {
                ["stringValue"]=>
                string(3) "662"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(318)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [38]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1618 (7) {
                ["stringValue"]=>
                string(3) "663"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(113)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [39]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1619 (7) {
                ["stringValue"]=>
                string(3) "664"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(132)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [40]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1620 (7) {
                ["stringValue"]=>
                string(3) "665"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(293)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [41]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1621 (7) {
                ["stringValue"]=>
                string(3) "666"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(165)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [42]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1622 (7) {
                ["stringValue"]=>
                string(3) "667"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(8)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [43]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1623 (7) {
                ["stringValue"]=>
                string(3) "668"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(120)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [44]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1624 (7) {
                ["stringValue"]=>
                string(3) "669"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(405)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [45]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1625 (7) {
                ["stringValue"]=>
                string(3) "670"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(243)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [46]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1626 (7) {
                ["stringValue"]=>
                string(3) "671"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(76)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [47]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1627 (7) {
                ["stringValue"]=>
                string(3) "672"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(26)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [48]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1628 (7) {
                ["stringValue"]=>
                string(3) "673"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(82)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [49]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1629 (7) {
                ["stringValue"]=>
                string(3) "674"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(31)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [50]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1630 (7) {
                ["stringValue"]=>
                string(3) "675"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(9)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [51]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1631 (7) {
                ["stringValue"]=>
                string(3) "676"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(224)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [52]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1632 (7) {
                ["stringValue"]=>
                string(3) "677"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(28)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [53]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1633 (7) {
                ["stringValue"]=>
                string(3) "678"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(97)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [54]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1634 (7) {
                ["stringValue"]=>
                string(3) "679"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(16)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [55]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1635 (7) {
                ["stringValue"]=>
                string(3) "680"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(4)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [56]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1636 (7) {
                ["stringValue"]=>
                string(3) "681"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(23)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [57]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1637 (7) {
                ["stringValue"]=>
                string(3) "682"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(56)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [58]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1638 (7) {
                ["stringValue"]=>
                string(3) "683"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(621)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [59]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1639 (7) {
                ["stringValue"]=>
                string(3) "684"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(220)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [60]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1640 (7) {
                ["stringValue"]=>
                string(3) "685"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(298)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [61]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1641 (7) {
                ["stringValue"]=>
                string(3) "686"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(30)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [62]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1642 (7) {
                ["stringValue"]=>
                string(3) "687"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(85)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [63]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1643 (7) {
                ["stringValue"]=>
                string(3) "688"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(216)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [64]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1644 (7) {
                ["stringValue"]=>
                string(3) "689"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(4)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [65]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1645 (7) {
                ["stringValue"]=>
                string(3) "690"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(30)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [66]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1646 (7) {
                ["stringValue"]=>
                string(3) "691"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(27)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [67]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1647 (7) {
                ["stringValue"]=>
                string(3) "692"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(27)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [68]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1648 (7) {
                ["stringValue"]=>
                string(3) "693"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(44)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [69]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1649 (7) {
                ["stringValue"]=>
                string(3) "694"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(16)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [70]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1650 (7) {
                ["stringValue"]=>
                string(3) "695"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(362)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [71]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1651 (7) {
                ["stringValue"]=>
                string(3) "696"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(107)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [72]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1652 (7) {
                ["stringValue"]=>
                string(3) "697"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(130)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [73]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1653 (7) {
                ["stringValue"]=>
                string(3) "698"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(55)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [74]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1654 (7) {
                ["stringValue"]=>
                string(3) "699"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(71)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [75]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1655 (7) {
                ["stringValue"]=>
                string(1) "7"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [76]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1656 (7) {
                ["stringValue"]=>
                string(2) "70"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(2363)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [77]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1657 (7) {
                ["stringValue"]=>
                string(3) "700"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(43)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [78]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1658 (7) {
                ["stringValue"]=>
                string(3) "701"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(23)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [79]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1659 (7) {
                ["stringValue"]=>
                string(3) "702"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(20)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [80]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1660 (7) {
                ["stringValue"]=>
                string(3) "704"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(165)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [81]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1661 (7) {
                ["stringValue"]=>
                string(3) "705"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(26)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [82]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1662 (7) {
                ["stringValue"]=>
                string(3) "706"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(66)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [83]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1663 (7) {
                ["stringValue"]=>
                string(3) "707"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(15)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [84]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1664 (7) {
                ["stringValue"]=>
                string(3) "708"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(36)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [85]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1665 (7) {
                ["stringValue"]=>
                string(3) "709"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(332)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [86]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1666 (7) {
                ["stringValue"]=>
                string(3) "710"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(198)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [87]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1667 (7) {
                ["stringValue"]=>
                string(3) "711"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(178)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [88]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1668 (7) {
                ["stringValue"]=>
                string(3) "712"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(25)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [89]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1669 (7) {
                ["stringValue"]=>
                string(3) "713"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(33)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [90]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1670 (7) {
                ["stringValue"]=>
                string(3) "714"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(73)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [91]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1671 (7) {
                ["stringValue"]=>
                string(3) "715"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(326)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [92]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1672 (7) {
                ["stringValue"]=>
                string(3) "716"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(45)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [93]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1673 (7) {
                ["stringValue"]=>
                string(3) "717"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(51)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [94]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1674 (7) {
                ["stringValue"]=>
                string(3) "718"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(70)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [95]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1675 (7) {
                ["stringValue"]=>
                string(3) "719"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(31)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [96]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1676 (7) {
                ["stringValue"]=>
                string(3) "720"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(29)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [97]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1677 (7) {
                ["stringValue"]=>
                string(3) "721"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(66)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [98]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1678 (7) {
                ["stringValue"]=>
                string(3) "722"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(4)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [99]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1679 (7) {
                ["stringValue"]=>
                string(3) "723"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(4)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [100]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1680 (7) {
                ["stringValue"]=>
                string(3) "724"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(14)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [101]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1681 (7) {
                ["stringValue"]=>
                string(3) "725"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(16)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [102]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1682 (7) {
                ["stringValue"]=>
                string(3) "726"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(140)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [103]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1683 (7) {
                ["stringValue"]=>
                string(3) "727"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(9)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [104]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1684 (7) {
                ["stringValue"]=>
                string(3) "728"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(19)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [105]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1685 (7) {
                ["stringValue"]=>
                string(3) "729"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(40)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [106]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1686 (7) {
                ["stringValue"]=>
                string(3) "730"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(2)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [107]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1687 (7) {
                ["stringValue"]=>
                string(3) "731"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(101)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [108]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1688 (7) {
                ["stringValue"]=>
                string(3) "732"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(42)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [109]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1689 (7) {
                ["stringValue"]=>
                string(3) "733"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(22)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [110]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1690 (7) {
                ["stringValue"]=>
                string(3) "735"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(19)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [111]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1691 (7) {
                ["stringValue"]=>
                string(3) "736"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(203)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [112]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1692 (7) {
                ["stringValue"]=>
                string(3) "737"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(27)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [113]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1693 (7) {
                ["stringValue"]=>
                string(3) "738"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(50)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [114]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1694 (7) {
                ["stringValue"]=>
                string(3) "739"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(35)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [115]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1695 (7) {
                ["stringValue"]=>
                string(3) "740"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(24)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [116]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1696 (7) {
                ["stringValue"]=>
                string(3) "741"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(146)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [117]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1697 (7) {
                ["stringValue"]=>
                string(3) "743"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(78)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [118]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1698 (7) {
                ["stringValue"]=>
                string(3) "744"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(30)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [119]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1699 (7) {
                ["stringValue"]=>
                string(3) "745"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(19)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [120]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1700 (7) {
                ["stringValue"]=>
                string(3) "746"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(45)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [121]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1701 (7) {
                ["stringValue"]=>
                string(3) "747"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(36)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [122]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1702 (7) {
                ["stringValue"]=>
                string(3) "748"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(8)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [123]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1703 (7) {
                ["stringValue"]=>
                string(3) "749"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(29)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [124]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1704 (7) {
                ["stringValue"]=>
                string(3) "750"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(69)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [125]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1705 (7) {
                ["stringValue"]=>
                string(3) "751"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(16)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [126]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1706 (7) {
                ["stringValue"]=>
                string(3) "752"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(74)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [127]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1707 (7) {
                ["stringValue"]=>
                string(3) "753"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(45)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [128]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1708 (7) {
                ["stringValue"]=>
                string(3) "754"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(31)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [129]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1709 (7) {
                ["stringValue"]=>
                string(3) "755"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(4)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [130]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1710 (7) {
                ["stringValue"]=>
                string(3) "757"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(13)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [131]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1711 (7) {
                ["stringValue"]=>
                string(3) "758"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(135)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [132]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1712 (7) {
                ["stringValue"]=>
                string(3) "759"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(9)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [133]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1713 (7) {
                ["stringValue"]=>
                string(3) "760"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(38)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [134]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1714 (7) {
                ["stringValue"]=>
                string(3) "761"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(17)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [135]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1715 (7) {
                ["stringValue"]=>
                string(3) "762"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(12)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [136]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1716 (7) {
                ["stringValue"]=>
                string(3) "763"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(47)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [137]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1717 (7) {
                ["stringValue"]=>
                string(3) "765"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(12)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [138]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1718 (7) {
                ["stringValue"]=>
                string(3) "766"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(140)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [139]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1719 (7) {
                ["stringValue"]=>
                string(3) "767"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(17)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [140]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1720 (7) {
                ["stringValue"]=>
                string(3) "768"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(11)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [141]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1721 (7) {
                ["stringValue"]=>
                string(3) "769"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(14)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [142]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1722 (7) {
                ["stringValue"]=>
                string(3) "770"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(78)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [143]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1723 (7) {
                ["stringValue"]=>
                string(3) "772"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(19)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [144]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1724 (7) {
                ["stringValue"]=>
                string(3) "773"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(58)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [145]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1725 (7) {
                ["stringValue"]=>
                string(3) "774"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(89)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [146]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1726 (7) {
                ["stringValue"]=>
                string(3) "775"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(3)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [147]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1727 (7) {
                ["stringValue"]=>
                string(3) "776"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(48)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [148]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1728 (7) {
                ["stringValue"]=>
                string(3) "777"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(85)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [149]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1729 (7) {
                ["stringValue"]=>
                string(3) "778"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(13)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [150]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1730 (7) {
                ["stringValue"]=>
                string(3) "779"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(10)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [151]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1731 (7) {
                ["stringValue"]=>
                string(3) "780"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(13)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [152]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1732 (7) {
                ["stringValue"]=>
                string(3) "781"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(13)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [153]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1733 (7) {
                ["stringValue"]=>
                string(3) "782"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(25)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [154]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1734 (7) {
                ["stringValue"]=>
                string(3) "783"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(14)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [155]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1735 (7) {
                ["stringValue"]=>
                string(3) "784"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(17)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [156]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1736 (7) {
                ["stringValue"]=>
                string(3) "785"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(14)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [157]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1737 (7) {
                ["stringValue"]=>
                string(3) "786"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(77)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [158]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1738 (7) {
                ["stringValue"]=>
                string(3) "787"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(373)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [159]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1739 (7) {
                ["stringValue"]=>
                string(3) "788"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(125)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [160]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1740 (7) {
                ["stringValue"]=>
                string(3) "789"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(77)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [161]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1741 (7) {
                ["stringValue"]=>
                string(3) "790"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(60)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [162]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1742 (7) {
                ["stringValue"]=>
                string(3) "791"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(45)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [163]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1743 (7) {
                ["stringValue"]=>
                string(3) "792"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(6)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [164]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1744 (7) {
                ["stringValue"]=>
                string(1) "8"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1010)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
            }
          }
          [1]=>
          object(com\boxalino\p13n\api\thrift\FacetResponse)#1745 (2) {
            ["fieldName"]=>
            string(10) "categories"
            ["values"]=>
            array(71) {
              [0]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1746 (7) {
                ["stringValue"]=>
                string(18) "2/Default Category"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1423)
                ["hierarchyId"]=>
                string(1) "2"
                ["hierarchy"]=>
                array(1) {
                  [0]=>
                  string(16) "Default Category"
                }
                ["selected"]=>
                bool(false)
              }
              [1]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1747 (7) {
                ["stringValue"]=>
                string(25) "8/Default Category/Fische"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(9)
                ["hierarchyId"]=>
                string(1) "8"
                ["hierarchy"]=>
                array(2) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Fische"
                }
                ["selected"]=>
                bool(false)
              }
              [2]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1748 (7) {
                ["stringValue"]=>
                string(46) "655/Default Category/Fische/Bücher & Kataloge"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(9)
                ["hierarchyId"]=>
                string(3) "655"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Fische"
                  [2]=>
                  string(18) "Bücher & Kataloge"
                }
                ["selected"]=>
                bool(false)
              }
              [3]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1749 (7) {
                ["stringValue"]=>
                string(25) "70/Default Category/Hunde"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(120)
                ["hierarchyId"]=>
                string(2) "70"
                ["hierarchy"]=>
                array(2) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                }
                ["selected"]=>
                bool(false)
              }
              [4]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1750 (7) {
                ["stringValue"]=>
                string(44) "682/Default Category/Hunde/Bücher & Katalog"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(10)
                ["hierarchyId"]=>
                string(3) "682"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(17) "Bücher & Katalog"
                }
                ["selected"]=>
                bool(false)
              }
              [5]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1751 (7) {
                ["stringValue"]=>
                string(39) "656/Default Category/Hunde/Hundenahrung"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(14)
                ["hierarchyId"]=>
                string(3) "656"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(12) "Hundenahrung"
                }
                ["selected"]=>
                bool(false)
              }
              [6]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1752 (7) {
                ["stringValue"]=>
                string(57) "659/Default Category/Hunde/Hundenahrung/Ergänzungsfutter"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(13)
                ["hierarchyId"]=>
                string(3) "659"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(12) "Hundenahrung"
                  [3]=>
                  string(17) "Ergänzungsfutter"
                }
                ["selected"]=>
                bool(false)
              }
              [7]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1753 (7) {
                ["stringValue"]=>
                string(61) "660/Default Category/Hunde/Hundenahrung/Kauartikel & Biscuits"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "660"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(12) "Hundenahrung"
                  [3]=>
                  string(21) "Kauartikel & Biscuits"
                }
                ["selected"]=>
                bool(false)
              }
              [8]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1754 (7) {
                ["stringValue"]=>
                string(50) "658/Default Category/Hunde/Hundenahrung/Nassfutter"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "658"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(12) "Hundenahrung"
                  [3]=>
                  string(10) "Nassfutter"
                }
                ["selected"]=>
                bool(false)
              }
              [9]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1755 (7) {
                ["stringValue"]=>
                string(36) "787/Default Category/Hunde/Neuheiten"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(7)
                ["hierarchyId"]=>
                string(3) "787"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(9) "Neuheiten"
                }
                ["selected"]=>
                bool(false)
              }
              [10]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1756 (7) {
                ["stringValue"]=>
                string(43) "676/Default Category/Hunde/Pflege & Hygiene"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(43)
                ["hierarchyId"]=>
                string(3) "676"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(16) "Pflege & Hygiene"
                }
                ["selected"]=>
                bool(false)
              }
              [11]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1757 (7) {
                ["stringValue"]=>
                string(54) "678/Default Category/Hunde/Pflege & Hygiene/Fellpflege"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(14)
                ["hierarchyId"]=>
                string(3) "678"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(16) "Pflege & Hygiene"
                  [3]=>
                  string(10) "Fellpflege"
                }
                ["selected"]=>
                bool(false)
              }
              [12]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1758 (7) {
                ["stringValue"]=>
                string(59) "681/Default Category/Hunde/Pflege & Hygiene/Sonstige Pflege"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(14)
                ["hierarchyId"]=>
                string(3) "681"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(16) "Pflege & Hygiene"
                  [3]=>
                  string(15) "Sonstige Pflege"
                }
                ["selected"]=>
                bool(false)
              }
              [13]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1759 (7) {
                ["stringValue"]=>
                string(69) "677/Default Category/Hunde/Pflege & Hygiene/Ungeziefer & Zeckenschutz"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(8)
                ["hierarchyId"]=>
                string(3) "677"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(16) "Pflege & Hygiene"
                  [3]=>
                  string(25) "Ungeziefer & Zeckenschutz"
                }
                ["selected"]=>
                bool(false)
              }
              [14]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1760 (7) {
                ["stringValue"]=>
                string(54) "679/Default Category/Hunde/Pflege & Hygiene/Zahnpflege"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "679"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(16) "Pflege & Hygiene"
                  [3]=>
                  string(10) "Zahnpflege"
                }
                ["selected"]=>
                bool(false)
              }
              [15]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1761 (7) {
                ["stringValue"]=>
                string(49) "661/Default Category/Hunde/Spielzeug & Bekleidung"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(2)
                ["hierarchyId"]=>
                string(3) "661"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(22) "Spielzeug & Bekleidung"
                }
                ["selected"]=>
                bool(false)
              }
              [16]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1762 (7) {
                ["stringValue"]=>
                string(60) "662/Default Category/Hunde/Spielzeug & Bekleidung/Spielzeuge"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(2)
                ["hierarchyId"]=>
                string(3) "662"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(22) "Spielzeug & Bekleidung"
                  [3]=>
                  string(10) "Spielzeuge"
                }
                ["selected"]=>
                bool(false)
              }
              [17]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1763 (7) {
                ["stringValue"]=>
                string(36) "669/Default Category/Hunde/Unterwegs"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(15)
                ["hierarchyId"]=>
                string(3) "669"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(9) "Unterwegs"
                }
                ["selected"]=>
                bool(false)
              }
              [18]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1764 (7) {
                ["stringValue"]=>
                string(50) "675/Default Category/Hunde/Unterwegs/Absperrgitter"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "675"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(9) "Unterwegs"
                  [3]=>
                  string(13) "Absperrgitter"
                }
                ["selected"]=>
                bool(false)
              }
              [19]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1765 (7) {
                ["stringValue"]=>
                string(55) "673/Default Category/Hunde/Unterwegs/Box & Transportbox"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(12)
                ["hierarchyId"]=>
                string(3) "673"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(9) "Unterwegs"
                  [3]=>
                  string(18) "Box & Transportbox"
                }
                ["selected"]=>
                bool(false)
              }
              [20]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1766 (7) {
                ["stringValue"]=>
                string(57) "670/Default Category/Hunde/Unterwegs/Leinen & Halsbänder"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "670"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(9) "Unterwegs"
                  [3]=>
                  string(20) "Leinen & Halsbänder"
                }
                ["selected"]=>
                bool(false)
              }
              [21]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1767 (7) {
                ["stringValue"]=>
                string(49) "672/Default Category/Hunde/Unterwegs/Tragetaschen"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(8)
                ["hierarchyId"]=>
                string(3) "672"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(9) "Unterwegs"
                  [3]=>
                  string(12) "Tragetaschen"
                }
                ["selected"]=>
                bool(false)
              }
              [22]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1768 (7) {
                ["stringValue"]=>
                string(34) "665/Default Category/Hunde/Zuhause"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(41)
                ["hierarchyId"]=>
                string(3) "665"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(7) "Zuhause"
                }
                ["selected"]=>
                bool(false)
              }
              [23]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1769 (7) {
                ["stringValue"]=>
                string(50) "666/Default Category/Hunde/Zuhause/Betten & Körbe"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(15)
                ["hierarchyId"]=>
                string(3) "666"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(7) "Zuhause"
                  [3]=>
                  string(15) "Betten & Körbe"
                }
                ["selected"]=>
                bool(false)
              }
              [24]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1770 (7) {
                ["stringValue"]=>
                string(57) "668/Default Category/Hunde/Zuhause/Futter- & Wassernäpfe"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(26)
                ["hierarchyId"]=>
                string(3) "668"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Hunde"
                  [2]=>
                  string(7) "Zuhause"
                  [3]=>
                  string(22) "Futter- & Wassernäpfe"
                }
                ["selected"]=>
                bool(false)
              }
              [25]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1771 (7) {
                ["stringValue"]=>
                string(27) "300/Default Category/Katzen"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1423)
                ["hierarchyId"]=>
                string(3) "300"
                ["hierarchy"]=>
                array(2) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                }
                ["selected"]=>
                bool(false)
              }
              [26]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1772 (7) {
                ["stringValue"]=>
                string(45) "708/Default Category/Katzen/Bücher & Katalog"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(36)
                ["hierarchyId"]=>
                string(3) "708"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(17) "Bücher & Katalog"
                }
                ["selected"]=>
                bool(false)
              }
              [27]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1773 (7) {
                ["stringValue"]=>
                string(41) "683/Default Category/Katzen/Katzennahrung"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(621)
                ["hierarchyId"]=>
                string(3) "683"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(13) "Katzennahrung"
                }
                ["selected"]=>
                bool(false)
              }
              [28]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1774 (7) {
                ["stringValue"]=>
                string(59) "686/Default Category/Katzen/Katzennahrung/Ergänzungsfutter"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(30)
                ["hierarchyId"]=>
                string(3) "686"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(13) "Katzennahrung"
                  [3]=>
                  string(17) "Ergänzungsfutter"
                }
                ["selected"]=>
                bool(false)
              }
              [29]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1775 (7) {
                ["stringValue"]=>
                string(52) "685/Default Category/Katzen/Katzennahrung/Nassfutter"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(298)
                ["hierarchyId"]=>
                string(3) "685"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(13) "Katzennahrung"
                  [3]=>
                  string(10) "Nassfutter"
                }
                ["selected"]=>
                bool(false)
              }
              [30]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1776 (7) {
                ["stringValue"]=>
                string(48) "687/Default Category/Katzen/Katzennahrung/Snacks"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(85)
                ["hierarchyId"]=>
                string(3) "687"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(13) "Katzennahrung"
                  [3]=>
                  string(6) "Snacks"
                }
                ["selected"]=>
                bool(false)
              }
              [31]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1777 (7) {
                ["stringValue"]=>
                string(55) "684/Default Category/Katzen/Katzennahrung/Trockenfutter"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(220)
                ["hierarchyId"]=>
                string(3) "684"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(13) "Katzennahrung"
                  [3]=>
                  string(13) "Trockenfutter"
                }
                ["selected"]=>
                bool(false)
              }
              [32]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1778 (7) {
                ["stringValue"]=>
                string(37) "788/Default Category/Katzen/Neuheiten"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(125)
                ["hierarchyId"]=>
                string(3) "788"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(9) "Neuheiten"
                }
                ["selected"]=>
                bool(false)
              }
              [33]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1779 (7) {
                ["stringValue"]=>
                string(44) "704/Default Category/Katzen/Pflege & Hygiene"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(165)
                ["hierarchyId"]=>
                string(3) "704"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(16) "Pflege & Hygiene"
                }
                ["selected"]=>
                bool(false)
              }
              [34]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1780 (7) {
                ["stringValue"]=>
                string(55) "707/Default Category/Katzen/Pflege & Hygiene/Fellpflege"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(15)
                ["hierarchyId"]=>
                string(3) "707"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(16) "Pflege & Hygiene"
                  [3]=>
                  string(10) "Fellpflege"
                }
                ["selected"]=>
                bool(false)
              }
              [35]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1781 (7) {
                ["stringValue"]=>
                string(71) "706/Default Category/Katzen/Pflege & Hygiene/Katzentoiletten & Zubehör"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(66)
                ["hierarchyId"]=>
                string(3) "706"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(16) "Pflege & Hygiene"
                  [3]=>
                  string(26) "Katzentoiletten & Zubehör"
                }
                ["selected"]=>
                bool(false)
              }
              [36]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1782 (7) {
                ["stringValue"]=>
                string(50) "705/Default Category/Katzen/Pflege & Hygiene/Streu"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(26)
                ["hierarchyId"]=>
                string(3) "705"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(16) "Pflege & Hygiene"
                  [3]=>
                  string(5) "Streu"
                }
                ["selected"]=>
                bool(false)
              }
              [37]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1783 (7) {
                ["stringValue"]=>
                string(37) "688/Default Category/Katzen/Spielzeug"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(216)
                ["hierarchyId"]=>
                string(3) "688"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(9) "Spielzeug"
                }
                ["selected"]=>
                bool(false)
              }
              [38]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1784 (7) {
                ["stringValue"]=>
                string(44) "690/Default Category/Katzen/Spielzeug/Bälle"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(30)
                ["hierarchyId"]=>
                string(3) "690"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(9) "Spielzeug"
                  [3]=>
                  string(6) "Bälle"
                }
                ["selected"]=>
                bool(false)
              }
              [39]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1785 (7) {
                ["stringValue"]=>
                string(58) "689/Default Category/Katzen/Spielzeug/Intelligenzspielzeug"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(4)
                ["hierarchyId"]=>
                string(3) "689"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(9) "Spielzeug"
                  [3]=>
                  string(20) "Intelligenzspielzeug"
                }
                ["selected"]=>
                bool(false)
              }
              [40]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1786 (7) {
                ["stringValue"]=>
                string(52) "694/Default Category/Katzen/Spielzeug/Kratzspielzeug"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(16)
                ["hierarchyId"]=>
                string(3) "694"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(9) "Spielzeug"
                  [3]=>
                  string(14) "Kratzspielzeug"
                }
                ["selected"]=>
                bool(false)
              }
              [41]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1787 (7) {
                ["stringValue"]=>
                string(48) "691/Default Category/Katzen/Spielzeug/Spielangel"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(27)
                ["hierarchyId"]=>
                string(3) "691"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(9) "Spielzeug"
                  [3]=>
                  string(10) "Spielangel"
                }
                ["selected"]=>
                bool(false)
              }
              [42]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1788 (7) {
                ["stringValue"]=>
                string(49) "692/Default Category/Katzen/Spielzeug/Spielmäuse"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(27)
                ["hierarchyId"]=>
                string(3) "692"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(9) "Spielzeug"
                  [3]=>
                  string(11) "Spielmäuse"
                }
                ["selected"]=>
                bool(false)
              }
              [43]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1789 (7) {
                ["stringValue"]=>
                string(60) "693/Default Category/Katzen/Spielzeug/Spielzeug mit Baldrian"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(44)
                ["hierarchyId"]=>
                string(3) "693"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(9) "Spielzeug"
                  [3]=>
                  string(22) "Spielzeug mit Baldrian"
                }
                ["selected"]=>
                bool(false)
              }
              [44]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1790 (7) {
                ["stringValue"]=>
                string(37) "700/Default Category/Katzen/Unterwegs"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(43)
                ["hierarchyId"]=>
                string(3) "700"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(9) "Unterwegs"
                }
                ["selected"]=>
                bool(false)
              }
              [45]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1791 (7) {
                ["stringValue"]=>
                string(58) "702/Default Category/Katzen/Unterwegs/Leinen & Halsbänder"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(20)
                ["hierarchyId"]=>
                string(3) "702"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(9) "Unterwegs"
                  [3]=>
                  string(20) "Leinen & Halsbänder"
                }
                ["selected"]=>
                bool(false)
              }
              [46]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1792 (7) {
                ["stringValue"]=>
                string(62) "701/Default Category/Katzen/Unterwegs/Transportboxen & Taschen"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(23)
                ["hierarchyId"]=>
                string(3) "701"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(9) "Unterwegs"
                  [3]=>
                  string(24) "Transportboxen & Taschen"
                }
                ["selected"]=>
                bool(false)
              }
              [47]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1793 (7) {
                ["stringValue"]=>
                string(35) "695/Default Category/Katzen/Zuhause"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(362)
                ["hierarchyId"]=>
                string(3) "695"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(7) "Zuhause"
                }
                ["selected"]=>
                bool(false)
              }
              [48]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1794 (7) {
                ["stringValue"]=>
                string(58) "699/Default Category/Katzen/Zuhause/Futter- & Wassernäpfe"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(71)
                ["hierarchyId"]=>
                string(3) "699"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(7) "Zuhause"
                  [3]=>
                  string(22) "Futter- & Wassernäpfe"
                }
                ["selected"]=>
                bool(false)
              }
              [49]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1795 (7) {
                ["stringValue"]=>
                string(56) "698/Default Category/Katzen/Zuhause/Katzentüren & Netze"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(55)
                ["hierarchyId"]=>
                string(3) "698"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(7) "Zuhause"
                  [3]=>
                  string(20) "Katzentüren & Netze"
                }
                ["selected"]=>
                bool(false)
              }
              [50]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1796 (7) {
                ["stringValue"]=>
                string(56) "697/Default Category/Katzen/Zuhause/Kratzbäume & Möbel"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(130)
                ["hierarchyId"]=>
                string(3) "697"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(7) "Zuhause"
                  [3]=>
                  string(20) "Kratzbäume & Möbel"
                }
                ["selected"]=>
                bool(false)
              }
              [51]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1797 (7) {
                ["stringValue"]=>
                string(57) "696/Default Category/Katzen/Zuhause/Schlafen & Entspannen"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(107)
                ["hierarchyId"]=>
                string(3) "696"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Katzen"
                  [2]=>
                  string(7) "Zuhause"
                  [3]=>
                  string(21) "Schlafen & Entspannen"
                }
                ["selected"]=>
                bool(false)
              }
              [52]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1798 (7) {
                ["stringValue"]=>
                string(26) "443/Default Category/Nager"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(15)
                ["hierarchyId"]=>
                string(3) "443"
                ["hierarchy"]=>
                array(2) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Nager"
                }
                ["selected"]=>
                bool(false)
              }
              [53]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1799 (7) {
                ["stringValue"]=>
                string(45) "725/Default Category/Nager/Bücher & Kataloge"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "725"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Nager"
                  [2]=>
                  string(18) "Bücher & Kataloge"
                }
                ["selected"]=>
                bool(false)
              }
              [54]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1800 (7) {
                ["stringValue"]=>
                string(33) "709/Default Category/Nager/Futter"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(5)
                ["hierarchyId"]=>
                string(3) "709"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Nager"
                  [2]=>
                  string(6) "Futter"
                }
                ["selected"]=>
                bool(false)
              }
              [55]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1801 (7) {
                ["stringValue"]=>
                string(45) "710/Default Category/Nager/Futter/Hauptfutter"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(5)
                ["hierarchyId"]=>
                string(3) "710"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Nager"
                  [2]=>
                  string(6) "Futter"
                  [3]=>
                  string(11) "Hauptfutter"
                }
                ["selected"]=>
                bool(false)
              }
              [56]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1802 (7) {
                ["stringValue"]=>
                string(33) "724/Default Category/Nager/Pflege"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(8)
                ["hierarchyId"]=>
                string(3) "724"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Nager"
                  [2]=>
                  string(6) "Pflege"
                }
                ["selected"]=>
                bool(false)
              }
              [57]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1803 (7) {
                ["stringValue"]=>
                string(33) "715/Default Category/Nager/Wohnen"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "715"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Nager"
                  [2]=>
                  string(6) "Wohnen"
                }
                ["selected"]=>
                bool(false)
              }
              [58]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1804 (7) {
                ["stringValue"]=>
                string(53) "720/Default Category/Nager/Wohnen/Näpfe und Tränken"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "720"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(5) "Nager"
                  [2]=>
                  string(6) "Wohnen"
                  [3]=>
                  string(19) "Näpfe und Tränken"
                }
                ["selected"]=>
                bool(false)
              }
              [59]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1805 (7) {
                ["stringValue"]=>
                string(27) "475/Default Category/Pferde"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(13)
                ["hierarchyId"]=>
                string(3) "475"
                ["hierarchy"]=>
                array(2) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Pferde"
                }
                ["selected"]=>
                bool(false)
              }
              [60]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1806 (7) {
                ["stringValue"]=>
                string(45) "751/Default Category/Pferde/Bücher & Katalog"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(9)
                ["hierarchyId"]=>
                string(3) "751"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Pferde"
                  [2]=>
                  string(17) "Bücher & Katalog"
                }
                ["selected"]=>
                bool(false)
              }
              [61]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1807 (7) {
                ["stringValue"]=>
                string(41) "750/Default Category/Pferde/Geschenkideen"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "750"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Pferde"
                  [2]=>
                  string(13) "Geschenkideen"
                }
                ["selected"]=>
                bool(false)
              }
              [62]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1808 (7) {
                ["stringValue"]=>
                string(37) "790/Default Category/Pferde/Neuheiten"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "790"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Pferde"
                  [2]=>
                  string(9) "Neuheiten"
                }
                ["selected"]=>
                bool(false)
              }
              [63]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1809 (7) {
                ["stringValue"]=>
                string(34) "741/Default Category/Pferde/Pflege"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(3)
                ["hierarchyId"]=>
                string(3) "741"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Pferde"
                  [2]=>
                  string(6) "Pflege"
                }
                ["selected"]=>
                bool(false)
              }
              [64]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1810 (7) {
                ["stringValue"]=>
                string(56) "743/Default Category/Pferde/Pflege/Fell- & Mähnenpflege"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(2)
                ["hierarchyId"]=>
                string(3) "743"
                ["hierarchy"]=>
                array(4) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Pferde"
                  [2]=>
                  string(6) "Pflege"
                  [3]=>
                  string(21) "Fell- & Mähnenpflege"
                }
                ["selected"]=>
                bool(false)
              }
              [65]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1811 (7) {
                ["stringValue"]=>
                string(48) "726/Default Category/Pferde/Reit- & Freizeitmode"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "726"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Pferde"
                  [2]=>
                  string(20) "Reit- & Freizeitmode"
                }
                ["selected"]=>
                bool(false)
              }
              [66]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1812 (7) {
                ["stringValue"]=>
                string(30) "577/Default Category/Reptilien"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "577"
                ["hierarchy"]=>
                array(2) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(9) "Reptilien"
                }
                ["selected"]=>
                bool(false)
              }
              [67]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1813 (7) {
                ["stringValue"]=>
                string(48) "773/Default Category/Reptilien/Bücher & Katalog"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "773"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(9) "Reptilien"
                  [2]=>
                  string(17) "Bücher & Katalog"
                }
                ["selected"]=>
                bool(false)
              }
              [68]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1814 (7) {
                ["stringValue"]=>
                string(27) "605/Default Category/Vögel"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(10)
                ["hierarchyId"]=>
                string(3) "605"
                ["hierarchy"]=>
                array(2) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Vögel"
                }
                ["selected"]=>
                bool(false)
              }
              [69]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1815 (7) {
                ["stringValue"]=>
                string(46) "785/Default Category/Vögel/Bücher & Kataloge"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(9)
                ["hierarchyId"]=>
                string(3) "785"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Vögel"
                  [2]=>
                  string(18) "Bücher & Kataloge"
                }
                ["selected"]=>
                bool(false)
              }
              [70]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1816 (7) {
                ["stringValue"]=>
                string(36) "784/Default Category/Vögel/Zubehör"
                ["rangeFromInclusive"]=>
                NULL
                ["rangeToExclusive"]=>
                NULL
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                string(3) "784"
                ["hierarchy"]=>
                array(3) {
                  [0]=>
                  string(16) "Default Category"
                  [1]=>
                  string(6) "Vögel"
                  [2]=>
                  string(8) "Zubehör"
                }
                ["selected"]=>
                bool(false)
              }
            }
          }
          [2]=>
          object(com\boxalino\p13n\api\thrift\FacetResponse)#1817 (2) {
            ["fieldName"]=>
            string(15) "discountedPrice"
            ["values"]=>
            array(4) {
              [0]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1818 (7) {
                ["stringValue"]=>
                NULL
                ["rangeFromInclusive"]=>
                string(3) "0.0"
                ["rangeToExclusive"]=>
                string(5) "422.5"
                ["hitCount"]=>
                int(761)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [1]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1819 (7) {
                ["stringValue"]=>
                NULL
                ["rangeFromInclusive"]=>
                string(5) "422.5"
                ["rangeToExclusive"]=>
                string(5) "845.0"
                ["hitCount"]=>
                int(1)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [2]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1820 (7) {
                ["stringValue"]=>
                NULL
                ["rangeFromInclusive"]=>
                string(5) "845.0"
                ["rangeToExclusive"]=>
                string(6) "1267.5"
                ["hitCount"]=>
                int(2)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
              [3]=>
              object(com\boxalino\p13n\api\thrift\FacetValue)#1821 (7) {
                ["stringValue"]=>
                NULL
                ["rangeFromInclusive"]=>
                string(6) "1267.5"
                ["rangeToExclusive"]=>
                string(6) "1690.0"
                ["hitCount"]=>
                int(2)
                ["hierarchyId"]=>
                NULL
                ["hierarchy"]=>
                NULL
                ["selected"]=>
                bool(false)
              }
            }
          }
        }
        ["totalHitCount"]=>
        int(1423)
        ["queryText"]=>
        string(0) ""
        ["hitsGroups"]=>
        NULL
      }
      ["searchResultTitle"]=>
      string(0) ""
      ["searchRelaxation"]=>
      NULL
      ["semanticFilteringResults"]=>
      NULL
    }
  }
}
heldchen commented 8 years ago

the extension seems to trip over the following observer on layout_load_before:

namespace XXX\Frontend\Observer;

class LayoutLoadBefore implements \Magento\Framework\Event\ObserverInterface
{
    /**
     * @var \Magento\Framework\Registry
     */
    protected $_registry;

    public function __construct(
        \Magento\Framework\Registry $registry
    )
    {
        $this->_registry = $registry;
    }

    /**
     * add custom layout updates
     *
     * @param \Magento\Framework\Event\Observer $observer
     * @return $this
     */
    public function execute(\Magento\Framework\Event\Observer $observer)
    {
        $action = $observer->getData('full_action_name');
        if ($action != 'catalog_category_view')
            return $this;

        /** @var \Magento\Catalog\Model\Category $category */
        $category = $this->_registry->registry('current_category');
        if (!$category)
            return $this;

        // check if category cms "page"
        if ($category->getDisplayMode() == $category::DM_PAGE)
            $observer->getData('layout')->getUpdate()->addHandle('catalog_category_view_cms');

        return $this;
    }
}

the handle catalog_category_view_cms has the following layoutupdate:

<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <attribute name="class" value="catalog-category-view-cms"/>

        <referenceContainer name="sidebar.main">
            <!-- replace layered navigation with a simple subnavigation implementation -->
            <referenceBlock name="catalog.leftnav" remove="true" />
            <referenceBlock name="catalog.qp_leftnav" remove="true" />
            <block class="Magento\Catalog\Block\Navigation" name="catalog.cms_leftnav" before="-" template="XYZ_Frontend::navigation/left.phtml"/>
        </referenceContainer>
    </body>
</page>

emptying the layoutupdate still fails who. my suspicion is the layout handle's name messes with the internal recommendation block logic.

heldchen commented 8 years ago

so with the latest code and the off-site mentioned fix to top_filters.phtml the exceptions are gone. unfortunately, the block still fails due to Fehler beim Filtern der Vorlage: Notice: Trying to get property of non-object in /var/www/users/xyz/src/www/app/code/Boxalino/Intelligence/Lib/BxChooseResponse.php on line 54

using your debug parameter it seems the query to the bx server is not returning data:

Choice Request

object(com\boxalino\p13n\api\thrift\ChoiceRequest)#1463 (4) {
  ["userRecord"]=>
  object(com\boxalino\p13n\api\thrift\UserRecord)#1464 (3) {
    ["username"]=>
    string(26) "stage_xyz_magento_dev"
    ["apiKey"]=>
    NULL
    ["apiSecret"]=>
    NULL
  }
  ["profileId"]=>
  string(33) "68a63a6b.596ddabe.1f8.15559c8cc99"
  ["inquiries"]=>
  array(0) {
  }
  ["requestContext"]=>
  object(com\boxalino\p13n\api\thrift\RequestContext)#1453 (1) {
    ["parameters"]=>
    array(5) {
      ["User-Agent"]=>
      array(1) {
        [0]=>
        string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.34 Safari/537.36"
      }
      ["User-Host"]=>
      array(1) {
        [0]=>
        string(14) "212.51.146.234"
      }
      ["User-SessionId"]=>
      array(1) {
        [0]=>
        string(26) "4qjpubu4h6i2959on6ensfefv1"
      }
      ["User-Referer"]=>
      array(1) {
        [0]=>
        NULL
      }
      ["User-URL"]=>
      array(1) {
        [0]=>
        string(50) "http://test.xyz.ch/c-katzen/?dev_bx_disp=true"
      }
    }
  }
}

Choice Response

object(com\boxalino\p13n\api\thrift\ChoiceResponse)#1458 (1) {
  ["variants"]=>
  array(0) {
  }
}
tatsuya1 commented 8 years ago

Oh okay found the error. There were no recommendations defined in the backend for our plugin configuration. Have to add the widgets to your staging account, will take about an hour.

heldchen commented 8 years ago

confirmed as fixed with latest commits, thanks!