Re: [hibernate-dev] Hibernate Search 3.1

2008-02-26 Thread Nick Vincent
Hi all, I've been doing a lot of work with Hibernate Search recently and have been pushing the lucene search side of it pretty hard. I've made several changes to improve performance and functionality and have created patches for these locally, but would like some feedback on my approach: 1) Simi

Re: [hibernate-dev] Hibernate Search 3.1

2008-02-27 Thread Nick Vincent
Hi Emmanuel, On 26/02/2008, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: > > On Feb 26, 2008, at 06:41, Nick Vincent wrote: > > > > > > 2) Explaining results > > > > This uses the new DOCUMENT_ID projection introduced in 3.0.1 to > > explain

Re: [hibernate-dev] Hibernate Search 3.1

2008-02-27 Thread Nick Vincent
On 27/02/2008, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: > > On Feb 27, 2008, at 08:40, Nick Vincent wrote: > > > Hi Emmanuel, > > > > On 26/02/2008, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: > >> > >> On Feb 26, 2008, at 06:4

[hibernate-dev] [Search] Adding more functionality to ScopedAnalyzer

2008-02-29 Thread Nick Vincent
Hi there, I would like to extend ScopeAnalyzer so that I can specify an analyzer for some extra fields that my custom bridge is writing into the index. I don't (and can't really) create dummy accessors in my class for these as their names are based on database data. For example imagine we wanted