efmarshall / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

Apache Lucene 4.0 is not supported (Searcher ClassNotFound) #507

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It seems that the interface org.apache.lucene.search.Searcher has a new home: 
according to http://lucene.apache.org/core/3_6_0/api/core/deprecated-list.html. 
You cannot use lucene 4.0 and the newest h2 out of the box. 

For reference see: 
http://stackoverflow.com/questions/18489334/maven-h2-lucene-classnotfound/184894
60?noredirect=1#18489460

Original issue reported on code.google.com by morpheus...@gmail.com on 28 Aug 2013 at 1:53

GoogleCodeExporter commented 9 years ago
Yes, H2 supports Apache Lucene versions 2.2.0 and 3.0.2. Currently, H2 does not 
support Lucene 4. Patches are welcome!

Original comment by thomas.t...@gmail.com on 6 Sep 2013 at 11:42

GoogleCodeExporter commented 9 years ago

Original comment by thomas.t...@gmail.com on 6 Sep 2013 at 11:43