Re: Boolean Field

2017-07-06 Thread Erick Erickson
Stored should not matter. What do you see when you add &debug=query? My bet is one of two things: 1> you're not searching against the field you think 2> you didn't commit when you ran your first test... Best, Erick On Thu, Jul 6, 2017 at 12:38 PM, Saurabh Sethi wrote: > Typo in previous response

Re: Boolean Field

2017-07-06 Thread Saurabh Sethi
Typo in previous response. Following is correct: On Thu, Jul 6, 2017 at 12:37 PM, Saurabh Sethi wrote: > > > > On Thu, Jul 6, 2017 at 12:16 PM, Susheel Kumar > wrote: > >> and how do you create the field? Share the the line where you are >> creating >> the above field1 >> >> > >> On Thu, J

Re: Boolean Field

2017-07-06 Thread Saurabh Sethi
On Thu, Jul 6, 2017 at 12:16 PM, Susheel Kumar wrote: > and how do you create the field? Share the the line where you are creating > the above field1 > > > On Thu, Jul 6, 2017 at 2:42 PM, Saurabh Sethi > wrote: > > > Do we need to store boolean field in order to query it? > > > > The query

Re: Boolean Field

2017-07-06 Thread Susheel Kumar
and how do you create the field? Share the the line where you are creating the above field1 wrote: > Do we need to store boolean field in order to query it? > > The query I am running is "field1:true" > > With the following field type, where "stored=false", query returns 0 > result. > > stored