当前位置: 软件>java软件
Lucene 查询工具 LQT
来源: http://www.oschina.net/p/lqt
发布时间:2015-01-22
本文导语: Lucene Query Tool (lqt) 是一个命令行工具用来执行 Lucene 查询并对结果进行格式化输出。 使用方法: $ ./lqt usage: LuceneQueryTool [options] --analyzer for query, (KeywordAnalyzer | StandardAnalyzer) (defaults to KeywordAnalyze...
Lucene Query Tool (lqt) 是一个命令行工具用来执行 Lucene 查询并对结果进行格式化输出。
使用方法:
$ ./lqt usage: LuceneQueryTool [options] --analyzer for query, (KeywordAnalyzer | StandardAnalyzer) (defaults to KeywordAnalyzer) --fields fields to include in output (defaults to all) -i,--index index (required) --output-limit max number of docs to output -q,--query (query | %all | %enumerate-fields | %enumerate-terms field | %ids id [id ...] | %id-file file) (required) --query-field default field for query --query-limit max number of query hits to process --regex 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)
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。