Did you look at: http://chronix.io/
Regards,
Alex.
http://www.solr-start.com/ - Resources for Solr users, new and experienced
On 28 March 2017 at 12:33, serwah sabetghadam
wrote:
> Dear all,
>
> Do you know any good reference/best practice for Solr to work with
> Time-series data, time
Dear all,
Do you know any good reference/best practice for Solr to work with
Time-series data, time-based indexes or retiring data.
As I searched it seems to me that we should simulate the configuration
ourselves through distributed search.
Any help is highly appreciated,
Best,
Serwah
On Fri, M
On 3/15/2017 7:55 AM, serwah sabetghadam wrote:
> Thanks Erick for the fast answer:)
>
> I knew about sharding, just as far as I know it will work on different
> servers.
> I wonder if it is possible to do sth like sharding as you mentioned but on
> a single standalone Solr?
> Can I use the implici
Thanks Erick for the fast answer:)
I knew about sharding, just as far as I know it will work on different
servers.
I wonder if it is possible to do sth like sharding as you mentioned but on
a single standalone Solr?
Can I use the implicit routing on standalone then?
and I would appreciate if some
I don't know much about HAYSTACK, but for the Solr URL you probably
want the "shards" parameter for searching, see:
https://cwiki.apache.org/confluence/display/solr/Distributed+Search+with+Index+Sharding
And just use the specific core you care about for update requests.
But I would suggest that y
Hi all,
I am totally new to this group and of course so happy to join:)
So my question may be repetitive but I did not find how to search all
previous questions.
problem in one sentence:
to read from multiple cores (archive and active ones), write only to the
latest active core
using Solr and Ha