The query parser is a modification from the standard lucene query parser. The modifications are to support:
查询解析器是对标准lucene查询解析器的修改。这些修改旨在支持:

  • wildcards at the start of term queries and additional fields, as described in this document.
  • wildcards in phrases
  • unbounded ranges
  • datetime-based ranges
  • 术语查询和其他字段开头的通配符,如本文档中所述。
  • 短语中的通配符
  • 无限范围
  • 基于日期时间的范围

Note that queries with a single ‘NOT’ entry or single TERM query preceded with ‘-‘ are not supported. For example,
请注意,不支持带有单个“NOT”条目或前面带有“-”的单个术语查询的查询。例如,

-TYPE:'cm:object'
NOT TYPE:'cm:object'
文档更新时间: 2020-02-10 16:58   作者:凌云文档