Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Paris Holley

    (@parisholley)

    think your approach is the right way to do it, i don’t think there is an intuitive way to allow people to select meta from admin given how random it can be.

    In addition to what you have, you may also have to filter “elasticsearch_config_ranges”, as well as “elasticsearch_config_option” for “numeric”.

    Thread Starter Marko Heijnen

    (@markoheijnen)

    I agree on the first. I think the two last filters are not really needed since filtering fields does allow it. But will just do it any way to be sure and see if it then stop breaking

    Thread Starter Marko Heijnen

    (@markoheijnen)

    Currently having this when saving Field Mapping option page. Will look into it why I get this. I did wipe all data first.

    [01-Aug-2013 20:05:06 UTC] exception ‘Elastica\Exception\ResponseException’ with message ‘MergeMappingException[Merge failed with failures {[mapper [meta_price] has different store values]}]’ in /public_html/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php:137
    Stack trace:
    #0 /public_html/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Request.php(166): Elastica\Transport\Http->exec(Object(Elastica\Request), Array)
    #1 /public_html/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Client.php(536): Elastica\Request->send()
    #2 /public_html/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Index.php(405): Elastica\Client->request(‘aweb/post/_mapp…’, ‘PUT’, Array, Array)
    #3 /public_html/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Type.php(453): Elastica\Index->request(‘post/_mapping’, ‘PUT’, Array, Array)
    #4 /public_html/wp-content/plugins/fantastic-elasticsearch/vendor/ruflin/elastica/lib/Elastica/Type/Mapping.php(233): Elastica\Type->request(‘_mapping’, ‘PUT’, Array)
    #5 /public_html/wp-content/plugins/fantastic-elasticsearch/wp/admin/sections/field-mapping.php(65): Elastica\Type\Mapping->send()
    #6 [internal function]: elasticsearch\{closure}(Array)
    #7 /public_html/wp-includes/plugin.php(406): call_user_func_array(Object(Closure), Array)
    #8 /public_html/wp-content/plugins/fantastic-elasticsearch/wp/lib/nhp/options/options.php(531): do_action(‘nhp-opts-option…’, Array, Array)
    #9 [internal function]: NHP_Options->_validate_options(Array)
    #10 /public_html/wp-includes/plugin.php(173): call_user_func_array(Array, Array)
    #11 /public_html/wp-includes/formatting.php(2914): apply_filters(‘sanitize_option…’, Array, ‘elasticsearch’)
    #12 /public_html/wp-includes/option.php(227): sanitize_option(‘elasticsearch’, Array)
    #13 /public_html/wp-admin/options.php(155): update_option(‘elasticsearch’, Array)
    #14 {main}
    [01-Aug-2013 20:05:07 UTC] PHP Notice: Undefined index: section_id in /public_html/wp-content/plugins/fantastic-elasticsearch/wp/lib/nhp/options/options.php on line 837
    [01-Aug-2013 20:05:07 UTC] PHP Notice: Undefined index: section_id in /public_html/wp-content/plugins/fantastic-elasticsearch/wp/lib/nhp/options/options.php on line 837
    [01-Aug-2013 20:05:07 UTC] PHP Notice: Undefined index: section_id in /public_html/wp-content/plugins/fantastic-elasticsearch/wp/lib/nhp/options/options.php on line 838

    Plugin Author Paris Holley

    (@parisholley)

    I think that bit of code in the field mapping is old and probably shouldn’t be there. I’ve created a issue here to look into it further

    https://github.com/parisholley/wordpress-fantastic-elasticsearch/issues/35

    Plugin Author Paris Holley

    (@parisholley)

    mapping code was removed from admin, open a github issue if you have problems

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to do a meta float facet?’ is closed to new replies.