You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: _includes/documentation.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ <h2>About</h2>
39
39
application. It stores the time series using <ahref="https://lucene.apache.org/core/">Apache Lucene</a>.
40
40
</li>
41
41
<li><b>Chronix Server:</b> Combine Chronix with <ahref="https://lucene.apache.org/solr/">Apache Solr</a> for a typical client-server scenario.
42
-
Apache Solr sports several useful features like scalability, fault tolerance, distributed indexing, or replication.
42
+
Apache Solr offers several useful features like scalability, fault tolerance, distributed indexing, or replication.
43
43
</li>
44
44
<li><b>Chronix Cluster:</b> Whenever you need a parallel and distributed time series processing,
45
45
integrate Chronix with <ahref="http://spark.apache.org/">Apache Spark</a>. Store the time series in a Chronix Storage and HDFS or in a Chronix Server cluster.
46
-
Leverage Apache Spark to process the time series in parallel.
46
+
Leverage Apache Spark to process a time series in parallel.
0 commit comments