1.3. New Features and Enhancements
1.3.1. Querying in Library Mode
Red Hat JBoss Data Grid 6.1 featured a technology preview of a Java querying API in Library mode to search for data in the grid using values instead of keys. In JBoss Data Grid 6.2 this API has been improved and is now fully supported. Library Mode Querying provides features such as:
- Keyword, Range, Fuzzy, Wildcard, and Phrase queries
- Combining queries
- Sorting, filtering, and pagination of query results
Note
Using JBoss Data Grid as a Lucene Directory is supported only in the context of this Querying functionality.
For more information about this feature, see the JBoss Data Grid Infinispan Query Guide.