E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Lucene3.5实时搜索
Lucene中使用分页
Lucene3.5
中提供了一个分页方法:searchAfter方法,可以方便的分页,不过仍然需要把大量数据取出。
jkbjxy
·
2012-07-02 14:00
分页
搜索
Lucene
searchAfter
Lucene中使用分页
阅读更多
Lucene3.5
中提供了一个分页方法:searchAfter方法,可以方便的分页,不过仍然需要把大量数据取出。
jkbjxy
·
2012-07-02 14:00
分页
lucene
搜索
searchAfter
Lucene3.5
例子
原文地址:http://www.juziku.com/sunlightcs/wiki/4205.htmLucene3.5+IK分词器的例子,
Lucene3.5
改动有点大,很多方法都不推荐使用了。
·
2012-06-21 11:00
exception
String
null
Integer
Lucene
query
使用Lucene建立索引
我练习了书中的listing 1.1:Indexer,由于我使用的是
Lucene3.5
版本,而书中使用的3.0,3.5和3.0是有一些差异的!
jkbjxy
·
2012-06-19 17:00
apache
索引
Lucene
indexer
14 款基于 jQuery 的
实时搜索
插件推荐
本文带来14款基于jQuery的
实时搜索
(自动完成)插件,可以为你的页面和表单添加一些实用的功能。 1.LiveSearch2.0 该插件可以将一个普通的输入框转换成一个实时AJAX搜索部件。
zxingchao2009
·
2012-06-07 12:00
jquery
autocomplete
wordpress
dropdown
search
Closures
lucene入门代码三(near-real-time)
一个简单的接近
实时搜索
的例子源自(Lucene in aiction) package com.yale.lucene; import org.apache.lucene.analysis.standard.StandardAnalyzer
onlyOneToOne
·
2012-06-01 21:00
lucene apache
lucene3.5
学习笔记01
最近在看这方面的知识,初学者一起分享 public class LuceneTest { File filePath = new File("D:\\uploadfiles"); File indexPath = new File("D:\\luceneIndex"); //创建分词器 An
Java_大猫
·
2012-05-28 14:00
lucene3.5
lucene 高亮截取文章不全
阅读更多
lucene3.5
设置高亮时出现文本显现不完全解决方法:加入如下代码设定字符串的长度;//highlighter.setTextFragmenter(newSimpleFragmenter(s.length
heioo
·
2012-05-23 13:00
lucene
lucene 高亮截取文章不全
lucene3.5
设置高亮时 出现文本显现不完全 解决方法:加入如下代码 设定字符串的长度; //highlighter.setTextFragmenter(new SimpleFragmenter
heioo
·
2012-05-23 13:00
Lucene
Twitter相关
rails,而且早就用了erlang改进性能 , 混合语言改进性能 http://www.iteye.com/news/2205 这篇文章只是说
实时搜索
部分后台由
tongxiaoming520
·
2012-05-22 20:00
twitter
lucene3.5
与mysql 查询性能的对比
由于最近做毕设,需要做一个商品查询模块,用到了lucene来做商品索引的查询,原因为:1.marks(商品标签)字段含有多个标签,当针对某个标签查询时,或许只能用like查询,这样的查询慢!2.没用过lucene,想用来测试下性能可能结果早就显而易见,但是这次测试我要的是数据,不仅仅是结果,所以别说什么你们知道答案类似的话~言归正传,我的设计是这样的: 而,性能对比,对比的就是搜索条件,是在luc
liuInsect
·
2012-05-17 10:00
mysql
Lucene
lucene3.5
全文检索案例————0.1秒检索60万数据
lucene3.5
全文检索案例————0.1秒检索60万数据源码发布网:http://www.qi788.com/download.htmllucene3.5开发了批量索引入库。单个索引入库。
yjflinchong
·
2012-05-11 00:00
全文检索
lucene
lucene3.5
全文检索案例――――0.1秒检索60万数据
lucene3.5
全文检索案例――――0.1秒检索60万数据源码发布网:http://www.qi788.com/download.htmllucene3.5开发了批量索引入库。单个索引入库。
yjflinchong
·
2012-05-11 00:00
Lucene
全文检索
lucene3.5
程序
用
lucene3.5
写了一个带界面的搜索器(索引另外建立),分析了一下这个程序的一些弊端,其一是不能自己建立索引,其二是将search写成内置类,大大的限制了程序的可拓展性,因此下一步打算写一个拓展性强的程序
KarlDoenitz
·
2012-05-03 16:00
lucene3.5
近
实时搜索
nrtManagr实现方案
1:
lucene3.5
中提供了实现近
实时搜索
的管理类 &
iluoxuan
·
2012-05-02 18:00
Lucene
lucene 3.0 分页如何实现 以及近
实时搜索
IndexWriter writer = new IndexWriter(Dir, new StandardAnalyzer(Version.LUCENE_30), IndexWriter.MaxFieldLength.UNLIMITED) // 添加文档 //... IndexReader reader = writer.getReader(); //1.创建
chennaid2
·
2012-05-02 14:00
以及近实时搜索
Lucene中索引的删除,更新与查找以及恢复(
lucene3.5
)
packageorg.itat.text1; importjava.io.File; importjava.io.IOException; importjavax.management.Query; importorg.apache.lucene.analysis.standard.StandardAnalyzer; importorg.apache.lucene.document.Docum
superlele123
·
2012-04-29 19:00
解析pdf文档 (
lucene3.5
)
//今天根据课本写了个解析pdf文档的小程序 importjava.io.FileWriter; importjava.io.IOException; importjava.io.PrintWriter; importorg.pdfbox.pdmodel.PDDocument; importorg.pdfbox.util.PDFTextStripper; publicclassExtra
superlele123
·
2012-04-28 21:00
lucene学习心得
今天看了一些
lucene3.5
的知识,个人感觉,3.5和2.1.0千差万别,今天写一个学习的代码,从学习资料上找了一个例子,敲出来看看。程序一般,这是我写的第一个lucene程序。
KarlDoenitz
·
2012-04-28 20:00
java坦克
鄙人花了一个下午写了一个小坦克,空格发射炮弹,敌方坦克(速度快的那辆)炮弹会变轨;不过程序有bug,容易死锁,而且未给坦克之间加边界判断;今天感觉不是很好,写到这就行了,我要看
lucene3.5
了,不在这废话了
KarlDoenitz
·
2012-04-27 21:00
java
thread
image
String
Random
Class
Lucene 搜索(小程序)(
Lucene3.5
)
/*今天看了个搜索的小程序总结如下Lucene执行搜索的步骤:1...创建Derectory2...创建IndexReader3...根据IndexReader创建IndexSearcher4...创建搜索的Query(查询字符串)5...根据searcher搜索并且返回TopDocs对象6...根据TopDocs获取ScoreDoc对象7....根据searcher和ScoreDoc对象获取具体
superlele123
·
2012-04-26 15:00
sensei分布式
实时搜索
系统源码解析(三) 分布式index
sensei分布式
实时搜索
系统源码解析(三)分布式index 前两回写完之后,这篇关于sensei如何建立索引的部分,至今日才补上,有些惭愧。
rabbit9898
·
2012-04-26 15:00
index
Practice Every Day_7(
Lucene3.5
小练习)
今天看了看
lucene3.5
的视频,敲了老师讲的例子,建立索引和搜索,建立索引没问题了,可不知道为啥就搜不出东西来呢?
supersnow0622
·
2012-04-25 11:00
每日一练
Lucene3.5
建立索引
今天不练习lucene2.0.1了练习一下最新版本的lucene3.5packagejim.Lucene35;importjava.io.File;importjava.io.IOException;importorg.apache.lucene.analysis.standard.StandardAnalyzer;importorg.apache.lucene.document.Document
翟帅
·
2012-04-23 22:56
每日练习
每日一练
Lucene3.5
建立索引
今天不练习lucene2.0.1了练习一下最新版本的lucene3.5packagejim.Lucene35; importjava.io.File; importjava.io.IOException; importorg.apache.lucene.analysis.standard.StandardAnalyzer; importorg.apache.lucene.document.Do
jimzhai
·
2012-04-23 22:00
lucene3.5
检索
packagetao.lucene.test;importjava.io.File;importjava.io.IOException;importorg.apache.lucene.document.Document;importorg.apache.lucene.document.Field;importorg.apache.lucene.document.NumericField;impor
jiangtao
·
2012-04-23 09:00
百度、新浪、Mixi、Apache社区赞助的开源key-value分布式存储系统
如果辅以Real-TimeSearchEngine(
实时搜索
引擎)进行复杂条件检索、全文检索,就可以替代并发性能较低的MySQL等关
turkeyzhou
·
2012-04-16 14:00
apache
数据库
memcached
百度
全文检索
分布式存储
Lucene with NRTManager
lucene3.5
近
实时搜索
(Near Real Time) 最近一直再看lucene文档,发现网上对NRTManager资料很少,只有google的时候搜到几篇文章,自己结合一些官方文档和一些资料
javapolo
·
2012-04-16 11:00
Lucene
lucene3.5
例子
package com.lucene; import java.io.*; import java.util.HashMap; import java.util.Iterator; import java.util.Set; import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis
NEO_ONE
·
2012-04-09 17:00
lucene3.5
lucene3.5
之Bits
阅读更多packageorg.apache.lucene.util;/***LicensedtotheApacheSoftwareFoundation(ASF)underoneormore*contributorlicenseagreements.SeetheNOTICEfiledistributedwith*thisworkforadditionalinformationregardingcop
deepfuture
·
2012-03-27 17:00
lucene3.5
之Bits
package org.apache.lucene.util; /** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work fo
deepfuture
·
2012-03-27 17:00
lucene3.5
lucene3.5
之Bits
package org.apache.lucene.util; /** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work fo
deepfuture
·
2012-03-27 17:00
lucene3.5
lucene3.5
之SmallFloat
package org.apache.lucene.util; /** * Copyright 2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e
deepfuture
·
2012-03-26 09:00
java
Lucene
lucene3.5
之SmallFloat
package org.apache.lucene.util; /** * Copyright 2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e
deepfuture
·
2012-03-26 09:00
java
Lucene
lucene3.5
之SmallFloat
阅读更多packageorg.apache.lucene.util;/***Copyright2005TheApacheSoftwareFoundation**LicensedundertheApacheLicense,Version2.0(the"License");*youmaynotusethisfileexceptincompliancewiththeLicense.*Youmayobta
deepfuture
·
2012-03-26 09:00
lucene
java
lucene3.5
之SmallFloat
阅读更多packageorg.apache.lucene.util;/***Copyright2005TheApacheSoftwareFoundation**LicensedundertheApacheLicense,Version2.0(the"License");*youmaynotusethisfileexceptincompliancewiththeLicense.*Youmayobta
deepfuture
·
2012-03-26 09:00
lucene
java
lucene3.5
之ToStringUtils
阅读更多packageorg.apache.lucene.util;/***LicensedtotheApacheSoftwareFoundation(ASF)underoneormore*contributorlicenseagreements.SeetheNOTICEfiledistributedwith*thisworkforadditionalinformationregardingcop
deepfuture
·
2012-03-22 17:00
lucene3.5
之ToStringUtils
package org.apache.lucene.util; /** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this wo
deepfuture
·
2012-03-22 17:00
StringUtils
lucene3.5
之ToStringUtils
package org.apache.lucene.util; /** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this wo
deepfuture
·
2012-03-22 17:00
StringUtils
lucene3.5
之ToStringUtils
阅读更多packageorg.apache.lucene.util;/***LicensedtotheApacheSoftwareFoundation(ASF)underoneormore*contributorlicenseagreements.SeetheNOTICEfiledistributedwith*thisworkforadditionalinformationregardingcop
deepfuture
·
2012-03-22 17:00
搜索引擎索引之如何更新索引
本文节选自《这就是搜索引擎:核心技术详解》第三章 动态索引通过在内存中维护临时索引,可以实现对动态文档和
实时搜索
的支持
malefactor
·
2012-03-21 22:00
搜索引擎
互联网
服务器
存储
文档
磁盘
lucene3.5
之StringHelper
阅读更多这个类主要是完成2个功能:1、版本号比较2、生成字符串实例packageorg.apache.lucene.util;importjava.util.Comparator;importjava.util.StringTokenizer;/***LicensedtotheApacheSoftwareFoundation(ASF)underoneormore*contributorlicens
deepfuture
·
2012-03-21 14:00
lucene3.5
之StringHelper
这个类主要是完成2个功能: 1、版本号比较 2、生成字符串实例 package org.apache.lucene.util; import java.util.Comparator; import java.util.StringTokenizer; /** * Licensed to the Apache Software Foundation (ASF) under
deepfuture
·
2012-03-21 14:00
lucene3.5
lucene3.5
之StringHelper
这个类主要是完成2个功能: 1、版本号比较 2、生成字符串实例 package org.apache.lucene.util; import java.util.Comparator; import java.util.StringTokenizer; /** * Licensed to the Apache Software Foundation (ASF) under
deepfuture
·
2012-03-21 14:00
lucene3.5
lucene3.5
之StringHelper
阅读更多这个类主要是完成2个功能:1、版本号比较2、生成字符串实例packageorg.apache.lucene.util;importjava.util.Comparator;importjava.util.StringTokenizer;/***LicensedtotheApacheSoftwareFoundation(ASF)underoneormore*contributorlicens
deepfuture
·
2012-03-21 14:00
lucene3.5
之StringInterner
阅读更多首先讲解关于java的internpublicStringintern()返回字符串对象的规范化表示形式。一个初始时为空的字符串池,它由类String私有地维护。当调用intern方法时,如果池已经包含一个等于此String对象的字符串(该对象由equals(Object)方法确定),则返回池中的字符串。否则,将此String对象添加到池中,并且返回此String对象的引用。它遵循对于任何
deepfuture
·
2012-03-21 12:00
lucene3.5
之StringInterner
首先讲解关于java的intern public String intern()返回字符串对象的规范化表示形式。 一个初始时为空的字符串池,它由类 String 私有地维护。 当调用 intern 方法时,如果池已经包含一个等于此 String 对象的字符串(该对象由 equals(Object) 方法确定),则返回池中的字符串。否则,将此 String 对象添加到池中,并且返回此 St
deepfuture
·
2012-03-21 12:00
lucene3.5
lucene3.5
之StringInterner
首先讲解关于java的intern public String intern()返回字符串对象的规范化表示形式。 一个初始时为空的字符串池,它由类 String 私有地维护。 当调用 intern 方法时,如果池已经包含一个等于此 String 对象的字符串(该对象由 equals(Object) 方法确定),则返回池中的字符串。否则,将此 String 对象添加到池中,并且返回此 St
deepfuture
·
2012-03-21 12:00
lucene3.5
lucene3.5
之StringInterner
阅读更多首先讲解关于java的internpublicStringintern()返回字符串对象的规范化表示形式。一个初始时为空的字符串池,它由类String私有地维护。当调用intern方法时,如果池已经包含一个等于此String对象的字符串(该对象由equals(Object)方法确定),则返回池中的字符串。否则,将此String对象添加到池中,并且返回此String对象的引用。它遵循对于任何
deepfuture
·
2012-03-21 12:00
Lucene学习总结
Lucene3.5
学习总结: Lucene主要分为两大块:索引和搜索。相关包可能官网上下载。
wenxin2009
·
2012-03-19 00:00
Lucene
上一页
22
23
24
25
26
27
28
29
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他