Versions Compared

Key

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

...

  • Default search test terms and expected results values used to monitor the Infinit.e service.
  • The ability to reduce the memory consumption by manually calculating aggregations instead of using Lucene facets (slightly slower and less accurate).
Code Block
#-------------------------------------------------------------------------------
# 2.6] API Settings
#-------------------------------------------------------------------------------
# API Search Test Terms and Expected Results
# List of terms formatted like: "*" "something" "something":
# (The continuous testing randomly selects one of these for querying the API)
api.search.test.terms="*"
# The expected results (max 100), if a different number comes back, the system alerts:
api.search.expected.results=0
# For smaller clusters with many documents, Lucene faceting may use too much memory, if so
# set this parameter to "low". ("none" disables all aggregations, "full" uses Lucene facets where possible)
api.aggregation.accuracy=full
2.7 Amazon AWS Settings

Property used by s3cmd to connect to Amazon to move files around.

...