Thanks Stefan. It turns out my problem/confusion was because I was using fields="[my_field_name]" instead of fields="DEFAULT" in the plugin.xml definition of my query filter. If I understand it correctly that was causing my filter to only get used when I did a search for "[my_field_name]:[query]". Once I can figure out the right way to document that, I'll give it a shot.
Thanks, Jake. -----Original Message----- From: Stefan Groschupf [mailto:[EMAIL PROTECTED] Sent: Sunday, January 29, 2006 5:09 PM To: [email protected] Subject: Re: Searching > * What filters get used by default? Depends on the configured query filter plugins. > > * By default can you do searches on specific fields (i.e. > title:"The way > things work")? yes. there is a site, url and type query filter. Site is also stored in a extra filed but there is no query filter i know. > > * Are all filters required to produce a match for the result to be > returned? If so, is there a way doing a search where results are > those > matched either by one filter or by a different filter? you have to use the filter in the query (e.g. use the host query filter): "host:foo.com bar" > > Thanks, > Jake. > --------------------------------------------------------------- company: http://www.media-style.com forum: http://www.text-mining.org blog: http://www.find23.net ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
