foselasticabundle Questions
3
I've installed FOSElasticaBundle and have it working with a cross section of my data.
My problem arises in that I have about 14m rows that I need to use to build an index. I ran the populate comma...
Nitrous asked 27/6, 2014 at 12:34
2
I need to build a multiple-entity search.
I don't want every T1, then every T2.
When I use fos:lastica:populate, I get an error:
Rejecting mapping update to [search_dev] as the final mapping w...
Diann asked 19/11, 2017 at 16:31
0
I'm building a multi-tenant application with multiple indexes, one index per tenant.
Just wondering if there has been any work on allowing the index names to be changed dynamically?
Ballast asked 13/9, 2016 at 16:28
7
Solved
I'm using FOSElasticaBundle and Doctrine in my project, and my code works for the selective index update using the Doctrine lifecycle events. The issue I come up against is if I an update a related...
Firedamp asked 20/2, 2014 at 13:48
1
Solved
I need to add a functionScore to my query to define a specific relevance for my results.
Here is my working code :
$query = new BoolQuery();
$filters = new BoolFilter();
$query = new Query\Term...
Derrickderriey asked 24/6, 2016 at 14:55
1
Solved
I'm looking to integrate the FOSElasticaBundle into my symfony 3 project. Currently this bundle doesn't support symfony 3. I was ondering what I could do to still implement it?
Ddt asked 5/4, 2016 at 10:14
2
Solved
I am unit-testing a repository that uses FOS Elastica and I was wondering if anyone knows how to get the string version of a query, rather than in array form. Here is my repository method:
/**
*...
Huonghupeh asked 24/2, 2014 at 21:29
2
Solved
I am trying to get FOSElasticaBundle to work.
ElasticSearch Instance is running on localhost:9200 and responding.
I followed each step in the docs https://github.com/FriendsOfSymfony/FOSElasticaBu...
Freemon asked 20/10, 2015 at 6:24
1
Solved
I have 2 fields in an elastic type, namely timeCreated and timeUpdated. Now my business case is that we should always order by timeUpdated, unless it's null (or non-existent), which then obviously ...
Norven asked 10/7, 2015 at 11:47
2
Solved
I'm trying to populate objects having parent-child relation, but get an error:
[Elastica\Exception\ResponseException]
RoutingMissingException[routing is required for [myindex]/[comment]/[12345]]
...
Hardtop asked 21/7, 2014 at 9:49
1
I'm busy checking out elasticsearch for a new project that I'm starting on. I'm currently running Symfony2.5, with the latest FOSElasticaBundle and all that. I'm doing some benchmarks into performa...
Impending asked 5/6, 2014 at 20:58
3
I want to execute the command fos:elastica:populate from my controller.
I tried that code but it doesn't work, i get error = 1 the var_dump show ""
$command = 'fos:elastica:populate';
$app = new ...
Fountainhead asked 20/3, 2014 at 13:55
1
© 2022 - 2024 — McMap. All rights reserved.