Solr date field tdate vs date?

后端 未结 3 428
闹比i
闹比i 2021-02-01 15:09

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 .xm

3条回答
  •  感情败类
    2021-02-01 16:07

    Basically trie ranges are faster. Here is one explanation. With precisionStep you configure how much your index can grow to get the performance benefits. To quote from the link you are referring:

    More importantly, it is not dependent on the index size, but instead the precision chosen.

    and

    the only drawbacks of TrieRange are a little bit larger index sizes, because of the additional terms indexed

提交回复
热议问题