RE: DIH - cacheImpl=SortedMapBackedCache - empty rows from sub entity

2014-10-06 Thread stockii
thx. this is a little bit better, but now i got only one row from entity en2 in my index. it seems, that the lookup dont work for me =(( -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-cacheImpl-SortedMapBackedCache-empty-rows-from-sub-entity-tp4162316p4162879.html

RE: DIH - cacheImpl=SortedMapBackedCache - empty rows from sub entity

2014-10-06 Thread stockii
-cacheImpl-SortedMapBackedCache-empty-rows-from-sub-entity-tp4162316p4162882.html Sent from the Solr - User mailing list archive at Nabble.com.

DIH - cacheImpl=SortedMapBackedCache - empty rows from sub entity

2014-10-02 Thread stockii
in a single entity!? -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-cacheImpl-SortedMapBackedCache-empty-rows-from-sub-entity-tp4162316.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: DIH - cacheImpl=SortedMapBackedCache - empty rows from sub entity

2014-10-02 Thread Dyer, James
Subject: DIH - cacheImpl=SortedMapBackedCache - empty rows from sub entity Hello i am fighting with cacheImpl=SortedMapBackedCache. I want to refactor my ugly entities and so i try out sub-entities with caching. My Problem is that my cached subquery do not return any values from the select. but why