Well, an RDBMS can be very fast but Solr using fq can be very fast as well.
Just try fq=group:sports&fq=createdtime:
> Dear all,
>
> I have started to learn Solr for two months. At least right now, my system
> runs good in a Solr cluster.
>
> I have a question when implementing one feature in m
Dear all,
I have started to learn Solr for two months. At least right now, my system
runs good in a Solr cluster.
I have a question when implementing one feature in my system. When
retrieving documents by keyword, I believe Solr is faster than relational
database. However, if doing the following