摘要:
参考 : http://blog.csdn.net/madun/article/details/20313269 创建线程池 提交线程: 线程安全队列: BlockingQueue,顾名思义,“阻塞队列”:可以提供阻塞功能的队列。 首先,看看BlockingQueue提供的常用方法: add(e) 阅读全文
摘要:
pom.xml添加依赖: 代码中填写 阅读全文
摘要:
package com.main.java.solr.statistics; import org.apache.lucene.document.Document; import org.apache.lucene.index.IndexReader; import org.apache.lucene.index.IndexableField; import org.apache.lucene... 阅读全文