Top "Term" questions

May refer to: 1) Term (language) or Terminology, 2) Term (time), 3) Technical term, 4) Scientific terminology or 5) Telecom Enforcement Resource and Monitoring.

ElasticSearch Join Filter: Using subquery results as filter input possible?

I have a Use Case where I want to use ElasticSearch for realtime analytics. Within that, I want to be …

join filter elasticsearch subquery term
Wordpress: hierarchical list of taxonomy terms

I am hitting a wall here, although it sounds pretty simple: I want to return a hierarchical list of custom …

wordpress list taxonomy term
elasticsearch term query doesn't work

I have problem with the term query in elasticsearch. I send the following query: { "query": { "term": { "title":"Test1" } } } I have …

elasticsearch search term
bash trap of TERM - what am I doing wrong?

Given this hack.c program: #include <stdio.h> main() { int i=0; for(i=0; i<100; i++) { printf("%d\…

bash signals term bash-trap
how to Sort post by custom taxonomy in wordpress?

I have created custom post in WordPress named "job_listing". All posts are stored under "job_listing" and for the …

wordpress term
TERM environment variable not set on Python code

I use Pycharm and write in Python code with os.system("clear") an when I execute I have this line …

python-3.x ubuntu-14.04 pycharm term
Does ElasticSearch support Unicode / Chinese?

I am doing text searching via ElasticSearch, and There is a problem on querying with term type. What I am …

unicode elasticsearch term
Lucene Index - single term and phrase querying

I've read some documents and build a lucene index which looks like Documents: id 1 keyword foo bar keyword john id 2 …

java lucene term phrase