Skip to content

Commit

Permalink
Add solr note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Jan 24, 2023
1 parent feff07f commit 8fcfc2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,8 @@ Auditing is enabled by default and can be disabled by setting `spring.jpa.proper
If envers is enabled mid-way and there is already data this can result in errors when querying audit data. To fix this, a revision with revision type `0` (created) has to be manually inserted for each existing entity into the respective audit table.

See https://discourse.hibernate.org/t/safe-envers-queries-when-the-audit-history-is-incomplete/771.

## SOLR search index

If you have a solr running, you can use the `MetadataImporter` and `ShapeImporter` classes to import metadata
documents from a CSW or shape file features into it.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* SHOGun GPRO, based on https://terrestris.github.io/shogun/
*
* Copyright © 2022-present terrestris GmbH & Co. KG
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* SHOGun GPRO, based on https://terrestris.github.io/shogun/
*
* Copyright © 2022-present terrestris GmbH & Co. KG
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 8fcfc2b

Please sign in to comment.