source: SRUServer

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6106   9 years schonefeld - bump cql-java dependency to version 1.12
(edit) @6105   9 years schonefeld - for some reason JavaDoc? started to dislike empty tags. Change them …
(edit) @5926   9 years schonefeld - bump version
(edit) @5925   9 years schonefeld - tag version 1.6.0
(edit) @5924   9 years schonefeld - re-work diagnostics to support custom diagnostic URIs
(edit) @5899   9 years schonefeld - fix typo in method name
(edit) @5520   10 years schonefeld - more precise Java Doc
(edit) @3001   11 years oschonef - remove redundant null-checks (found by FindBugs?)
(edit) @2873   11 years oschonef - generalize and simplify
(edit) @2867   11 years oschonef - save a few bytes of memory
(edit) @2866   11 years oschonef - deprecate getRecordSchemaName() method of SRURequest HEADS UP: …
(edit) @2749   11 years oschonef - bump version
(edit) @2748   11 years oschonef - tag version 1.5.0
(edit) @2747   11 years oschonef - remove deprecated method from SRUSearchEngineBase
(edit) @2737   11 years oschonef - fix typo
(edit) @2734   11 years oschonef - fix some typos
(edit) @2729   11 years oschonef - add Index Data repository in favor of CLARIN repository (for …
(edit) @2702   11 years oschonef - add CLARIN Maven repository to POM (for cql-java.jar) - remove …
(edit) @2701   11 years oschonef - clearify instructions for installing the cql-java.jar into local …
(edit) @2700   11 years oschonef - fix Javadoc
(edit) @2699   11 years oschonef - nextRecord() and nextTerm() methods can now throw SRUException
(edit) @2698   11 years oschonef - buffer output as long as possible (helps to gracefully recover from …
(edit) @2693   11 years oschonef - tag version 1.4.2
(edit) @2692   11 years oschonef - fix "first record out of range" generated for empty result sets …
(edit) @2691   11 years oschonef - tag version 1.4.1
(edit) @2688   11 years oschonef - fix "first record out of range" generated for empty result sets
(edit) @2685   11 years oschonef - bump version
(edit) @2684   11 years oschonef
(edit) @2683   11 years oschonef - some more JavaDoc? updates
(edit) @2682   11 years oschonef - add comma
(edit) @2681   11 years oschonef - automatically apply default upper limit to "maximumTerms" - add …
(edit) @2680   11 years oschonef - if client did not provide values for parameters "startRecord" or …
(edit) @2679   11 years oschonef - don't allow overriding of maximumRecords, if forbidden by config
(edit) @2665   11 years oschonef - re-shuffle legacy init-parameter stuff
(edit) @2664   11 years oschonef - fix some typos
(edit) @2650   11 years oschonef - (re-)tag version 1.3.1
(edit) @2649   11 years oschonef - fix compat shim (narf!)
(edit) @2648   11 years oschonef - tag version 1.3.1
(edit) @2647   11 years oschonef - fix compat shim
(edit) @2646   11 years oschonef - bump version
(edit) @2645   11 years oschonef - tag version 1.3.0
(edit) @2644   11 years oschonef - fix off-by-one when checking for out of range "startRecord" …
(edit) @2643   11 years oschonef - add compatibility shim for legacy init parameter
(edit) @2642   11 years oschonef - fix typo in initialization parameter name (spotted by Olha) HEADS …
(edit) @2625   11 years oschonef - bump version
(edit) @2624   11 years oschonef - tag version 1.2.0
(edit) @2623   11 years oschonef - update copyright - fix some whitespace
(edit) @2622   11 years oschonef - prefix all (initialization) parameters with …
(edit) @2621   11 years oschonef - fix typo
(edit) @2553   11 years oschonef - fix typo in error message
(edit) @2302   12 years oschonef - make ServletContext? available to init() method HEADS UP: the old …
(edit) @2295   12 years oschonef - bump version
(edit) @2294   12 years oschonef - tag version 1.1.0
(edit) @2246   12 years oschonef - cleanup whitespace - add some javadoc
(edit) @2243   12 years oschonef - send proper diagnostic, if startRecord is greater then total results …
(edit) @2220   12 years oschonef - re-order imports (java api stuff first, then others) - make …
(edit) @2219   12 years oschonef - we're currently working towards 1.1.0 (since 1.0.0) was released; …
(edit) @2216   12 years herste very small fix to runtime error, catch the right kind of exception :)
(edit) @2215   12 years oschonef - bump version number
(edit) @2214   12 years oschonef - tag version 1.0.0
(edit) @2210   12 years oschonef - cleanup whitespace
(edit) @2208   12 years oschonef - add maven modules to build javadoc and source jars on package build
(edit) @2206   12 years oschonef - fix server auto-configuration with Servlet API 2.4
(edit) @2201   12 years oschonef - change wording of error message - don't try to indent after …
(edit) @2199   12 years oschonef - fix in-valid XML output with XCQL scanClause
(edit) @2106   12 years oschonef - improve Java docs
(edit) @2103   12 years oschonef - fix some code style issues - remove unnecessary code
(edit) @2101   12 years oschonef - (style) put variable declaration after comment
(edit) @2099   12 years oschonef - (regression, NARF!) fix invalid XML response if scan operation …
(edit) @2098   12 years oschonef - fix invalid XML response if scan operation yielded no results
(edit) @2023   12 years oschonef - fix NullPointerException? with malformed request
(edit) @2004   12 years oschonef - back out r2003
(edit) @2003   12 years zastrow
(edit) @2000   12 years oschonef - fix some typos
(edit) @1999   12 years oschonef - fix serious errors - of course, search should be abstract - …
(edit) @1991   12 years oschonef - add link to Cosmas example service
(edit) @1990   12 years oschonef - add SRUServerServlet and SRUSearchEngineBase - add close() method to …
(edit) @1989   12 years oschonef - conform to SRU spec when generating fatal diagnostic - minor clenaups
(edit) @1982   12 years oschonef - fixed error in logic, when recordSchema is supplied in request
(edit) @1968   12 years oschonef - obey request recordPacking when serializing surrogate diagnostic
(edit) @1957   12 years oschonef - make numberOfRecords and maximumRecords a configuration option and …
(edit) @1956   12 years oschonef - cleanup whitespace
(edit) @1955   12 years oschonef - prepare for output indenting support (disabled for now)
(edit) @1952   12 years oschonef - fix extra request data name check
(edit) @1951   12 years oschonef - fix broken over-long result set detection
(edit) @1950   12 years oschonef - slightly change logging message
(edit) @1890   12 years oschonef - fix parsing of /indexInfo/index/map settings - sanity check for …
(edit) @1889   12 years oschonef - re-name some classes to better match to SRU specification components …
(edit) @1883   12 years oschonef - fix namespace
(edit) @1882   12 years oschonef - set svn:ignore properties
(edit) @1881   12 years oschonef - import of sru server endpoint
(add) @1880   12 years oschonef - initial project structure for sru endpoint
Note: See TracRevisionLog for help on using the revision log.