Skip to content

Commit

Permalink
Fix index name in Changelog CTR
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hockmann <[email protected]>
  • Loading branch information
FlorianHockmann committed Jan 27, 2023
1 parent 738f8eb commit df62441
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,12 @@ Users who do not use GraphBinary yet or who are not using Geoshapes are not affe

If the ConfiguredGraphFactory is used together with Elasticsearch as the index backend, then the same Elasticsearch
index is used for all graphs (if the same index names were used across different graphs).
Now it is possible to let JanusGraph create the index names dynamically by using the `graph.graphname` if no `index.name`
is provided in the template configuration. This is exactly like it was already the case for the CQL keyspace name for
example.
Now it is possible to let JanusGraph create the index names dynamically by using the `graph.graphname` if no
`index.[X].index-name` is provided in the template configuration. This is exactly like it was already the case for the
CQL keyspace name for example.

Users who don't want to use this feature can simply continue providing the `index.name` in the template configuration.
Users who don't want to use this feature can simply continue providing the index name via `index.[X].index-name` in the
template configuration.

##### Remove support for old serialization format of JanusGraph predicates

Expand Down

0 comments on commit df62441

Please sign in to comment.