From 07b9ffde960a57aaa0e7b631a3f3871db5cf041e Mon Sep 17 00:00:00 2001 From: xiongxiaoyang Date: Wed, 20 May 2020 21:30:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- novel-common/pom.xml | 2 +- novel-crawl/pom.xml | 2 +- novel-front/pom.xml | 2 +- .../java/com/java2nb/novel/service/impl/BookServiceImpl.java | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/novel-common/pom.xml b/novel-common/pom.xml index 72f63ad..5e7094d 100644 --- a/novel-common/pom.xml +++ b/novel-common/pom.xml @@ -5,7 +5,7 @@ novel com.java2nb - 2.0.2 + 2.1.0 4.0.0 diff --git a/novel-crawl/pom.xml b/novel-crawl/pom.xml index eb7bf43..af42b1b 100644 --- a/novel-crawl/pom.xml +++ b/novel-crawl/pom.xml @@ -5,7 +5,7 @@ novel com.java2nb - 2.0.2 + 2.1.0 4.0.0 diff --git a/novel-front/pom.xml b/novel-front/pom.xml index 931b05a..a05ee8d 100644 --- a/novel-front/pom.xml +++ b/novel-front/pom.xml @@ -5,7 +5,7 @@ novel com.java2nb - 2.0.2 + 2.1.0 4.0.0 diff --git a/novel-front/src/main/java/com/java2nb/novel/service/impl/BookServiceImpl.java b/novel-front/src/main/java/com/java2nb/novel/service/impl/BookServiceImpl.java index 65d2db5..d9691aa 100644 --- a/novel-front/src/main/java/com/java2nb/novel/service/impl/BookServiceImpl.java +++ b/novel-front/src/main/java/com/java2nb/novel/service/impl/BookServiceImpl.java @@ -247,7 +247,7 @@ public class BookServiceImpl implements BookService { Double total = results.getCount(); - // 临时屏蔽小程序未处理的高亮字段,等小程序处理后再放开 + // 高亮字段 HighlightBuilder highlightBuilder = new HighlightBuilder(); highlightBuilder.field("authorName"); highlightBuilder.field("bookName"); diff --git a/pom.xml b/pom.xml index 449ad5e..cd8f3ea 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.java2nb novel - 2.0.2 + 2.1.0 novel-common novel-front