updated to 1.2

This commit is contained in:
Bachir Soussi Chiadmi
2013-09-26 16:23:17 +02:00
parent c9912105d5
commit d8237ffb99
135 changed files with 5808 additions and 26071 deletions

View File

@@ -1,10 +1,12 @@
#solrcore.properties for this specific core
enable.master=false
enable.slave=false
pollTime=00:00:60
masterCoreUrl=http://localhost:8983/solr
confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
mlt.timeAllowed=2000
# You should not set your luceneVersion to anything lower then your Solr Version
luceneVersion=LUCENE_35
pinkPony.timeAllowed=-1
# Defines Solr properties for this specific core.
solr.replication.master=false
solr.replication.slave=false
solr.replication.pollInterval=00:00:60
solr.replication.masterUrl=http://localhost:8983/solr
solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
solr.mlt.timeAllowed=2000
# You should not set your luceneVersion to anything lower then your Solr Version.
solr.luceneMatchVersion=LUCENE_35
solr.pinkPony.timeAllowed=-1
solr.autoCommit.MaxDocs=10000
solr.autoCommit.MaxTime=120000