fix #513 : remove crawling_info crawling_info_param job_log from .fess_basic_config

This commit is contained in:
Shinsuke Sugaya 2016-05-20 23:25:57 +09:00
parent 73433a25ec
commit b4fcc82742

View file

@ -1,10 +1,25 @@
{
"bool": {
"must_not": [
{
"type": {
"value": "crawling_info"
}
},
{
"type": {
"value": "crawling_info_param"
}
},
{
"type": {
"value": "failure_url"
}
},
{
"type": {
"value": "job_log"
}
}
]
}