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?
|