Ignore:
Timestamp:
2010-01-21T18:19:27+13:00 (14 years ago)
Author:
ak19
Message:

Corrections to get things working again with GSearch2.2 for Fedora3.3: 1. gFindObjects takes the same parameters as before but in a different order; 2. Needed to extend fieldmaxlength, since the PID returned got truncated otherwise.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gs3-webservices-java-client/trunk/src/GS3Fedora/org/greenstone/fedora/services/FedoraGS3Connection.java

    r15733 r21573  
    186186     * - name of the index into which the GS3 documents have been indexed
    187187     * and which FedoraGenericSearch should use to perform searches. If none is
    188      * given in the properties file, then the index name defaults "FedoraIndex".
     188     * given in the properties file, then the index name defaults to "FedoraIndex".
    189189     * @param properties is the Properties Map loaded from a properties file
    190190     * (if there was any) which specifies such things as host and port of the
     
    469469            String docPID = getDocPIDFromDocID(id);
    470470            if(sectionID.equals("") || sectionID.equals("1")) {
    471                 //metadata of toplevel document is requested
     471                // metadata of toplevel document is requested
    472472                ex = this.getEX(docPID); // slightly faster than doing
    473473                        //getSectionEXMetadata(docID, "1")
     
    662662        }catch(Exception e) {
    663663            ex = new FedoraGS3RunException(e);
     664            //ex.setSpecifics("EX metadata datastream PID: |" + docIDs[i] + "|"); // for debugging PID
    664665            ex.setSpecifics("EX metadata datastream");
    665666        }
Note: See TracChangeset for help on using the changeset viewer.