LQT Lucene 查询工具

程序名称:LQT

授权协议: Apache

操作系统: 跨平台

开发语言: Java

LQT 介绍

Lucene Query Tool (lqt) 是一个命令行工具用来执行 Lucene 查询并对结果进行格式化输出

使用方法

$ ./lqt
usage: LuceneQueryTool [options]
    --analyzer <arg>       for query, (KeywordAnalyzer | StandardAnalyzer)
                           (defaults to KeywordAnalyzer)
    --fields <arg>         fields to include in output (defaults to all)
 -i,--index <arg>          index (required)
    --output-limit <arg>   max number of docs to output
 -q,--query <arg>          (query | %all | %enumerate-fields |
                           %enumerate-terms field | %ids id [id ...] |
                           %id-file file) (required)
    --query-field <arg>    default field for query
    --query-limit <arg>    max number of query hits to process
    --regex <arg>          filter query by regex, Syntax is field:/regex/
    --show-hits            show total hit count
    --show-id              show Lucene document id in results
    --show-score           show score in results
    --sort-fields          sort fields within document
    --suppress-names       suppress printing of field names
    --tabular              print tabular output (requires --fields with no
                           multivalued fields)

LQT 官网

https://github.com/joelb-git/lqt

相关编程语言

BlazeDS 是一个基于服务器的Java 远程控制(remoting...
OVal 是一个可扩展的Java对象数据验证框架,验证的规...
Volta 是一套开发工具,专为开发分布式、实时系统应...
OpenDDS 是一个开源的 C++ 实现的 对象管理组织 OMG...
JADE (Java Agent DEvelopment Framework) 是一个完...
FastMM ,在D2006和2007中已代替了原来的内存管理器。