由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Anybody here used apache Lucene?
相关主题
Nutch有关thread in Java
15 high-impact Apache projects同一个Lock锁两次,性能比较差
再请教一个lucene的问题请教一个Queue实现的问题
Re: XML help?java and javascript 问题请教,有包子
Is there a way to preserve messageID in email parsing?Re: print problem, GUI guru please come in
type conversionsRe: Where can i find this package?
设计模式的问题求助Java Image Tools or API
新手请教 java applet+html 入门级问题急! 如何用eclipse编辑lucene
相关话题的讨论汇总
话题: lucene话题: anybody话题: here话题: apache话题: what
进入Java版参与讨论
1 (共1页)
G*********a
发帖数: 1080
1
@@
c*****s
发帖数: 214
2

http://jakarta.apache.org/lucene/docs/demo.html有例子
我曾经调通过一个程序,很简单,也很灵活。
和一般的搜索一样先建索引然后搜索,可以搜索任何东西,只要你提供读那东西的程序。

【在 G*********a 的大作中提到】
: @@
G*********a
发帖数: 1080
3
en, but what i want to do is really understand its API and extend its simple
demo into a more flexible and powerful testbed.
for example, how to extend Similarity class etc. if u do play on it, i hope i
can discuss with u.



【在 c*****s 的大作中提到】
:
: http://jakarta.apache.org/lucene/docs/demo.html有例子
: 我曾经调通过一个程序,很简单,也很灵活。
: 和一般的搜索一样先建索引然后搜索,可以搜索任何东西,只要你提供读那东西的程序。

c*****s
发帖数: 214
4
The process of creating index and searching is sort of standard, you can't
make too many changes on them.
Most work is done to create your own document reader. Here the document means
an item of record, is pretty abstract thing.
I'm not sure what is the Similarity Class you mentioned. If you want to search
within class, you have to design such reader to parse what you want to search.
What does Lecene to is create index for the source you provide(Lecenu also
provides the reader for txt and html f

【在 G*********a 的大作中提到】
: en, but what i want to do is really understand its API and extend its simple
: demo into a more flexible and powerful testbed.
: for example, how to extend Similarity class etc. if u do play on it, i hope i
: can discuss with u.
:
: 。

1 (共1页)
进入Java版参与讨论
相关主题
急! 如何用eclipse编辑luceneIs there a way to preserve messageID in email parsing?
how to run Java on Linux?type conversions
tomcat 访问硬盘文件的问题, 3x设计模式的问题
请问有用过lucene作中文搜索的吗?新手请教 java applet+html 入门级问题
Nutch有关thread in Java
15 high-impact Apache projects同一个Lock锁两次,性能比较差
再请教一个lucene的问题请教一个Queue实现的问题
Re: XML help?java and javascript 问题请教,有包子
相关话题的讨论汇总
话题: lucene话题: anybody话题: here话题: apache话题: what