Hi nuno,

debugging this method show me that "obj" is a SimpleFeatureImpl, that have
userData empty, properties empty, propertyMap empty.

Maybe interesting thing : 
In SolrFeatureReader, line 172, 

   final int attributeCount = featureType.getAttributeCount();
            for (int i = 0; i < attributeCount; i++) {
                AttributeDescriptor type = featureType.getDescriptor(i);
                Object value = doc.getFieldValue(type.getLocalName());

attributeCount is 0, so the next for loop is never used.

 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Application-schema-plugin-and-filter-encoding-performance-concern-tp5325806p5327614.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to