elastica Questions
6
Is there a way in elasticsearch to boost the importance of the exact phrase appearing in the the document?
For example if I was searching for the phrase "web developer" and if the words "web devel...
Adhere asked 28/8, 2013 at 7:19
9
Solved
I installed elastic search in my local machine, I want to configure it as the only one single node in the cluster(Standalone Server). it means whenever I create a new index, it will only available ...
Babylonian asked 8/5, 2013 at 3:46
2
Solved
I'm trying to add to my elasticsearch.yml
index.max_result_window: 10000
But the problem is it doesn't like me adding index. in the configuration (it results in an error), this was working in el...
Hanson asked 9/4, 2019 at 13:45
2
Solved
I'm having trouble with the FOSElastica bundle config. I use the JMS Serializer, and I try to add objects which have fields which contains literally a json array. But, when I try to populate some o...
Indifferentism asked 10/5, 2019 at 8:15
1
Solved
I'm downloaded the elasticsearch-5.1.1.zip from the https://www.elastic.co/downloads/elasticsearch
Then download the Elastica A PHP client for elasticsearch via composer with this command
comp...
Sheppard asked 26/12, 2016 at 15:38
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
2
Below given is my code to generate index using elasticsearch.Index is getting generated successfully.Basically I am using it to generate autosuggest depending upon movie name,actor name and gener.
...
Abutting asked 5/2, 2016 at 6:43
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
1
I am trying to write a query which will return me articles about certain keywords but I want the articles to only show if the the given keyword is mentions 5 times in the articles I am using follow...
Vegetal asked 3/2, 2015 at 10:13
3
Solved
I'm currently busy working on a project in which we chose to use Elasticsearch as the search engine for a classifieds website.
Currently, I have the following business rule:
List 25 adverts pe...
Cusack asked 25/6, 2014 at 12:42
1
Solved
I have a product catalog which I am indexing in ElasticSearch using the Elastica client. I am very new to ElasticSearch BTW.
There are products in my catalog which have 't-shirt' in their names. B...
Questor asked 13/5, 2014 at 17:4
1
Solved
In my elastic search server I have one index http://localhost:9200/blog.
The (blog) index contains multiple types.
e.g.: http://localhost:9200/blog/posts, http://localhost:9200/blog/tags.
In the ...
Unlade asked 1/5, 2014 at 6:31
1
Solved
We're storing a title field in our index and want to use the field for two purposes:
We're analyzing with an ngram filter so we can provide autocomplete and instant results
We want to be able to ...
Shauna asked 24/4, 2014 at 15:29
1
© 2022 - 2024 — McMap. All rights reserved.