On 16 January 2017 at 00:54, map reduced <k3t.gi...@gmail.com> wrote: > some way to squeeze timestamps in single > document so that it doesn't increase the number of document by a lot and I > am still able to range query on 'ts'.
Would DateRangeField be useful here? https://cwiki.apache.org/confluence/display/solr/Working+with+Dates Also, if the fields are indexed and not stored, more records with the same values is not such a big deal because they effectively just add more indexes from the token tables. Of course, I am not sure whether this advice scales as much as your specific use case requires, but it is just something to keep in mind. Regards, Alex. ---- http://www.solr-start.com/ - Resources for Solr users, new and experienced