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