Re: Field Definitions Ignored

2016-06-07 Thread Shawn Heisey
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

2016-06-07 Thread Susmit Shukla
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

Field Definitions Ignored

2016-06-07 Thread Alan G Quan
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