• 高级 HTML 分词
删除 HTML 标签
html_strip
html_strip = {0|1}CREATE TABLE products(title text, price float) html_strip = '1'POST /cli -d "
CREATE TABLE products(title text, price float) html_strip = '1'"$index = new \Manticoresearch\Index($client);
$index->setName('products');
$index->create([
'title'=>['type'=>'text'],
'price'=>['type'=>'float']
],[
'html_strip' => '1'
]);html_index_attrs
html_remove_elements
从 HTML 中提取重要部分
index_sp
index_zones
最后更新于