Versions Compared

Key

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

Since the 3.1 release, Aspire needs an external MongoDB instance in order to keep its crawl metadata and distribute the processing and scanning. All the MongoDB configuration should be done in the settings.xml file.aaa  

Basic Example:

Excerpt
Code Block
languagexml
firstline78
linenumberstrue
  <!-- noSql database provider for the 4.0 connector framework -->
  <noSQLConnectionProvider sslEnabled="false" sslInvalidHostNameAllowed="false">
    <implementation>com.searchtechnologies.aspire:aspire-mongodb-provider</implementation>
    <servers>mongodb-hostname:27017</servers>
  </noSQLConnecitonProvider>
Anchor
Connect+to+a+Multi-node+MongoDB+Installation
Connect+to+a+Multi-node+MongoDB+Installation

...