compass 查询单独的类型,Meta-data 可能有效
12.5.4. CompassQuery and CompassQueryBuilder Compass::Core comes with the CompassQueryBuilder interface, which provides programmatic API for building a query. The query builder creates a CompassQuery which can than be used to add sorting and executing the query. Working with objects Compass - Java Search Engine 108Using the CompassQueryBuilder, simple queries can be created (i.e. eq, between, prefix, fuzzy), and more complex query builders can be created as well (such as a boolean query, multi-phrase, and query string). The following code shows how to use a query string query builder and using