You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.

Basic Example:

  <!-- noSql database provider for the 3.2 connector framework -->
  <noSQLConnectionProvider sslEnabled="false" sslInvalidHostNameAllowed="false">
    <implementation>com.searchtechnologies.aspire:aspire-mongodb-provider</implementation>
    <servers>localhost:27017</servers>
  </noSQLConnecitonProvider>

  • No labels