-
Notifications
You must be signed in to change notification settings - Fork 874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在官方最新源码基础上更改持久化存储对象为反向索引与评分字段 #35
Open
andeya
wants to merge
23
commits into
huichen:master
Choose a base branch
from
andeya:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Oct 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5c44b93 - Browse repository at this point
Copy the full SHA 5c44b93View commit details -
Configuration menu - View commit details
-
Copy full SHA for a676862 - Browse repository at this point
Copy the full SHA a676862View commit details
Commits on Oct 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5a5b56a - Browse repository at this point
Copy the full SHA 5a5b56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 681ca3b - Browse repository at this point
Copy the full SHA 681ca3bView commit details
Commits on Oct 22, 2015
-
1. 持久存储的内容改为索引信息,从而加快重载速度; 2. 支持指定shard范围进行搜索; 3. 支持动态增加指定的shard工作协程;
Configuration menu - View commit details
-
Copy full SHA for cf3b884 - Browse repository at this point
Copy the full SHA cf3b884View commit details
Commits on Oct 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7967e5f - Browse repository at this point
Copy the full SHA 7967e5fView commit details
Commits on Oct 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d961c60 - Browse repository at this point
Copy the full SHA d961c60View commit details
Commits on Nov 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4fffc3e - Browse repository at this point
Copy the full SHA 4fffc3eView commit details
Commits on Nov 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 66d9a50 - Browse repository at this point
Copy the full SHA 66d9a50View commit details
Commits on Nov 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 650cfb9 - Browse repository at this point
Copy the full SHA 650cfb9View commit details
Commits on Nov 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e5555be - Browse repository at this point
Copy the full SHA e5555beView commit details
Commits on Nov 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1adda94 - Browse repository at this point
Copy the full SHA 1adda94View commit details
Commits on Nov 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for defcc91 - Browse repository at this point
Copy the full SHA defcc91View commit details
Commits on Nov 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d513e5b - Browse repository at this point
Copy the full SHA d513e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6994091 - Browse repository at this point
Copy the full SHA 6994091View commit details
Commits on Nov 28, 2015
-
1. 持久化存储对象,从原始文档改为反向索引文档与文档评分字段,从而避免程序重启后,需要重新分词、索引的麻烦; 2. 将持久数据库分片数与索引器、排序器的分片数保持一致,即实现一一对应关系,从而保证从数据库可以完美恢复; 3.依然存在的问题:悟空采用的这两中KV数据库,读写速率太慢,严重拖累高并发的特性。
Configuration menu - View commit details
-
Copy full SHA for bd815fc - Browse repository at this point
Copy the full SHA bd815fcView commit details -
1. 持久化存储对象,从原始文档改为反向索引文档与文档评分字段,从而避免程序重启后,需要重新分词、索引的麻烦; 2. 将持久数据库分片数与索引器、排序器的分片数保持一致,即实现一一对应关系,从而保证从数据库可以完美恢复; 3. 依然存在的问题:悟空采用的这两种KV数据库,读写速率太慢,严重拖累高并发的特性。
Configuration menu - View commit details
-
Copy full SHA for 8c1ea66 - Browse repository at this point
Copy the full SHA 8c1ea66View commit details
Commits on Nov 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1402175 - Browse repository at this point
Copy the full SHA 1402175View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96acd18 - Browse repository at this point
Copy the full SHA 96acd18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d8e053 - Browse repository at this point
Copy the full SHA 7d8e053View commit details -
Configuration menu - View commit details
-
Copy full SHA for c150cc9 - Browse repository at this point
Copy the full SHA c150cc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd5be56 - Browse repository at this point
Copy the full SHA bd5be56View commit details -
Configuration menu - View commit details
-
Copy full SHA for d12b490 - Browse repository at this point
Copy the full SHA d12b490View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.