Re: Wildcard query is not working.

2014-04-18 Thread Dan Tuffery
You're setting the size parameter to 0 in your queries so it won't return anything. Also, you need to have an copy of the URL value in your index that is not analyzed which you can use for your wildcard query. In your mapping you need to specify that you want to index the URL value verbatim:

Wildcard query is not working.

2014-04-17 Thread Mohit Kumar Yadav
hi folks, In my document there is a field which contians only URL as it value. forexample {URL : http://www.mohit-kumar-yadav.com\123124343\login_user.html; } {URL : http://www.mohit-kumar-yadav.com\home_user.html} how can i search these documents. I am using following query :- 1. Curl -XGET '