hightman / xunsearch

免费开源的中文搜索引擎,采用 C/C++ 编写 (基于 xapian 和 scws),提供 PHP 的开发接口和丰富文档
http://www.xunsearch.com
Other
1.65k stars 391 forks source link

xunsearch1.4.13清空索引报错 #72

Open xswolf opened 5 years ago

xswolf commented 5 years ago

执行命令:/usr/local/xunsearch/sdk/php/util/Indexer.php --clean demo

报错如下: [XSException] xunsearch/sdk/php/lib/XS.php(2447): Failed to create home directoy of the project(S#508)

0 xunsearch/sdk/php/lib/XS.php(1104): XSServer->execCommand(Array, 201, 128)

1 xunsearch/sdk/php/lib/XS.php(2421): XSIndex->execCommand(Array, 201)

2 xunsearch/sdk/php/lib/XS.php(2374): XSServer->setProject('demo')

3 xunsearch/sdk/php/lib/XS.php(2356): XSServer->open('8383')

4 xunsearch/sdk/php/lib/XS.php(371): XSServer->__construct('8383', Object(XS))

5 xunsearch/sdk/php/lib/XS.php(263): XS->getIndex()

6 Indexer.php(157): XSComponent->__get('index')

7 {main}

望指点

coolzbw commented 5 years ago

同问