首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 一个命令行工具,允许类似SQL的查询运行对Lucene的索引。

一个命令行工具,允许类似SQL的查询运行对Lucene的索引。

资 源 简 介

LSql is a command-line tool written in Java that allows sql-like queries to run against a Lucene database. It can be run in interactive mode, or can automatically parse a list of commands from a file. Example LSql queries are: SELECT field1,field2 WHERE +field1:value This command will display two fields in a grid on the command screen. UPDATE field1=newvalue WHERE +field2:value This command will change the value of field1 to "newvalue". The commands SELECT, UPDATE, INSERT, DELETE, ADD, and INSERT are supported. This tool is useful for running automated queries against a Lucene database without writing any code, or for making quick changes from the command line. The tool also supports commands such as OPTIMIZE and INFO. With this tool, you can treat a Lucene index the same as you would a database. We welcome any contributions to the source code!

文 件 列 表

lsql-1.0.jar
README.TXT
VIP VIP
0.196713s