Re: ElasticSearch Mapping

2015-03-23 Thread Bipul Dutta
Will this be helpful? http://stackoverflow.com/questions/23366602/default-index-analyzer-in-elasticsearch On Mon, Mar 23, 2015 at 9:16 AM, Shai Amar wrote: > I want to store data in an ElasticSearch index as not_analyzed. > > Meaning, that I do not need any analyzer to analyze the data. > > e.

Re: Elasticsearch Sorting before applying filters?

2015-02-17 Thread Bipul Dutta
Wondering if adding search_type=dfs_query_then_fetch will change anything. On Tue, Feb 17, 2015 at 9:59 AM, Jay wrote: > We are working in PyES, our queries currently look like this, but we have > tried putting the sort directly into the body too. It made no difference > > def termQuery(org, fie