i'm currently making search engine for a website content (only for searching within that website). however, i'm thinking of building the index in the staging server. it's something like this: 1. i stage my code at www.staging_server.com 2. i index the pages at www.staging_server.com 3. i copy codes at www.staging_server.com to www.production_server.com 4. i copy the index to www.production_server.com index???
the problem with step 4 is that the urls in the index created in step 2 is in the form of www.staging_server.com/index, www.staging_server.com/whatever, www.staging_server/anything. but what i need is www.production_server.com/index, www.production_server.com/whatever, www.production_server.com/anything
i'm wondering whether the urls in the index can be changed programmatically. and if so, how to do that?
note: i'm nutch beginner, so please be merciful to me