solrcore.properties 553 B

123456789101112
  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 luceneVersion to anything lower then your Solr Version.
  9. solr.luceneMatchVersion=LUCENE_40
  10. solr.pinkPony.timeAllowed=-1
  11. solr.autoCommit.MaxDocs=10000
  12. solr.autoCommit.MaxTime=120000