上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: 参考 : http://blog.csdn.net/madun/article/details/20313269 创建线程池 提交线程: 线程安全队列: BlockingQueue,顾名思义,“阻塞队列”:可以提供阻塞功能的队列。 首先,看看BlockingQueue提供的常用方法: add(e) 阅读全文
posted @ 2016-09-20 11:36 life_start 阅读(245) 评论(0) 推荐(0) 编辑
摘要: pom.xml添加依赖: 代码中填写 阅读全文
posted @ 2016-09-20 11:29 life_start 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2016-09-20 11:26 life_start 阅读(798) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-09-19 19:50 life_start 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-09-19 17:30 life_start 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * 对scoreDocs 进行排序 3 * @param scoreDocs 4 * @return 5 */ 6 public static ScoreDoc[] sort(ScoreDoc[] scoreDocs){ 7 Arrays.sort(scoreDocs, new Comparat... 阅读全文
posted @ 2016-09-14 14:08 life_start 阅读(129) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-09-13 15:17 life_start 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-08-26 11:17 life_start 阅读(4) 评论(0) 推荐(0) 编辑
摘要: import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.standard.StandardAnalyzer; import org.apache.lucene.document.Document; import org.apache.lucene.index.DirectoryReader; im... 阅读全文
posted @ 2016-08-19 14:59 life_start 阅读(1826) 评论(0) 推荐(0) 编辑
摘要: java 正则表达式----个人几种简单使用 阅读全文
posted @ 2016-08-09 17:58 life_start 阅读(449) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 下一页