core.properties 783 B

1234567891011121314151617181920
  1. # Defines Solr properties for this specific core.
  2. solr.replication.master=false
  3. solr.replication.slave=false
  4. solr.replication.pollInterval=00:00:60
  5. solr.replication.masterUrl=http://localhost:8983/solr
  6. solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
  7. solr.mlt.timeAllowed=2000
  8. # You should not set your luceneMatchVersion to anything lower than your Solr
  9. # Version.
  10. solr.luceneMatchVersion=5.0.0
  11. solr.pinkPony.timeAllowed=-1
  12. # autoCommit after 10000 docs
  13. solr.autoCommit.MaxDocs=10000
  14. # autoCommit after 2 minutes
  15. solr.autoCommit.MaxTime=120000
  16. # autoSoftCommit after 2000 docs
  17. solr.autoSoftCommit.MaxDocs=2000
  18. # autoSoftCommit after 10 seconds
  19. solr.autoSoftCommit.MaxTime=10000
  20. solr.contrib.dir=../../../contrib