Hi,

Thank you for your reply.

Testing it today, and facing a problem configuring the data store in app
schema.

SOLR datastore is typed as is in datastore .xml when setup using
webInterface :  *<type>SOLR</type>*
so i reuse it in app-schema like this  but not sure it's correct: 
<DataStore>
                        <id>datastore</id>
                        <parameters>
                                <Parameter>
                                        <name>dbtype</name>
                                        *<value>SOLR</value>*
                                </Parameter>

And in typemappings element, use the datastore as is : 

<FeatureTypeMapping>
                        <isDenormalised>false</isDenormalised>
                        <sourceDataStore>datastore</sourceDataStore>
                        <sourceType>data</sourceType>

But the plugin raised an error looking for a schema "data". What to put in
sourceType ?
as in solar collection, there is no really "type",no table, just JSON
structures returned.

look like the app-schema plugin expect to use a Database datastore.

Thank you
regards
Adrien.






--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Application-schema-plugin-and-filter-encoding-performance-concern-tp5325806p5326049.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

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to