-
hi, I love the pkg ,but encounter a problem:
env:
Django (1.11.1)
django-elasticsearch-dsl (0.4.4)
elasticsearch (6.1.1)
elasticsearch-dsl (6.1.0)
in django settings.py :
ELASTICSEARCH_DS…
-
### Description
Currently, selecting a nested or an object field using es sql will return a result that looks a little strange:
1.if an obejct field with enable=false,it will not be retrieved
2.if…
-
Traversing a tree is a bit more complicated than just Array.forEach.
In some cases, you may want to traverse links that point in either direction,
"documents links that link to X". In that case, you a…
-
Me @alanshaw, @vasco-santos and @travis had been talking about revisiting API for the client at the labweek and have got some feedback from the workshop which was validating of the one we were enterta…
-
I'd suggest to have some public API that allows to obtain model information from the search hit document. While it's totally possible to have all necessary data in ElasticSearch alone, sometimes it's …
-
## SQL
```
SELECT e.name AS employeeName,
COUNT(p.name) AS queryProjectsNum
FROM hr.employeesNest e LEFT JOIN e.projects AS p ON p.name LIKE '%querying%'
WHERE p.name LIKE '%querying%'
G…
-
Hi, I've some questions about the compiler. Since I'm considering implementing an existing Domain Specific Language (DSL) in PHP. So I would need a compiler for this. But then I noticed that most alre…
-
..which makes the latter inconvenient for further parsing with `QueryParam*Matcher`-s.
Currently `UrlForm` uses `values: Map[String, Chain[String]]` internally wheres query param matchers expect `M…
-
We are porting from ES 6.X to OS 2.X. In the old org.elasticsearch.index.query.MultiMatchQueryBuilder there is a field method which accepts field name and the boost value. So each field can be boosted…
-
Is my understanding correct that if i want to do
```
{
"query": {
"bool": {
"must": [
{
"term": {"shape": "round"}
…