Josef Adersberger
Josef Adersberger
Introduce a new POJO TimeSeries beside MetricTimeSeries with: - "metric" as a normal dimension - the ability to transform itself into a statically typed data type with all dimensions as...
Use http://objenesis.org for flexible instantiation
package de.qaware.jax; import java.io.IOException; import java.util.HashMap; import java.util.Map; import org.apache.solr.client.solrj.SolrServerException; import org.apache.solr.client.solrj.impl.CloudSolrClient; import org.apache.solr.client.solrj.io.Tuple; import org.apache.solr.client.solrj.io.stream.CloudSolrStream; public class SolrStreaming { ``` /** * @param args the command line arguments *...
Check to use Zebras custom export handler
Using DocValues feature of Solr
Manual reproducer: http://localhost:8983/solr/chronix_shard1_replica1/export?q=_:_&fl=metric&sort=id+asc
Align SolrTupleStreamingService with SolrStreamingService (async reads)
We can't use the Solr export handler as sketched in class ChronixSolrCloudStorage. This requires each and every exported field being indexed as DocValues. This is not the case for the...
See Johannes Weigend's solution (will be presented at Lucene/Solr Revolution)