Versions Compared

Key

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

...

AttributeValueDescription
connectionsPerHost
integerNumber of simultanious simultaneous connections to MongeDBMongoDB, it will add up to the two (2) mandatory connections for Aspire and Console
dropOnClear
true/falseSelect if engine should drop No SQL connections after crawl threads are completed

...

Aspire will create one MongoDB database for each content source configured. When the content source is deleted, the database will be dropped. The database name will the taken from the normalised normalized value of the content source name. Starting in Aspire 3.2, the database names will be prefixed with "aspire-" to avoid possible conflicts of name. If you wish to change the prefix, add a "namespace" to the configuration:

...