google-search-appliance

Nexus CMS - Google Search Appliance indexing.

http://nexuscms.com/ Anybody use this CMS? i dont know much about it, need to index a site which was built using it with a GSA (google search appliance), but there is very little documentation about it on their website. wondering if there will be any pitfalls, what type of database does it use.. thanks. ...

GSA Wrapper in java?

Hello, Does anybody knows a good wrapper implementation for Google Search Appliance? ...

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. ...

Is a Google Search Appliance feed added in realtime?

How long after a document is fed to the Google Search Appliance using a content feed can I expect to see the document in the search results? ...

Authenticating to Google Search Appliance using Basic HTTP auth and ASP.NET (VB)

I've run into a snag though which has to do with authentication between the Google Search Appliance and ASP. Normally, when asking for secure pages from the search appliance, the search appliance asks for credentials, then uses these credentials to try and access the secure results. If this attempt is successful, the page shows up in the...

GSA Administrative API

I am having trouble getting the GSA Admin API up and running. I have tried the C# sample app and rolling my own in C# and in PHP following the protocol documentation, but with no luck. Am I missing something? ...

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...

Icons to use in a program generating feeds for Google Search Appliance

We're developing a program that generates search feeds for Google Search Appliance. We would like to use icons that would be associated with Google Search Appliance in the program interface. Is there a list of icons Google officially allows to use in such cases? ...

Un-Published items showing in Drupal search results (google search appliacne)

I inherited a Drupal 5 site recently and have a series of enhancements to make. Several of then revolve around search results. Unpublished pages showing up in search engine results. Some of these are old pages, others are recently unpublished. All are correctly marked as unpublished in the CMS and are still showing up. Outdated pages...

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 Search Appliance - Creating a Forms Authentication Rule

I am using Google search appliance and encountered an issue while trying to crawl forms based site. Once I add required fields to create a "new forms authentication" rule, I get a forms authentication login wizard where I enter my credentials. However, I am unable to proceed further as I get a JavaScript error (_doPostBack method ) withi...

Google server forms authentication

I've setup forms authentication in my Google Search Appliance. Is there a way to have the title and a summary come back for protected pages? Currently, since they are all redirected to the login page, all search results are titled as "Login." I'm using asp.net with the .net framework 3.5. ...

How can I get MediaWiki to ignore page views from a Google Search Appliance?

The page view counter on each MediaWiki page seems like a great way to identify popular pages which are worth putting more effort into keeping up-to-date and useful, but I've hit a problem. We use a Google Search Appliance to index our MediaWiki installation. The problem I have is that the GSA increments the page view counter each time ...

Google Search Appliance (Google mini) for startups

Is Google Search Appliance a good fit for a startup like Stackoverflow (just an example)? How does it fare? I haven’t seen many examples or talk about this device being used in the startup circles. I need enhanced search experience with capabilities like stemming, spell check, relevancy, easy of indexing and retrieving and complete cust...

Google Search Appliance index content from database

Hi, Instead using the google search appliance crawler for index content, im using a query to a sql server database. The query is running fine, but i supposed that all these registries belong now to the Default collection (the complete index of Google Search Appliance). Do you know how could i create a new Collection with only the dat...

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. ...

Google Search appliance Schedule Reindexing.

Hi to all, my question is simple: Are any way to delete the index and schedule the reindexing? Best regards. Jose ...

Google Search Appliance feed application not found

Hi, Im trying to access to our appliance machine name using: http://&lt;APPLIANCE-HOSTNAME&gt;:19900/xmlfeed (of course replacing the appliance hostname by the real one). But i'm getting an error of page not found. I dont have problems when i access to the control panel on port 8000. is in the appliance a switch to allow access to t...

jQuery Autocomplete Json Ajax cross browser issue with Google Search Appliance

I am implementing a jquery autocomplete on a search form and am getting the suggestions from the Google Search Appliance Autocomple suggestions service which returns a result set in json. What I am trying to do is go off to the GSA to get suggestions when the user types something in the search box. The url to get the json suggestions i...