I use GeoServer where I created an ImageMosaic storage following this manual.When I create new datastore, all *.tif files are indexed into DB (PostgreSQL with PostGIS). How can I create new index in DB, when I put new geotiff into my data folder, or reindex all geotiff files in DB?
My config files:
datastore.properties:
SPI=org.geotools.data.postgis.PostgisNGDataStoreFactoryhost=localhostport=5432database=GeoServerRasterschema=publicuser=geoserverpasswd=*******Loose\ bbox=trueEstimated\ extends=falsevalidate\ connections=trueConnection\ timeout=10preparedStatements=trueindexer.properties:
Caching=falseTimeAttribute=ingestionElevationAttribute=elevationSchema=*the_geom
olygon,location:String,ingestion:java.util.Date,elevation:IntegerPropertyCollectors=TimestampFileNameExtractorSPI[timeregex](ingestion),DoubleFileNameExtractorSPI[elevationregex](elevation)timeregex.properties:
regex=[0-9]{8}T[0-9]{6}Z(\?!.\*[0-9]{8}T[0-9]{6}Z.\*)elevationregex.properties:
regex=(?
My config files:
datastore.properties:
SPI=org.geotools.data.postgis.PostgisNGDataStoreFactoryhost=localhostport=5432database=GeoServerRasterschema=publicuser=geoserverpasswd=*******Loose\ bbox=trueEstimated\ extends=falsevalidate\ connections=trueConnection\ timeout=10preparedStatements=trueindexer.properties:
Caching=falseTimeAttribute=ingestionElevationAttribute=elevationSchema=*the_geom
regex=[0-9]{8}T[0-9]{6}Z(\?!.\*[0-9]{8}T[0-9]{6}Z.\*)elevationregex.properties:
regex=(?