Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-consumer
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
WN\wangnan
2017-06-26 09:49:13 +0800
Commit
55091a9634b11a040cfb32030641608bf039cfd9
1 parent
f660562e
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
spider/src/main/java/com/yoho/search/spider/common/SpiderBasedHttpRequest.java
spider/src/main/java/com/yoho/search/spider/common/SpiderBasedHttpRequest.java
View file @
55091a9
...
...
@@ -74,7 +74,7 @@ public class SpiderBasedHttpRequest {
}
title
=
title
.
replaceAll
(
"_百度百科"
,
""
);
return
new
BaikeBO
(
url
,
title
,
summary
,
content
);
return
new
BaikeBO
(
url
,
title
,
summary
.
toString
()
,
content
);
}
...
...
Please
register
or
login
to post a comment