diff --git a/materio/conf/schema.xml b/materio/conf/schema.xml index c8b0037..cb0d7a6 100644 --- a/materio/conf/schema.xml +++ b/materio/conf/schema.xml @@ -49,7 +49,7 @@ that avoids logging every request --> - + - - + + @@ -175,14 +175,14 @@ - - + + - + - + @@ -193,8 +193,8 @@ - - + + diff --git a/materio/conf/schema_extra_types.xml b/materio/conf/schema_extra_types.xml index 7dc1dc7..4e6ea49 100644 --- a/materio/conf/schema_extra_types.xml +++ b/materio/conf/schema_extra_types.xml @@ -113,6 +113,7 @@ + diff --git a/materio/conf/solrconfig.xml b/materio/conf/solrconfig.xml index 49939a5..cdcebc1 100644 --- a/materio/conf/solrconfig.xml +++ b/materio/conf/solrconfig.xml @@ -3,13 +3,15 @@ + + ]> - + - - 1024 - - - - - - - - - - - - - - - - - - - - - - - - - true - - - - - - 20 - - - 200 + + &query; + + &requestdispatcher; - - - - - - - - - - - - - - lucene - id - explicit - true - - ${solr.selectSearchHandler.timeAllowed:-1} - - false - - - spellcheck - elevator - - - - - - - explicit - json - true - text - - - - - - - - - - content - 1 - 1 - 3 - 15 - 20 - false - - ${solr.mlt.timeAllowed:2000} - - - - - - - content - explicit - true - - - - - - text - - - - - - - true - ignored_ - - - true - links - ignored_ - - - - - - - - - - - - - - - explicit - true - - - - - - - ${solr.replication.master:false} - commit - startup - ${solr.replication.confFiles:schema.xml,elevate.xml} - - - ${solr.replication.slave:false} - ${solr.replication.masterUrl:http://localhost:8983/solr}/replication - ${solr.replication.pollInterval:00:00:60} - - - - - - - true - json - true - - - &extra; - - - - spell - und - on - false - false - 1 - 5 - 5 - true - true - 10 - 5 - - - spellcheck - - - - - - true - und - 10 - - - suggest - - - - - - - - - text - true - - - tvComponent - - - - - - - - - - true - false - - - terms - - - - - - - false - false - false - true - false - 1 - false - 10 - - - terms - spellcheck - suggest - - - - - - - string - elevate.xml - - - - - - explicit - text - - - elevator - - - + + + false + false + false + true + false + 1 + false + 10 + + + terms + spellcheck + suggest + + + + + + + true + ignored_ + true + links + ignored_ + + + + + + + 1 + 1 + false + ${solr.mlt.timeAllowed:2000} + + + + + + + lucene + id + explicit + true + ${solr.selectSearchHandler.timeAllowed:-1} + false + + + spellcheck + elevator + + + + + + + id + und + on + false + false + 1 + 5 + 5 + true + true + 10 + 5 + + + spellcheck + + + + + + + true + und + 10 + + + suggest + + + + + + + id + true + + + tvComponent + + + + + + string + elevate.xml + + + diff --git a/materio/conf/solrconfig_query.xml b/materio/conf/solrconfig_query.xml new file mode 100644 index 0000000..5bdd696 --- /dev/null +++ b/materio/conf/solrconfig_query.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + true + + false + + 20 + 200 + 1024 diff --git a/materio/conf/solrconfig_requestdispatcher.xml b/materio/conf/solrconfig_requestdispatcher.xml new file mode 100644 index 0000000..3a3f17d --- /dev/null +++ b/materio/conf/solrconfig_requestdispatcher.xml @@ -0,0 +1,6 @@ + + + diff --git a/materio/conf/solrcore.properties b/materio/conf/solrcore.properties index 02fb05e..6b2b17e 100644 --- a/materio/conf/solrcore.properties +++ b/materio/conf/solrcore.properties @@ -1,3 +1,8 @@ +solr.replication.master=false +solr.replication.slave=false +solr.replication.pollInterval=00:00:60 +solr.replication.masterUrl=http://localhost:8985/solr +solr.replication.confFiles=schema.xml,schema_extra_types.xml,schema_extra_fields.xml,elevate.xml,stopwords_en.txt,synonyms_en.txt,protwords_en.txt,accents_en.txt,stopwords_fr.txt,synonyms_fr.txt,nouns_fr.txt,protwords_fr.txt,accents_fr.txt,stopwords_und.txt,synonyms_und.txt,protwords_und.txt,accents_und.txt solr.mlt.timeAllowed=2000 solr.luceneMatchVersion=8.0 solr.selectSearchHandler.timeAllowed=-1