浦东小林丹

Results 5 issues of 浦东小林丹

我看到使用了 **拼音过滤器** 后,词之间 `position` 变化了。这样会影响短语、近似查询! 比如 *我爱我家* 的分词结果: ```json { "tokens": [ { "token": "我爱", "start_offset": 0, "end_offset": 2, "type": "rr", "position": 0 }, { "token": "woai", "start_offset": 0, "end_offset":...

We use `Symfony 2.8`, But `php-git-hooks:2.5.0` require `~2.7`.

`pre-commit` configuration file has been updated, see: https://pre-commit.com/#plugins

```js // This is a mongodb document. var doc = { _id: ObjectId, .... } var encodeObjectId = msgpack.encode(doc._id) var decodeObjectId = msgpack.decode(encodeObjectId) ``` `decodeObjectId` is `{ _bsontype: 'ObjectID', id:...