Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的搜索有问题。
我想搜索各种尺寸,但它不起作用。
大小:[0 TO 1000],我显示大小在 0 到 1000 之间的文件。
是否可以在 Lucene 中进行这种类型的搜索?
谢谢!
在搜索具有数字范围的字段时,您必须首先确保在索引文档和添加大小字段时该字段是数字类型。搜索时(如果语法有问题),您可以创建一个RangeQuery,并将多个范围与BooleanQuery.
RangeQuery
BooleanQuery