Luke's analysis of Trie Dates

2013-07-18 Thread JohnRodey
I have a TrieDateField dynamic field setup in my schema, pretty standard... dynamicField name=*_tdt type=tdate indexed=true stored=false/ fieldType name=tdate class=solr.TrieDateField omitNorms=true precisionStep=6 positionIncrementGap=0/ In my code I only set one field, creation_tdt and

Re: Luke's analysis of Trie Dates

2013-07-18 Thread Yonik Seeley
On Thu, Jul 18, 2013 at 12:53 PM, JohnRodey timothydd...@yahoo.com wrote: I have a TrieDateField dynamic field setup in my schema, pretty standard... dynamicField name=*_tdt type=tdate indexed=true stored=false/ fieldType name=tdate class=solr.TrieDateField omitNorms=true