Hibernate search in action /
"Hibernate Search in Action introduces the subject of full-text search and helps readers master the Hibernate Search library. You'll start with the basics, like indexing your domain model and querying. Then, you'll learn to add human-friendly features like phonetic approximation, rele...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Greenwich [Conn.] :
Manning,
©2009.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- State of the art
- Getting started with Hibernate Search
- Mapping simple data structures
- Mapping more advanced data structures
- Indexing: where, how, what, and when
- Querying with Hibernate Search
- Writing a Lucene query
- Filters : cross-cutting restrictions
- Performance considerations
- Scalability : using Hibernate Search in a cluster
- Accessing Lucene natively
- Document ranking
- Don't reinvent the wheel.