Re: Search not working unless type specified

2015-01-12 Thread David Pilato
No I don’t and I can’t really help until I know exactly what you are doing. But may be others have ideas? -- David Pilato | Technical Advocate | Elasticsearch.com @dadoonet https://twitter.com/dadoonet | @elasticsearchfr https://twitter.com/elasticsearchfr | @scrutmydocs

Re: Search not working unless type specified

2015-01-12 Thread christian . dahlqvist
What does your mapping for the index look like? Is there any possibility there could be a mapping conflict? Christian On Friday, January 9, 2015 at 10:48:52 PM UTC, Stefanie wrote: I am having an issue with searching results if the type is not specified. The following search request works

Search not working unless type specified

2015-01-09 Thread Stefanie
I am having an issue with searching results if the type is not specified. The following search request works correctly: curl -XGET 'http://localhost:9200/twitter/tweet/_search' -d '{ query : {match_all: {}}, filter: { terms: { tweet_id:[ 128 ] } }, sort :