Re: is it possible create another SimpleQueryParser with Google like syntax?

2002-08-26 Thread Che Dong
http://nagoya.apache.org/eyebrowse/SearchList?listId=&[EMAIL PROTECTED]&searchText=Peter+Halascy+&defaultField=sender&Search=Search Is it possible make QueryParser.jj with "and" relation by default? Che, Dong - Original Message - From: "Otis Gospodnetic" <[EMAIL PROTECTED]> To

Re: is it possible create another SimpleQueryParser with Google like syntax?

2002-08-26 Thread Otis Gospodnetic
This is already possible. Peter Halascy made a contribution over a month ago that makes this possible. Otis --- Che Dong <[EMAIL PROTECTED]> wrote: > > I mean: Parse query "aa bb" as "aa and bb" at default. > > > > Seem lucene took much time on complex QueryParser > > after moving to apache pr

is it possible create another SimpleQueryParser with Google like syntax?

2002-08-26 Thread Che Dong
> I mean: Parse query "aa bb" as "aa and bb" at default. > > Seem lucene took much time on complex QueryParser > after moving to apache project. is it possible create > another SimpleQueryParser with Google like syntax? > > Thank you. > > > Che, Dong > > __

[contrib]: StandardTokenizer with sigram based CJK Support

2002-08-26 Thread Che Dong
> Attached StandardTokenizer.jj with Sigram Based east > asia language support: > tested under Windows and GNU/Linux > > Just treat different UnicodeBlock with different word > segment method. > > Hope in the future released we can add more language > support in StandardTokenizer.jj st

Re: Modifying document with unstored fields

2002-08-26 Thread Dmitry Serebrennikov
Victor Hadianto wrote: >On Mon, 26 Aug 2002 10:47, Dmitry Serebrennikov wrote: > > >>Victor Hadianto wrote: >>Yes, generally, there are two answers -- either make all fields stored >>or use some other database for the storage of the "master" documents. >> >> > >Thanks Dimtry for pointing th