Hi.
I know the term search faster than full text search.
So i can create a full text search query like this :
http://myserver:9200/myindex/_doc/_search/?_source=false&request_cache=true&q=kategori_Id=12
But kategori_Id field is just an Id and it can be faster with exact match term search, is that correct ?
If it is how to create term search from URI ?
Thanks.