.com search queries

I have a query where I am searching for a domain name but when I put
the domain name it basically does not resturn the right number of
results. I am using the rest API.

http://192.168.8.230:9200/documents/_search?q=techcrunch.com%20platform:Twitter&size=50&default_operator=AND

Any help?

did you use the keyword analyzer for the domain?
also try using a termquery or yourfield:techcrunch.com instead your
query.

Peter.

On 13 Jan., 22:29, electic elec...@gmail.com wrote:

I have a query where I am searching for a domain name but when I put
the domain name it basically does not resturn the right number of
results. I am using the rest API.

http://192.168.8.230:9200/documents/_search?q=techcrunch.com%20platfo...

Any help?