fix #513 : remove crawling_info crawling_info_param job_log from .fess_basic_config
This commit is contained in:
parent
73433a25ec
commit
b4fcc82742
1 changed files with 15 additions and 0 deletions
|
@ -1,10 +1,25 @@
|
|||
{
|
||||
"bool": {
|
||||
"must_not": [
|
||||
{
|
||||
"type": {
|
||||
"value": "crawling_info"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": {
|
||||
"value": "crawling_info_param"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": {
|
||||
"value": "failure_url"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": {
|
||||
"value": "job_log"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue