forked from hibernate/hibernate-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
50 lines (33 loc) · 1.37 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Hibernate Search
==================================================
Version: 4.1.0-SNAPSHOT
Description
-----------
Full text search engines like Apache Lucene(tm) are a very powerful technology to
bring free text/efficient queries to applications. It suffers several mismatches
when dealing with a object domain model (keeping the index up to date, mismatch
between the index structure and the domain model, ...)
Hibernate Search indexes your domain model thanks to a few annotations, takes
care of the index synchronization, brings you back managed objects from free text
queries.
Hibernate Search is using Apache Lucene(tm) under the cover.
This version of Hibernate Search requires:
- Hibernate Core 4.0 and above
- Apache Lucene 3.5
Instructions
------------
Unzip to installation directory and read the documentation available in docs/reference
Contact
------------
Latest Documentation:
http://search.hibernate.org
Bug Reports:
Hibernate JIRA (preferred): https://hibernate.onjira.com/browse/HSEARCH
Free Technical Support:
http://forum.hibernate.org (http://forum.hibernate.org/viewforum.php?f=9)
Notes
-----------
If you want to contribute, read http://community.jboss.org/wiki/ContributingtoHibernateSearch
This software and its documentation are distributed under the terms of the
FSF Lesser Gnu Public License (see lgpl.txt).