On Thu, 2009-07-16 at 12:19 +0200, Andreas Hartmann wrote: > Thorsten Scherler schrieb: > > On Tue, 2008-05-13 at 17:28 +0200, Andreas Hartmann wrote: > >> Andreas Hartmann schrieb: > >>> Andreas Hartmann schrieb: > >>>> Hi Lenya users, > >>>> > >>>> I'd like to hear about your opinions regarding the search capabilities > >>>> Lenya should provide. > >>> I have prepared a first draft for the search API: > >>> > >>> http://lenya.zones.apache.org/drafts/searchapi/ > >>> > >>> Any questions and comments are very welcome. In my sandbox I also have a > >>> Lucene-based implementation which I'm testing at the moment. > >> I opened a bug and attached a patch: > >> > >> https://issues.apache.org/bugzilla/show_bug.cgi?id=44990 > > > > I had a quick look at the patch. The only question is why you removed > > the ESCAPED_CHARACTERS part? Is it to force this control to the client? > > The Lucene QueryParser already provides a method for this purpose, so we > can delegate it: > > - return new Term(escape(field), value); > + return new Term(QueryParser.escape(field), value);
Right I forgot about that. > > > > IMO this functionality is a BIG improvement to lenya and should go into > > our dist. > > Yes, I think so too. I could commit it to the 2.1 branch as soon as it > is created. +1 TIA salu2 -- Thorsten Scherler <thorsten.at.apache.org> Open Source Java <consulting, training and solutions> Sociedad Andaluza para el Desarrollo de la Sociedad de la Información, S.A.U. (SADESI) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
