Solr date field tdate vs date?

Posted by user550178 on Stack Overflow See other posts from Stack Overflow or by user550178
Published on 2011-01-07T17:48:37Z Indexed on 2011/01/07 22:53 UTC
Read the original article Hit count: 259

Filed under:
|

So I have a question about Solr's field date types which is pretty straight forward: what's the difference between a 'date' field and a 'tdate' one?

The schema .xml claims that 'For faster range queries, consider the tdate type' and 'A Trie based date field for faster date range queries and date faceting. ' Fair enough... but what's the precisionStep="6" all about? should i change this? does it change the way i would create the query in case I use the tdate? What's the real advantage or what does Solr do that makes it better?

P.S went through google, Solr manual, solr wiki and the java docs without any luck so I'd appreciate a kind and explanatory answer :)... Also checked: http://www.lucidimagination.com/blog/2009/05/13/exploring-lucene-and-solrs-trierange-capabilities/ http://web.archiveorange.com/archive/v/AAfXfqRYyLnDFtskmLRi

© Stack Overflow or respective owner

Related posts about date

Related posts about solr