google-mini

Google Mini: Accessing cached crawled file contents?

Right now I've got a Google Mini crawling a directory containing a bunch of documents in various formats. Is there a way to access the cached contents of a specific document in this directory (if it has been crawled/cached)? I'm looking for the plain text of the file, not the crawled file itself. ...

Google: Disabling the appliance-hosted search page?

Is there a way to disable or password-protect the search page hosted on a Google Mini appliance? I'm referring to the page descriped in option 1 here. I basically want to prevent someone from stumbling onto this URL and searching here rather than through one of the actual sites using the appliance. ...

How can I get the Google Mini seach results, using the iFrame, to not open in the iFrame

I have an asp.net site using the Google Mini. I have a search box on the masterpage that redirects to a search results page that displays the results in an iFrame. This approach is all taken from the documentation provided by Google for the Mini and seems pretty simple. What the doc doesn't cover (or I can't find) is that clicking on ...

Google mini ignoring sitemap

Hi, I'm in the processing of setting up a Google Mini device to index an ASP.Net site which has a lot of dynamically generated content. I've created a dynamic site.map XML file which lists all of the dynamic URL's. This conforms to the XML site map format and is currently being indexed by Google but seems to be ignored by the Google min...

Google Mini only serving linking pages

I have a peculiar error in our Google Mini box. The setup is as simple as it can be. Google Mini is set to crawl a specific site and only that site. We have only the default front-end and default-collection No page exceptions or exclussions No https or logins All Url's and ip adresses are correct. Google Mini is crawling fine and ind...

Google mini xml returns 504 error code

Hi there, We have a Google mini indexing a client site returning results in XML format. Occasionally (1 in 1000 requests in my small sample) results XML is not returned but the following is instead: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE GSP SYSTEM "google.dtd"> <GSP VER="3.2"> <ERROR>504</ERROR> </GSP> ...

Google mini timeouts

Hi there, We use a Google mini to index a client site and when a user does a search we make a HTTP request to the Google mini and get the results back in XML which is processed and displayed to the user. The client has reported a lot of timeouts occurring on on the HTTP requests (we timeout after 10 seconds) and after checking the resu...

How can I find out the model code for my Google mini

Hi there, We are experiencing some problems with our google mini and I need to know what model we're using as referenced here http://code.google.com/apis/searchappliance/documentation/52/troubleshooting/Designing%5FSearch%5FSolution.html#Queueing Our google mini is racked and the label seems to be underneath it, so it's not easy to fin...

Google Mini proxystylesheet

Current Google Mini setup uses customized stylesheet setup on the appliance. I am looking to apply a different style to another collection I am integrating into a site. How can I override the default and apply a custom style? Where do you place the custom stylesheet so that it can be referenced? Thank you. ...

Google Mini - phrase matching

is there a setting in the google mini search appliance that allows you to control how sensitive the results are? for example, searching for the phrase "building permit" will return results; searching for "building permit zoo" will return none. can i get it to give me results containing any of the words? thank you. ...

Can a Google Search Appliance / Mini output JSON/JSONP?

Using Google Mini for a website that needs output from the Google Mini in a JSON/JSONP format for front-end querying purposes. Google Mini does publish an XML feed that could potentially be used by a middle process to convert to JSON/JSONP. Can Google Search Appliance / Mini output to JSON/JSONP using a plug-in, modification to an XSLT ...