Hi, Thanks for the fast response.
Roger, where can I find the class you say? And I think I should explain better what I need. I want to use nutch just to crawl and extract the urls, not parse, not index, not searching. With each url I want to index the content with my own indexer, because I need to add some fields that can't be fetched with nutch (I think). And then search with my own searcher. About dynamically adding urls... I have an app that will add information of different sites and add its urls. Those urls are the ones I need to crawl and index. Because of this, the urls could be added or deleted at any moment, and when they're added I have to start crawling them, and when they are deleted, delete all its urls and data from the index. I need to do all this from java code (that's what I meant by doing it programmatically, sorry for the bad explanation). Lewis, you said that I could find info in the wiki, but I've searched and I couldn“t find anything that would help me. Thanks :) -- View this message in context: http://lucene.472066.n3.nabble.com/Use-nutch-to-crawl-and-Lucene-to-index-and-Search-tp1924941p1929111.html Sent from the Nutch - User mailing list archive at Nabble.com.

