solrcore.properties 650 B

12345678910111213141516
  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=LUCENE_35
  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. solr.contrib.dir=../../contrib