Pathiyil, Praveen wrote:
1) Can we have queries with wildcards in nutch ? (Ex: can I query for assign* for getting hits on assignments and assignment)

Not at present. Such searches are a performance liability. That said, it would not be technically hard to add support for them.


2) How do I query specific fields of a document ? While indexing, I am feeding in external data like "creation date" of the document. If I want to query documents based on this field, how do I do that ? There seems a way in nutch to do this as in checking for results from a specific site by specifying "site:".

You need to add fields to the document with an IndexingFilter plugin, and then provide a QueryFilter plugin to search them.


Doug


------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Nutch-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to