Re: Field Definitions Ignored
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
Re: Field Definitions Ignored
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