Re: Nested objects and map in Solr

2015-06-23 Thread Amadeo Asco
the valid formats is -MM-ddTHH:mm:ssZ, e.g. 2015-06-23T13:30:20Z Hope this help someone else > On 22 Jun 2015, at 18:45, Amadeo Asco wrote: > > Thank you for your reply. > > Some of my objects are not fully indexed. I have 121 objects with sub-objects > and when querying with

Re: Nested objects and map in Solr

2015-06-22 Thread Amadeo Asco
2015-06-22 11:28 GMT+01:00 Amadeo Asco mailto:a...@trifork.com>>: I have looked at the join but the problem isn’t with the query but on indexing sub-objects (in some places called also nested objects). The best documentation I have seen is http://yonik.com/solr-4-8-features/ but I am still gett

Re: Nested objects and map in Solr

2015-06-22 Thread Amadeo Asco
ugh to address people to Nested Objects problems. Maybe this should highlight the need of improving that part of the documentation. Cheers 2015-06-22 9:57 GMT+01:00 Amadeo Asco mailto:a...@trifork.com>>: Dear all, I am starting with Solr and I cannot index map(key,values) or nested object

Nested objects and map in Solr

2015-06-22 Thread Amadeo Asco
Dear all, I am starting with Solr and I cannot index map(key,values) or nested objects in Solr. I have not been able to find a satisfactory answer online. Please could anyone let me know where to find the full documentation of how to index nested objects in Solr? Also how to index and reference

Nested objects in Solr

2015-06-22 Thread Amadeo Asco
Dear Sir/Madam, I am starting with Solr and I cannot index nested objects in Solr. I have not been able to find a satisfactory answer online. Please could you let me know where a full documentation of how to index nested objects in Solr can be found? Do I need to change the schema? How? I look