Re: CachedSqlEntityProcessor not adding fields

2013-07-30 Thread Luis Lebolo
I'm noticing some very odd behavior using dataimport from the Admin UI. Whenever I limit the number of rows to 75 or below, the aliases field never gets populated. As soon as I increase the limit to 76 or more, the aliases field gets populated! What am I not understanding here? On Tue, Jul 30,

CachedSqlEntityProcessor not adding fields

2013-07-30 Thread Luis Lebolo
Hi All, I'm trying to use CachedSqlEntityProcessor in one of my sub-entities, but the field never gets populated. I'm using Solr 4.4. The field is a multi-valued field: The relevant part of my data-config.xml looks like: ... Let me know if you