Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleEnabling The New Visualizations

Both the AltMetric badges and D3 visualisations are only enabled by the presence of the appropriate settings in the runtime.properties. If you are upgrading an existing installation, and do not adjust your runtime.properties, then you will not have any badges, and will continue to see the traditional Flash based network visualizations.

The included example.runtime.properties has both of these options enabled by default, so new installations using the example settings will see the new visualizations.

For more information on the new settings, please see the example.runtime.properties file.

 Click here to see an example of the new Visualizations in 1.8.1

Memory Usage

  • New data structures for Map of Science / Temporal Graphs use lightweight Java objects instead of Jena models (should use much less memory)
  • Search Indexer does not queue statements to index if paused and a full rebuild has been requested (much lower memory usage during reasoning)

...