Lucene 查询工具 LQT

码农软件 · 软件分类 · 搜索引擎 · 2019-08-26 18:57:31

软件介绍

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)

本文地址:https://codercto.com/soft/d/13232.html

Cyberwar

Cyberwar

Kathleen Hall Jamieson / Oxford University Press / 2018-10-3 / USD 16.96

The question of how Donald Trump won the 2016 election looms over his presidency. In particular, were the 78,000 voters who gave him an Electoral College victory affected by the Russian trolls and hac......一起来看看 《Cyberwar》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具