On 6/7/2016 12:37 PM, Alan G Quan wrote:
> Solr seems to ignore my field definitions in schema.xml. I have
> defined many fields, each using the standard syntax, e.g.,: name="product_id" type="int" indexed="true" stored="true"/> These
> fields are defined but not yet populated with data. Solr read
Does solr streaming aggregation support pagination?
Some documents seem to be skipped if I set "start" parameter for
CloudSolrStream for a sharded collection.
Thanks,
Susmit
Solr seems to ignore my field definitions in schema.xml. I have defined many
fields, each using the standard syntax, e.g.,:
These fields are defined but not yet populated with data. Solr reads the
schema.xml with no problem on startup, and the core using that schema is
created successfully, b