Re: [hibernate-dev] [Wildcard] Search: changing the way we search

2014-03-04 Thread Emmanuel Bernard
On 04 Mar 2014, at 15:07, Guillaume Smet wrote: > On Tue, Mar 4, 2014 at 1:24 PM, Emmanuel Bernard > wrote: >> And to be fair, how do you plan to make wildcard and wi fi work together in >> Lucene (any solution available). The solution I can think of is to index the >> property with an analy

Re: [hibernate-dev] [Wildcard] Search: changing the way we search

2014-03-04 Thread Guillaume Smet
On Tue, Mar 4, 2014 at 1:24 PM, Emmanuel Bernard wrote: > And to be fair, how do you plan to make wildcard and wi fi work together in > Lucene (any solution available). The solution I can think of is to index the > property with an analyzer stack that does not split words like that in two > tok

Re: [hibernate-dev] [Wildcard] Search: changing the way we search

2014-03-04 Thread Emmanuel Bernard
On 04 Mar 2014, at 12:09, Guillaume Smet wrote: > On Tue, Mar 4, 2014 at 11:09 AM, Emmanuel Bernard > wrote: >> I would like to separate the notion of autosuggestion from the wildcard >> problem. To me they are separate and I would love to Hibernate Search to >> offer an autosuggest and spell

Re: [hibernate-dev] [Wildcard] Search: changing the way we search

2014-03-04 Thread Guillaume Smet
On Tue, Mar 4, 2014 at 11:09 AM, Emmanuel Bernard wrote: > I would like to separate the notion of autosuggestion from the wildcard > problem. To me they are separate and I would love to Hibernate Search to > offer an autosuggest and spell checker API. AFAICS from the changelog of each version,

Re: [hibernate-dev] [Wildcard] Search: changing the way we search

2014-03-04 Thread Emmanuel Bernard
This email is about wildcard On 03 Mar 2014, at 17:11, Guillaume Smet wrote: > > And why is it not ideal: > 3/ wildcard and analyzers are really a pain with Lucene and you need > to implement your own cleaning stuff to get a working wildcard query. > > > IV. About wildcard queries > --