Re: Query not working with DatePointField

2017-06-15 Thread Tomas Fernandez Lobbe
The query field:* doesn't work with point fields (numerics or dates), only exact or range queries are supported, so an equivalent query would be field:[* TO *] Sent from my iPhone > On Jun 15, 2017, at 5:24 PM, Saurabh Sethi wrote: > > Hi, > > We have a

Query not working with DatePointField

2017-06-15 Thread Saurabh Sethi
Hi, We have a fieldType specified for date. Earlier it was using TrieDateField and we changed it to DatePointField. Here are the fields used in the query and one of them uses the dateType: The following query was returning correct results when the field type was Trie but not with Point: