source: trunk/gsdl/src/colservr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @830   24 years davidb Support for cross-collection searching (CCS)
(edit) @829   24 years davidb Support for docs/sections with more than one metavalue for a metadata name
(edit) @807   24 years sjboddie fixed a couple of compiler warnings
(edit) @804   24 years sjboddie added support for multiple gsdlhomes and gdbmhomes
(edit) @803   24 years sjboddie added support for multiple gsdlhomes and gdbmhome
(edit) @787   24 years sjboddie fixed bug in phrasematch stuff
(edit) @767   25 years sjboddie removed an assert - collections may at times be empty now
(edit) @766   25 years sjboddie Added filter option to remove documents not matching a phrase match. …
(edit) @743   25 years sjboddie first attempt at a windows makefile
(edit) @742   25 years sjboddie don't need crypt in the makefile (I think)
(edit) @722   25 years davidb Collection building support through web pages and internal and …
(edit) @701   25 years sjboddie added path to config.h
(edit) @676   25 years sjboddie corrected omission of crypt from libraries
(edit) @650   25 years sjboddie - metadata now returns map rather than array - redesigned browsing …
(edit) @643   25 years sjboddie finally removed this old stuff as it kept confusing me
(edit) @633   25 years rjmcnab change to use has_unicode_letdig in text_t
(edit) @621   25 years sjboddie Endresults queryfilter option may now take '-1' for 'all'
(edit) @615   25 years sjboddie fixed an error in what I committed last
(edit) @613   25 years sjboddie added Maxdocs queryfilter option (which may be -1 for 'all')
(edit) @612   25 years sjboddie added Maxdocs queryfilter option (which may be -1 for 'all)
(edit) @577   25 years sjboddie Tidied up makefiles a bit
(edit) @574   25 years sjboddie oops
(edit) @570   25 years sjboddie fixed error
(edit) @568   25 years sjboddie screwy make fix
(edit) @567   25 years sjboddie fixed autoconf fastcgi error
(edit) @561   25 years sjboddie added GPL header
(edit) @558   25 years sjboddie more configure stuff
(edit) @556   25 years cs025 more configure stuff
(edit) @553   25 years sjboddie removed old makefile
(edit) @539   25 years rjmcnab Seems to be an error in mg for retrieving documents using a paragraph …
(edit) @534   25 years sjboddie added gpl notice
(edit) @504   25 years rjmcnab Changes for AIX.
(edit) @503   25 years rjmcnab Added a match mode for some and all.
(edit) @502   25 years rjmcnab Added MatchMode.
(edit) @501   25 years rjmcnab Added matchmode option for some and all.
(edit) @500   25 years rjmcnab fixed small problem
(edit) @499   25 years rjmcnab Fixed small bug.
(edit) @498   25 years rjmcnab Increased MAXNUMDOCS
(edit) @497   25 years rjmcnab A couple of minor things.
(edit) @496   25 years rjmcnab A couple of gdbm changes.
(edit) @495   25 years rjmcnab A few changes for AIX.
(edit) @494   25 years rjmcnab Changes for AIX.
(edit) @493   25 years rjmcnab A few changes to get compiling on AIX.
(edit) @492   25 years rjmcnab Changes to get compiling on AIX.
(edit) @491   25 years rjmcnab small update.
(edit) @473   25 years sjboddie small change to allow for searching using boolean operators
(edit) @472   25 years sjboddie changed FilterRequest_t::docSet into an array
(edit) @466   25 years sjboddie fixed a bug (or created another one)
(edit) @460   25 years sjboddie added ability to get return all available metadata when 'fields' is empty
(edit) @440   25 years sjboddie changed mg-1.3d to mg
(edit) @432   25 years sjboddie added ability to set receptionist from configuration files
(edit) @401   25 years rjmcnab Fixed a weird bug to do with a faulty case statement.
(edit) @398   25 years sjboddie changed isApprox
(edit) @396   25 years sjboddie got using phrasesearch for post-processing
(edit) @395   25 years sjboddie changed to use termfreqclassarray type
(edit) @394   25 years sjboddie added termfreqclassarray type
(edit) @393   25 years sjboddie removed all the old post-processing stuff
(edit) @367   25 years rjmcnab Moved to src/recpt
(edit) @358   25 years rjmcnab Fixed a couple of compiler conflicts
(edit) @355   25 years rjmcnab Added result_num to the ResultDocInto_t structure.
(edit) @352   25 years sjboddie format stuff
(edit) @351   25 years rjmcnab Added ability to combine two or more independant queries.
(edit) @350   25 years rjmcnab broke search_index into index+subcollection+language within mgsearch
(edit) @343   25 years rjmcnab Disabled quoted strings.
(edit) @334   25 years rjmcnab Changes for better reporting of number documents which match a query. …
(edit) @333   25 years rjmcnab fixed bug :-
(edit) @328   25 years rjmcnab Initial revision.
(edit) @327   25 years rjmcnab reduced MAXDOCS to 200 (more reasonable ???). I also added a virtual …
(edit) @326   25 years rjmcnab Added a set of utf8 encoded equivalent terms of a query term. I also …
(edit) @325   25 years rjmcnab Added code to plug in the equivalent terms of each of the query terms. …
(edit) @324   25 years rjmcnab Added a function to get the equivalent terms of a query term. I also …
(edit) @323   25 years rjmcnab fixed a small warning.
(edit) @319   25 years rjmcnab made stemming functions available from mgsearch and made the stems for …
(edit) @312   25 years sjboddie Fixed up default index for get_document
(edit) @311   25 years rjmcnab Added a couple of fields to queryinfo to handle a special version of mg.
(edit) @308   25 years rjmcnab A bit of hacking to remove the restriction that the index to get a …
(edit) @302   25 years sjboddie now check for defaultindex, defaultsubcollection, and defaultlanguage …
(edit) @301   25 years sjboddie got rid of all the old functions for dealing with dir indexes
(edit) @273   25 years sjboddie fixed bug in isApprox and set MAXDOCS to always be 500
(edit) @271   25 years sjboddie Few changes to get getParent filter option to return metadata of …
(edit) @265   25 years sjboddie phrase searching now uses case-folding if it's turned on
(edit) @259   25 years sjboddie lots of changes to lots of files - getting document action going
(edit) @249   25 years sjboddie lots of stuff to do with getting documentaction working
(edit) @243   25 years sjboddie made another change to the one I just committed. if requested metadata …
(edit) @242   25 years sjboddie changed the way metadata is returned
(edit) @238   25 years rjmcnab Finished the gdbm metadata stuff
(edit) @237   25 years rjmcnab Made a little more progress.
(edit) @236   25 years rjmcnab Started on a mg and gdbm source.
(edit) @235   25 years rjmcnab Finished the query filter.
(edit) @234   25 years rjmcnab Initial revision.
(edit) @227   25 years rjmcnab Initial revision.
(edit) @226   25 years rjmcnab Got browsefilter working.
(edit) @220   25 years rjmcnab Altered the protocol so that the metadata is part of the filter.
(edit) @219   25 years rjmcnab Initial revision
(edit) @216   25 years rjmcnab Initial revision.
(edit) @196   25 years rjmcnab Added dummy filter and metadata results.
(edit) @194   25 years rjmcnab Moved from src/recpt.
(edit) @191   25 years rjmcnab Made some alterations to fit with the changes to the comtypes. Added …
(edit) @186   25 years sjboddie Provided stub functions for the protocol
(edit) @166   25 years rjmcnab Initial revision.
Note: See TracRevisionLog for help on using the revision log.