Actually I wanna construct range query like Age[10, 20] for my program. But I don't know how to modify QueryFilter.java and IndexFilter.java. Any tutorial for that? I appreciate any comments. Thanks.
Eric On Apr 10, 2005 9:27 AM, Stefan Groschupf <[EMAIL PROTECTED]> wrote: > Eric, > > quote queries and boolean operators are supported by nutch, if you like > to extend then have a look to the nutch query parser and browse the > mailing list archive for corresponding mails. > > HTH > Stefan > > Am 08.04.2005 um 22:29 schrieb Eric Money: > > > How could I make my nutch support fuzzy query, quote query and > > connectors, > > like > > work~ > > "work" > > work+home > > work-soho > > > > I included query-more plugins in my nutch-default.xml file, but seems > > the result > > does not support these queries. Thanks all. > > > > Eric. > > > > > --------------------------------------------------------------- > company: http://www.media-style.com > forum: http://www.text-mining.org > blog: http://www.find23.net > >
