由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 还是lucene的问题
相关主题
再请教一个lucene的问题tomcat 访问硬盘文件的问题, 3x
Twitter Search is Now 3x Faster using Java server请问有用过lucene作中文搜索的吗?
这叫啥名词?再请教一个lucene的问题
为啥RDBMS只用一个Index?再请教一个lucene的问题
how to run Java on Linux?Search Results Navigation
Can I find the classes relationshipNutch
Anybody here used apache Lucene?any good j2ee book?
急! 如何用eclipse编辑luceneanybody doing Lucene/Solr?
相关话题的讨论汇总
话题: luke话题: index话题: lucene话题: linux话题: run
进入Java版参与讨论
1 (共1页)
t*g
发帖数: 1758
1
我有一个很大的index。一般我用luke看index。可是这个很大的index在Linux上,而我
的luke好像只能在我pc上运行。我想看某个doc的所有的field,怎么办?只能把大index
拷贝下来吗?还是有什么办法我可以取我想看的一部分,拷贝到我pc上?
t*******e
发帖数: 684
2
luke is a Java program, it should run on Linux. In general, you are not
supposed to copy or move index files. Having Lucene to re-index the
documents to a network drive is a better approach.
t*g
发帖数: 1758
3
okay, let me change my question. My question should be how to use command
line to run Luke? Will I be provided a command line interactive interface
once it's started?

【在 t*******e 的大作中提到】
: luke is a Java program, it should run on Linux. In general, you are not
: supposed to copy or move index files. Having Lucene to re-index the
: documents to a network drive is a better approach.

t*g
发帖数: 1758
4
Is Luke designed to be used on telnet terminal? If not, is there any other
tool that I can use to view the index through telnet terminal? Network drive
isn't an option in my workplace...

【在 t*g 的大作中提到】
: okay, let me change my question. My question should be how to use command
: line to run Luke? Will I be provided a command line interactive interface
: once it's started?

q***n
发帖数: 37
5
luke should have some command line right?
Worst case, why not use java on linux and just roll your own code to look at
lucene fields.
k***r
发帖数: 4260
6
luke is graphic. Run an X server on your client machine and start luke from
there on your remote server.

【在 t*g 的大作中提到】
: okay, let me change my question. My question should be how to use command
: line to run Luke? Will I be provided a command line interactive interface
: once it's started?

1 (共1页)
进入Java版参与讨论
相关主题
anybody doing Lucene/Solr?how to run Java on Linux?
Java用在Server Side的技术是哪些?Can I find the classes relationship
请教个ec2 + nosql 的问题Anybody here used apache Lucene?
版上有用hadoop的吗?急! 如何用eclipse编辑lucene
再请教一个lucene的问题tomcat 访问硬盘文件的问题, 3x
Twitter Search is Now 3x Faster using Java server请问有用过lucene作中文搜索的吗?
这叫啥名词?再请教一个lucene的问题
为啥RDBMS只用一个Index?再请教一个lucene的问题
相关话题的讨论汇总
话题: luke话题: index话题: lucene话题: linux话题: run