Re: Hibernate Search and Solr analysis package

2008-04-28 Thread Emmanuel Bernard
Took me longer than expected but here is a raw version http://fisheye.jboss.org/changelog/Hibernate?cs=14524csize=15 Hibernate Search reuses Solr analyzers. @Entity @Indexed @AnalyzerDef(name=customanalyzer, tokenizer = @TokenizerDef(factory = StandardTokenizerFactory.class),

[no subject]

2008-03-11 Thread Emmanuel Bernard
Hi, I am the lead developer and founder of Hibernate Search (http:// search.hibernate.org). Hibernate Search is a somewhat competitive product of Solr but in a slightly different space. Like Solr it uses Lucene, but while Solr aims at being a search server, Hibernate Search stays in the

Hibernate Search and Solr analysis package

2008-03-11 Thread Emmanuel Bernard
Even better with a subject :p On Mar 11, 2008, at 02:55, Emmanuel Bernard wrote: Hi, I am the lead developer and founder of Hibernate Search (http:// search.hibernate.org). Hibernate Search is a somewhat competitive product of Solr but in a slightly different space. Like Solr it uses

Re: Hibernate Search and Solr analysis package

2008-03-11 Thread Emmanuel Bernard
On Mar 11, 2008, at 04:30, Thorsten Scherler wrote: On Tue, 2008-03-11 at 03:04 -0400, Emmanuel Bernard wrote: ... Do you guys have any concern with such an approach? I am not only thinking technically (your lights are more than welcome), but more broadly with the concept of code borrowing