source: trunk/gsdl/src/java/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13570   17 years kjdon catch unforseen exceptions, and check for null sort_field and …
(edit) @13569   17 years kjdon added OTHER_ERROR
(edit) @13558   17 years kjdon fixed up the clean command
(edit) @13557   17 years kjdon in GS3 we will use GS2LuceneQuery directly, so moved most of the …
(edit) @13556   17 years kjdon a results class for when we are doing queries through Java rather than …
(edit) @13555   17 years kjdon added GPL license info
(edit) @13473   17 years shaoqun added the method used by translator
(edit) @13470   17 years shaoqun make it accept xml files from a command line
(edit) @13223   18 years shaoqun used utf-8 coding for the input stream
(edit) @13054   18 years mdewsnip Now puts the terms through xmlSafe() as well, to prevent invalid XML …
(edit) @12999   18 years mdewsnip Code for caching query results (eg. in index/sidx/cache), disabled by …
(edit) @12993   18 years mdewsnip Now stores the query results XML in a string buffer before outputting …
(edit) @12991   18 years mdewsnip Ooops... managed to lose the header of the XML output in my recent changes.
(edit) @12989   18 years mdewsnip Follow to close the searcher object.
(edit) @12987   18 years mdewsnip You can now specify the query string as a command-line argument to …
(edit) @12983   18 years mdewsnip Moved the stuff for running the query into a new runQuery function, in …
(edit) @12981   18 years mdewsnip Tidied up command-line option parsing in preparation for allowing the …
(edit) @12980   18 years mdewsnip Now passes the endresults value (if defined) into the …
(edit) @12976   18 years mdewsnip Rearranged some code to make the fact that the term information is now …
(edit) @12975   18 years mdewsnip Simplified all the term frequency stuff considerably, and made it …
(edit) @12846   18 years mdewsnip Minor changes.
(edit) @12776   18 years mdewsnip Fixed a bug where misspelled words could be marked as stop words with …
(edit) @12775   18 years mdewsnip Fixed bug where some terms have zero frequency (because they don't …
(edit) @12773   18 years kjdon added xmlSafe around the query_string in the XML output - can't have & …
(edit) @12772   18 years kjdon put the { of an if or while or else statement on the same line as the …
(edit) @12770   18 years mdewsnip Changed the Lucene "-fuzzy" argument to "-fuzziness <value>", for more …
(edit) @12656   18 years mdewsnip Put old range filter stuff back, and added "-startresults" and …
(edit) @12653   18 years mdewsnip Made it a little bit easier to use a custom set of stop words with Lucene.
(edit) @12594   18 years shaoqun added code that uses MARCXML mapping file
(edit) @12593   18 years shaoqun a util class that converts a string to its lowercase
(edit) @12429   18 years mdewsnip Changed the "-filter" argument to use a general Lucene QueryFilter, …
(edit) @12418   18 years mdewsnip Now returns parse exceptions and too many clauses exceptions as …
(edit) @12415   18 years mdewsnip Moved the code that messes around with the query to add the fuzziness …
(edit) @12408   18 years mdewsnip Added a "-filter" option which can currently be used for specifying …
(edit) @12395   18 years shaoqun xslt transformation java code
(edit) @12390   18 years mdewsnip More fixes, many thanks to John Thompson and DL Consulting Ltd.
(edit) @12387   18 years mdewsnip Fixes for fuzzy searching, many thanks to John Thompson and DL …
(edit) @12377   18 years mdewsnip Now returns query term occurrences correctly, and does fuzzy searching …
(edit) @12376   18 years mdewsnip Now stores term vectors (for the TX field only), to support query term …
(edit) @12375   18 years mdewsnip Ooops... StopWord output went to STDERR instead of STDOUT.
(edit) @12372   18 years mdewsnip Now returns the stop words that have been removed from the query.
(edit) @12364   18 years mdewsnip Now uses the t variable to control whether a "some" or "all" search is …
(edit) @12275   18 years mdewsnip Added a command-line option for sorting the search results.
(edit) @12264   18 years mdewsnip New classes to support incremental building with Lucene, many thanks …
(edit) @12261   18 years mdewsnip Changed the way query terms are output. Also shows the number of query …
(edit) @12259   18 years mdewsnip Remove some unused stuff.
(edit) @12257   18 years mdewsnip Added package definitions.
(edit) @12256   18 years mdewsnip Now returns query terms and their frequencies.
(edit) @12255   18 years mdewsnip Upgraded the version of Lucene from 1.4.1 to 2.0.0... what's the worst …
(edit) @12254   18 years mdewsnip Made this compatible with Lucene 1.9 and newer.
(edit) @12242   18 years mdewsnip Added "-p" to the mkdir command so it doesn't die if the directory …
(edit) @11805   18 years kjdon lucene license file
(edit) @11694   18 years shaoqun add code to check whether document_root is null
(edit) @11693   18 years shaoqun add code to check status of downing image
(edit) @11692   18 years shaoqun added image handle method, add code to check status of downing image
(edit) @11691   18 years shaoqun removed image handle methods to CollageImage
(edit) @11690   18 years shaoqun changed refresh delay
(edit) @11648   18 years shaoqun add code to guard ArryOutofBound error in handlepixels method
(edit) @11647   18 years shaoqun add a new variable (url) to CollageImage class, so we known where the …
(edit) @11646   18 years shaoqun if there is no screenview, clicking an collage image, the user will …
(edit) @11645   18 years shaoqun add a method to check wether an image and its screenview (if any) has …
(edit) @11572   18 years shaoqun make the image fading more before removing it
(edit) @11570   18 years shaoqun commentn out the code moving the first picture around
(edit) @11566   18 years shaoqun removed Display.class
(edit) @11565   18 years shaoqun new wersion that does not use Dislay class
(edit) @11564   18 years shaoqun changed the code handling threads
(edit) @11563   18 years shaoqun changed the code handling threads to make it threads safe
(edit) @11562   18 years shaoqun changed code handling threads
(edit) @11561   18 years shaoqun changed back to use Vector collection
(edit) @11472   18 years shaoqun set external_links_ = null if exception occurs
(edit) @11471   18 years shaoqun changed the code getting the greenstone home (document root)
(edit) @11420   18 years shaoqun add code to get the greenstone home directory
(edit) @11419   18 years shaoqun fix code that test the image file extension and external links
(edit) @11418   18 years shaoqun replaced &amp; with &
(edit) @11417   18 years mdewsnip Undoing Katherine's change.
(edit) @11416   18 years kjdon testing cvs, added a space
(edit) @11245   18 years kjdon by default, lucene indexer will only index the first 10,000 words of a …
(edit) @11244   18 years kjdon a couple of changes to get the jar file creating properly (including …
(edit) @11243   18 years kjdon the lucene jar file needed for compiling
(edit) @10166   19 years davidb Comments reformated to fit 80 char column width.
(edit) @10164   19 years davidb Code upgraded to support incremental building. This mostly involves …
(edit) @9988   19 years mdewsnip More fixes for Lucene Unicode support.
(edit) @9237   19 years davidb Improvements to checking or applet parameters.
(edit) @8928   19 years sjboddie Altered phind so it works correctly over an https connection …
(edit) @8521   20 years davidb java bridge from how greensotne likes to do indexing and querying to …
(edit) @7788   20 years kjdon Johns fix: He accidently used SocketTimeoutException which, despite …
(edit) @7734   20 years kjdon commiting John T's changes (c/- DL Consulting) to stop phind hanging …
(edit) @7527   20 years davidb Incorrect file commited. This is the correct one!
(edit) @7334   20 years davidb General improvements to the Collaging code, including support options …
(edit) @6816   20 years mdewsnip The GsdlCollageApplet: a classifier that displays a collage of the …
(edit) @6269   20 years mdewsnip Added improvements to tidy_URL to work with https, thanks to Doug Carter.
(edit) @3178   22 years kjdon fixed an obscure IE bug - it was adding a port number of -1 to the url …
(edit) @2789   23 years kjm18 fixed the Prev and Next buttons
(edit) @2687   23 years jrm21 added classpath so it compiles without manual intervention now
(add) @2507   23 years sjboddie Tidied up the phind client a little more. It now belongs to the …
Note: See TracRevisionLog for help on using the revision log.