Appendix. Quick reference

This appendix aims at being a quick reference guide of the Hibernate Search artifacts: annotations, APIs, and Lucene query APIs. For each artifact, a quick description and a reference to the book section or URL are provided.

Hibernate Search mapping annotations

Table A.1 describes Hibernate Search annotations.

Table A.1. Hibernate Search annotation summary

Name

Description

Reference

@Analyzer Defines an analyzer for a given entity, method, attribute, or field. The order of precedence is @Field, attribute/ method, entity, default. Can reference an implementation or an @AnalyzerDef definition. Section 3.4.1
@AnalyzerDef Reusable analyzer definition. An analyzer definition defines one tokenizer and, optionally, ...

Get Hibernate Search in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.