I have multiple clients that use various public (i.e. google, freefind) searches, but I have a client who wishes to add a search to their loginID/password site for their clients.
Since the site requires a login, we use a session cookie to track users. When logged, they are assigned a variable. Every file has an if/else to check to see if that variable is there and if there has been no activity for 30 minutes, they are forced to log in again. All the files have this check before drilling down to the content.
I presume I would need to crawl these in offline mode. Does the crawl still follow links? Also, does the crawl index the content of the whole file? The files are XML based (using Terascript and server (.taf)). We do have some asp for file uploads and I would be using that or aspx for the actual searches. Also we have a couple of hundred pdf files that are linked that we would need to include. Not a large site, but probably several hundred files altogether. There are a couple of instances wher I would like to follow a post argument (?_usetype=vendor) but I would presume this would not work in offline mode? There would be just a couple of instances of this - can I specify an exact url for something like this?
I am looking at purchasing the Enterprise version and would be looking at a bit of support to get this up and running for this particular client. Does this all sound possible? The site in question is running on Win2008 server with IIS 7. Would also be looking at adding this to a couple of Win2008 R2 servers with IIS 7.5
Since the site requires a login, we use a session cookie to track users. When logged, they are assigned a variable. Every file has an if/else to check to see if that variable is there and if there has been no activity for 30 minutes, they are forced to log in again. All the files have this check before drilling down to the content.
I presume I would need to crawl these in offline mode. Does the crawl still follow links? Also, does the crawl index the content of the whole file? The files are XML based (using Terascript and server (.taf)). We do have some asp for file uploads and I would be using that or aspx for the actual searches. Also we have a couple of hundred pdf files that are linked that we would need to include. Not a large site, but probably several hundred files altogether. There are a couple of instances wher I would like to follow a post argument (?_usetype=vendor) but I would presume this would not work in offline mode? There would be just a couple of instances of this - can I specify an exact url for something like this?
I am looking at purchasing the Enterprise version and would be looking at a bit of support to get this up and running for this particular client. Does this all sound possible? The site in question is running on Win2008 server with IIS 7. Would also be looking at adding this to a couple of Win2008 R2 servers with IIS 7.5
Comment