source: trunk/gsdl/src/mgpp/text

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11115   18 years kjdon had AR = @AR@, and for some reason this is no longer being resolved to …
(edit) @11099   18 years davidb Changes AR = ar to AR = @AR@ to be consistent with cross compiling code.
(edit) @9632   19 years kjdon delete -> delete [] change submitted by Emanuel Dejanu
(edit) @9616   19 years kjdon changed | to || in GetStemMethod if statements
(edit) @9611   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @8691   20 years kjdon Added the changes from Emanuel Dejanu (Simple Words) - mostly …
(edit) @8244   20 years kjdon added in Partial matching for query terms. Cna type comp* as a query, …
(edit) @7416   20 years mdewsnip (Human Info) Changed iterators from here++ to ++here, and allocated …
(edit) @7413   20 years mdewsnip (Human Info) Added a variant of SetCStr that allows you to specify an …
(edit) @7060   20 years sjboddie Added DLL=1 and DLLDEBUG=1 options to the windows makefiles
(edit) @6278   21 years mdewsnip Removed mkinstalldirs command from execinstall on Kath's instruction. …
(edit) @6129   21 years kjdon changed var name from near to prox - reserved word?
(edit) @6121   21 years kjdon added the WITHIN operator
(edit) @6120   21 years kjdon fixed a bug
(edit) @6083   21 years kjdon added NEAR inside []
(edit) @5448   21 years kjdon added a new token type to the Lex module - UnknownE. this will match …
(edit) @4209   21 years kjdon parseQuery (in GSDLQueryParser) now returns NULL if there has been a …
(edit) @3525   22 years jrm21 use FILENAME_MAX macro instead of hard-coding values. This is posix, …
(edit) @3348   22 years kjdon added some more debug info
(edit) @3347   22 years kjdon added an extra error message
(edit) @3165   22 years jrm21 removed some debugging that was going to stderr.
(edit) @3161   22 years kjdon syntax now handles phrases insode a field search, and term …
(edit) @3055   22 years sjboddie Added -GX flag to Win32 makefiles to prevent compiler warnings under VC++6
(edit) @3015   22 years jrm21 include getopt_old.h if we are compiling on cygwin
(edit) @3008   22 years jrm21 According to the c++ standard, we can't use a UCArray::iterator …
(edit) @2928   22 years jrm21 replaced bzero and bcopy with memset and memcpy in the src, even …
(edit) @2698   23 years jrm21 Now also gives error message under win32.
(edit) @2693   23 years kjm18 changed this to parse terms in the same way that the indexer does. …
(edit) @2692   23 years kjm18 phrases now use the case and stem preference settings, they are no …
(edit) @2557   23 years sjboddie getopt.h was renamed getopt_old.h
(edit) @2555   23 years kjm18 changed error messages to be more useful
(edit) @2554   23 years kjm18 changed a comment
(edit) @2541   23 years jrm21 1) replaced obsolete bzero() calls with memset() calls. 2) Makefile.in …
(edit) @2514   23 years sjboddie A few minor changes needed to get mgpp to compile under VC++4.2
(edit) @2513   23 years sjboddie * empty log message *
(edit) @2477   23 years kjm18 changed bindir and make install command so that it would work.
(edit) @2473   23 years sjboddie Renamed all the mgpp binaries to be mgpp_* instead of mg_*
(edit) @2468   23 years sjboddie Fiddled about with mgpp to get it compiling on Windows under VC++ 6.0. …
(edit) @2448   23 years kjm18 fixed unsigned long overflow error in Condense Invf function …
(edit) @2445   23 years jrm21 needed #defines
(edit) @2443   23 years jrm21 added some #defines for proper portability. (eg ftruncate needs …
(edit) @2442   23 years jrm21 portability changes, use getopt from unistd.h (all POSIX systems)
(edit) @2382   23 years jrm21 needed some #defines to build on non-BSD systems (after my changes for …
(edit) @2377   23 years jrm21 replaced bcopy with memcpy
(edit) @1899   23 years kjm18 changed the help message
(edit) @1898   23 years kjm18 added more command line options, and better help message
(edit) @1850   23 years kjm18 added help message
(edit) @1849   23 years kjm18 more options added
(edit) @1848   23 years kjm18 checks added for failure of IndexData.loadLevel()
(edit) @1847   23 years kjm18 added a QueryResult::printShort routine - outputs termfreq stuff, but …
(edit) @1836   23 years kjm18 added support for equiv terms for highlighting. THe …
(edit) @1775   24 years kjm18 fixed a bug in FindWordNumbers()
(edit) @1770   24 years kjm18 changed parseQuery to take a new parameter - defaultBoolCombine - this …
(edit) @1769   24 years kjm18 added options for ranked/non-ranked, all/some searches
(edit) @1768   24 years kjm18 overall term frequency only calculated if needRankInfo=true
(edit) @1688   24 years kjm18 Added actualNumDocs variable to QueryResult - records the total number …
(edit) @1597   24 years jrm21 now remove libtextin.a during "make clean"
(edit) @1518   24 years jrm21 Edited various Makefile.in files so that "make distclean" works properly.
(edit) @1344   24 years kjm18 changed configure rules at end
(edit) @1337   24 years kjm18 made NZDL flags the default
(edit) @1300   24 years kjm18 added full text browsing functionality
(edit) @1299   24 years kjm18 added in full text browse functionality. added default stemMethod.
(edit) @1298   24 years kjm18 commented out the cause of a seg fault
(edit) @1297   24 years kjm18 removed BrowseCompare(), added UCArrayVector type
(edit) @1296   24 years kjm18 incorporated default stemMethod to Parse functions, used if stemMethod …
(edit) @1128   24 years kjm18 added GSDLParser stuff
(edit) @1127   24 years kjm18 new parser and lex modules for GSDL syntax (designed for my bibliosystem)
(edit) @1126   24 years kjm18 changed over to GSDLQueryParser, added in level info so can query say …
(edit) @1125   24 years kjm18 added GetCStr and BrowseCompare
(edit) @1124   24 years kjm18 added termFreq - overall word count rather than document count
(edit) @1123   24 years kjm18 added basepath to LoadData, needed if text and index are in different …
(edit) @1122   24 years kjm18 added some comments
(edit) @927   24 years kjm18 added feature to retrieve doc nums at a different level than the level …
(edit) @926   24 years kjm18 added options to change index and level for searching
(edit) @925   24 years kjm18 Rodger's comments
(edit) @879   24 years rjmcnab fixed phrase searching bug.
(edit) @861   24 years rjmcnab fixed a few more bugs
(edit) @860   24 years rjmcnab Fixed a couple of bugs and made building silent if needed.
(edit) @858   24 years sjboddie fixed compiler warning
(edit) @856   24 years sjboddie Rodgers new C++ mg
(add) @855   24 years sjboddie Rodgers new C++ mg
Note: See TracRevisionLog for help on using the revision log.