pkgsrc/textproc/hyperestraier/PLIST

290 lines
18 KiB
Text
Raw Normal View History

Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
@comment $NetBSD: PLIST,v 1.11 2006/07/17 18:12:01 wiz Exp $
bin/estcall
bin/estcmd
bin/estconfig
bin/estload
bin/estmaster
bin/estmttest
bin/estwaver
bin/estwolefind
include/estmtdb.h
include/estnode.h
include/estraier.h
lib/libestraier.a
lib/libestraier.so
Update to 1.1.2, provided by OBATA Akio in PR 32365: 2005-12-15 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBHUGE" was added. * estraier.c (est_regex_replace): "&" was to be handled. * estraier.c (est_cond_set_expander): new function. * estcmd.c (runput, rungather): "-lg" was renamed to "-xl", and "-xh" was added. * estseek.c (showdoc): a bug about calculating similarity was fixed. * estseek.c (realmain): "qxpndcmd" was added. * estseek.c (expandquery): new function. * estmaster.c (realmain, startup): "-ro" option was added. * estmaster.c (sendnodecmdsearchui): the output format modified for OpenSearch 1.1. - Release: 1.1.2 2005-12-04 Mikio Hirabayashi * estraier.c (est_keyword_num, est_keyword_rec_size): new functions. * estraier.c (est_keyword_iter_init, est_keyword_iter_next): new functions. * estraier.c (est_search_union): scoring was to use standard deviation. * estraier.c (est_expand_keyword_bw, est_expand_keyword_ew): new functions. * estraier.c (est_db_open): "ESTDBLARGE" was added. * estseek.c (realmain, setsimilarphrase): "smlrtune" was added. * estseek.c (realmain, showpage): "relkeynum" was added. * estmaster.c (startup, setsimilarphrase): "uismlrtune" was added. * estmaster.c (sendnodecmdsearchatom, nodecmdopensearch): conformed to draft 2. - Release: 1.1.1 2005-11-11 Mikio Hirabayashi * estraier.c (est_eclipse_scores): accuracy was improved. * estraier.c (est_narrow_scores): a bug of segmentation fault was fixed. * estraier.c (est_regex_new, est_regex_delete, est_regex_match): new functions. * estraier.c (est_expand_word_rx): new function. * estreier.c (est_db_put_keywords, est_db_get_keywords): new functions. * estraier.c (est_db_measure_doc): new function. * estraier.c (est_db_set_vectorizer): abolished. * estcmd.c (runextkeys, procextkeys): "-no" was added. * estcmd.c (runpurge, procpurge, runextkeys, procextkeys): "-attr" was added. * estcmd.c (rundraft, procdraft): "-kn" was added. * estcmd.c (procgather): a bug of handling drive characters on Windows was fixed. * estseek.c (realmain, makeshownuri): "lprefix" and so on were abolished. * estmaster.c (startup, makeshownuri): "uilprefix" and so on were abolished. * estmaster.c (startup, sendnodecmdputdoc): "lateextkeys" was added. * estmaster.c (searchlocal): a bug of segmentation fault was fixed. - Release: 1.0.6 2005-11-08 Mikio Hirabayashi * estraier.c (est_narrow_scores): speed of attribute search was improved. * estcmd.c (doputdoc, procpurge, procextkeys): local paths was to be printed. * estcmd.c (doputdoc): "@size" was to be added even with "-fo" option. * estcmd.c (procsearch): "_lfile" was to be printed when human readable mode. * estcmd.c (procout, procedit, procget, procuriid): retrieving by local path was added. * estcmd.c (procpurge): retrieving by local path was added. * estcmd.c (runiconv, prociconv): new functions. * estcmd.c (procedit): "-pc" was to convert the encoding of the attribute value. * estseek.c (realmain, showform): "clipview" attribute was added. - Release: 1.0.5 2005-11-02 Mikio Hirabayashi * estraier.c (est_vector_cosine): new function. * estraier.c (est_eclipse_scores): new function. * estcmd.c (runsearch, procsearch): "-ec" option was added. * estcmd.c (procgather, procpurge): "-no" option was added. * estcmd.c (urltopath): a bug about drive letter was fixed. * estcmd.c (runlist, proclist): "-lp" option was added. * estseek.cgi (showresult): similar eclipse was implemented. * estmaster.c (startup, searchlocal): "rateuri" attribute was added. * estmaster.c (sendmenudata): new function. - Release: 1.0.4
2006-01-11 19:26:59 +01:00
lib/libestraier.so.8
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
lib/libestraier.so.8.18.0
lib/pkgconfig/hyperestraier.pc
libexec/estseek.cgi
man/man1/estcall.1
man/man1/estcmd.1
man/man1/estconfig.1
man/man1/estmaster.1
man/man1/estwaver.1
man/man3/estnode.3
man/man3/estraier.3
share/hyperestraier/COPYING
share/hyperestraier/ChangeLog
share/hyperestraier/THANKS
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/cguide-en.html
share/hyperestraier/doc/cguide-ja.html
share/hyperestraier/doc/common.css
share/hyperestraier/doc/coreframe.png
share/hyperestraier/doc/icon16.png
share/hyperestraier/doc/index.html
share/hyperestraier/doc/index.ja.html
share/hyperestraier/doc/intro-en.html
share/hyperestraier/doc/intro-ja.html
share/hyperestraier/doc/javanativeapi/allclasses-frame.html
share/hyperestraier/doc/javanativeapi/allclasses-noframe.html
share/hyperestraier/doc/javanativeapi/constant-values.html
share/hyperestraier/doc/javanativeapi/estraier/Cmd.html
share/hyperestraier/doc/javanativeapi/estraier/Condition.html
share/hyperestraier/doc/javanativeapi/estraier/Database.html
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/javanativeapi/estraier/DatabaseInformer.html
share/hyperestraier/doc/javanativeapi/estraier/Document.html
share/hyperestraier/doc/javanativeapi/estraier/Result.html
share/hyperestraier/doc/javanativeapi/estraier/package-frame.html
share/hyperestraier/doc/javanativeapi/estraier/package-summary.html
share/hyperestraier/doc/javanativeapi/estraier/package-tree.html
share/hyperestraier/doc/javanativeapi/index-all.html
share/hyperestraier/doc/javanativeapi/index.html
share/hyperestraier/doc/javanativeapi/overview-summary.html
share/hyperestraier/doc/javanativeapi/overview-tree.html
share/hyperestraier/doc/javanativeapi/package-list
share/hyperestraier/doc/javanativeapi/packages.html
share/hyperestraier/doc/javanativeapi/resources/inherit.gif
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/javanativeapi/serialized-form.html
share/hyperestraier/doc/javanativeapi/stylesheet.css
share/hyperestraier/doc/javapureapi/allclasses-frame.html
share/hyperestraier/doc/javapureapi/allclasses-noframe.html
share/hyperestraier/doc/javapureapi/constant-values.html
share/hyperestraier/doc/javapureapi/estraier/pure/Call.html
share/hyperestraier/doc/javapureapi/estraier/pure/Condition.html
share/hyperestraier/doc/javapureapi/estraier/pure/Document.html
share/hyperestraier/doc/javapureapi/estraier/pure/Node.html
share/hyperestraier/doc/javapureapi/estraier/pure/NodeResult.html
share/hyperestraier/doc/javapureapi/estraier/pure/ResultDocument.html
share/hyperestraier/doc/javapureapi/estraier/pure/package-frame.html
share/hyperestraier/doc/javapureapi/estraier/pure/package-summary.html
share/hyperestraier/doc/javapureapi/estraier/pure/package-tree.html
share/hyperestraier/doc/javapureapi/index-all.html
share/hyperestraier/doc/javapureapi/index.html
share/hyperestraier/doc/javapureapi/overview-summary.html
share/hyperestraier/doc/javapureapi/overview-tree.html
share/hyperestraier/doc/javapureapi/package-list
share/hyperestraier/doc/javapureapi/packages.html
share/hyperestraier/doc/javapureapi/resources/inherit.gif
share/hyperestraier/doc/javapureapi/stylesheet.css
share/hyperestraier/doc/logo.png
share/hyperestraier/doc/metatree.png
share/hyperestraier/doc/nguide-en.html
share/hyperestraier/doc/nguide-ja.html
share/hyperestraier/doc/nodeframe.png
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/perlnativeapi/index.html
share/hyperestraier/doc/pguide-en.html
share/hyperestraier/doc/pguide-ja.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000036.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000037.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000038.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000039.html
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000040.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000041.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000042.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000043.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000044.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000045.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000001.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000002.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000003.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000004.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000005.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000006.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000007.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000008.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000009.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000010.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000011.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000012.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000013.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000014.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000015.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000016.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000017.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000018.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000019.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000020.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000021.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000022.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000023.html
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000024.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000025.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000026.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000027.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000046.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000047.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000048.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000049.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000050.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000051.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000052.html
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000053.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000054.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000055.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000056.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000057.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000058.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000059.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000028.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000029.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000030.html
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000031.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000032.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000033.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000034.html
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000035.html
share/hyperestraier/doc/rubynativeapi/created.rid
share/hyperestraier/doc/rubynativeapi/files/estraier-doc_rb.html
share/hyperestraier/doc/rubynativeapi/fr_class_index.html
share/hyperestraier/doc/rubynativeapi/fr_file_index.html
share/hyperestraier/doc/rubynativeapi/fr_method_index.html
share/hyperestraier/doc/rubynativeapi/index.html
share/hyperestraier/doc/rubynativeapi/rdoc-style.css
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000043.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000044.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000045.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000046.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000047.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000048.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000049.html
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000050.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000051.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000052.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000053.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000054.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000055.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000056.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000057.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000058.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000059.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000060.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000061.html
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000062.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000063.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000064.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000065.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000066.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000067.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000068.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000069.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000070.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000071.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000001.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000002.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000003.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000004.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000005.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000006.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000007.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000008.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000009.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000010.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000011.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000012.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000013.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000014.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000015.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000016.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000017.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000018.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000019.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000020.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000021.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000022.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000023.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000024.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000025.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000026.html
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000027.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000028.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000029.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000030.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000031.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src/M000032.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.html
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src/M000033.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src/M000034.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src/M000035.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src/M000036.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.html
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000037.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000038.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000039.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000040.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000041.html
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src/M000042.html
share/hyperestraier/doc/rubypureapi/created.rid
share/hyperestraier/doc/rubypureapi/files/estraierpure_rb.html
share/hyperestraier/doc/rubypureapi/fr_class_index.html
share/hyperestraier/doc/rubypureapi/fr_file_index.html
share/hyperestraier/doc/rubypureapi/fr_method_index.html
share/hyperestraier/doc/rubypureapi/index.html
share/hyperestraier/doc/rubypureapi/rdoc-style.css
share/hyperestraier/doc/uguide-en.html
share/hyperestraier/doc/uguide-ja.html
share/hyperestraier/estraier.idl
share/hyperestraier/estresult.dtd
share/hyperestraier/estseek.conf
share/hyperestraier/estseek.tmpl
share/hyperestraier/estseek.top
share/hyperestraier/filter/estfxasis
share/hyperestraier/filter/estfxmantotxt
share/hyperestraier/filter/estfxmsotohtml
share/hyperestraier/filter/estfxpdftohtml
share/hyperestraier/filter/estfxxdwtotxt
Update to 1.1.2, provided by OBATA Akio in PR 32365: 2005-12-15 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBHUGE" was added. * estraier.c (est_regex_replace): "&" was to be handled. * estraier.c (est_cond_set_expander): new function. * estcmd.c (runput, rungather): "-lg" was renamed to "-xl", and "-xh" was added. * estseek.c (showdoc): a bug about calculating similarity was fixed. * estseek.c (realmain): "qxpndcmd" was added. * estseek.c (expandquery): new function. * estmaster.c (realmain, startup): "-ro" option was added. * estmaster.c (sendnodecmdsearchui): the output format modified for OpenSearch 1.1. - Release: 1.1.2 2005-12-04 Mikio Hirabayashi * estraier.c (est_keyword_num, est_keyword_rec_size): new functions. * estraier.c (est_keyword_iter_init, est_keyword_iter_next): new functions. * estraier.c (est_search_union): scoring was to use standard deviation. * estraier.c (est_expand_keyword_bw, est_expand_keyword_ew): new functions. * estraier.c (est_db_open): "ESTDBLARGE" was added. * estseek.c (realmain, setsimilarphrase): "smlrtune" was added. * estseek.c (realmain, showpage): "relkeynum" was added. * estmaster.c (startup, setsimilarphrase): "uismlrtune" was added. * estmaster.c (sendnodecmdsearchatom, nodecmdopensearch): conformed to draft 2. - Release: 1.1.1 2005-11-11 Mikio Hirabayashi * estraier.c (est_eclipse_scores): accuracy was improved. * estraier.c (est_narrow_scores): a bug of segmentation fault was fixed. * estraier.c (est_regex_new, est_regex_delete, est_regex_match): new functions. * estraier.c (est_expand_word_rx): new function. * estreier.c (est_db_put_keywords, est_db_get_keywords): new functions. * estraier.c (est_db_measure_doc): new function. * estraier.c (est_db_set_vectorizer): abolished. * estcmd.c (runextkeys, procextkeys): "-no" was added. * estcmd.c (runpurge, procpurge, runextkeys, procextkeys): "-attr" was added. * estcmd.c (rundraft, procdraft): "-kn" was added. * estcmd.c (procgather): a bug of handling drive characters on Windows was fixed. * estseek.c (realmain, makeshownuri): "lprefix" and so on were abolished. * estmaster.c (startup, makeshownuri): "uilprefix" and so on were abolished. * estmaster.c (startup, sendnodecmdputdoc): "lateextkeys" was added. * estmaster.c (searchlocal): a bug of segmentation fault was fixed. - Release: 1.0.6 2005-11-08 Mikio Hirabayashi * estraier.c (est_narrow_scores): speed of attribute search was improved. * estcmd.c (doputdoc, procpurge, procextkeys): local paths was to be printed. * estcmd.c (doputdoc): "@size" was to be added even with "-fo" option. * estcmd.c (procsearch): "_lfile" was to be printed when human readable mode. * estcmd.c (procout, procedit, procget, procuriid): retrieving by local path was added. * estcmd.c (procpurge): retrieving by local path was added. * estcmd.c (runiconv, prociconv): new functions. * estcmd.c (procedit): "-pc" was to convert the encoding of the attribute value. * estseek.c (realmain, showform): "clipview" attribute was added. - Release: 1.0.5 2005-11-02 Mikio Hirabayashi * estraier.c (est_vector_cosine): new function. * estraier.c (est_eclipse_scores): new function. * estcmd.c (runsearch, procsearch): "-ec" option was added. * estcmd.c (procgather, procpurge): "-no" option was added. * estcmd.c (urltopath): a bug about drive letter was fixed. * estcmd.c (runlist, proclist): "-lp" option was added. * estseek.cgi (showresult): similar eclipse was implemented. * estmaster.c (startup, searchlocal): "rateuri" attribute was added. * estmaster.c (sendmenudata): new function. - Release: 1.0.4
2006-01-11 19:26:59 +01:00
share/hyperestraier/filter/estwnetxpnd
share/hyperestraier/increm/estseek-form.html
share/hyperestraier/increm/estseek-frame.html
share/hyperestraier/locale/ja/estseek.conf
share/hyperestraier/locale/ja/estseek.tmpl
share/hyperestraier/locale/ja/estseek.top
@dirrm share/hyperestraier/locale/ja
@dirrm share/hyperestraier/locale
@dirrm share/hyperestraier/increm
@dirrm share/hyperestraier/filter
@dirrm share/hyperestraier/doc/rubypureapi/files
@dirrm share/hyperestraier/doc/rubypureapi/classes/EstraierPure/ResultDocument.src
@dirrm share/hyperestraier/doc/rubypureapi/classes/EstraierPure/NodeResult.src
@dirrm share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Node.src
@dirrm share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src
@dirrm share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src
@dirrm share/hyperestraier/doc/rubypureapi/classes/EstraierPure
@dirrm share/hyperestraier/doc/rubypureapi/classes
@dirrm share/hyperestraier/doc/rubypureapi
@dirrm share/hyperestraier/doc/rubynativeapi/files
@dirrm share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src
@dirrm share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src
@dirrm share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src
@dirrm share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src
@dirrm share/hyperestraier/doc/rubynativeapi/classes/Estraier
@dirrm share/hyperestraier/doc/rubynativeapi/classes
@dirrm share/hyperestraier/doc/rubynativeapi
Update to 1.3.3, provided by OBATA Akio in PR 33486: 2006-07-13 Mikio Hirabayashi * estraier.c (est_db_search): a but about union of natural scores was fixed. * estraier.c (est_cond_set_mask, est_cond_mask): new functions. * estnode.c (est_node_admins, est_node_users, est_node_links): new functions. * estmaster.c (getnodeoptions): new function. * estmaster.c (syncnodes): a trying lock was replaced by a usual lock. * estmaster.c (communicate): a CSRF vulnerability was cleared. * estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added. * estcall.c (runsearch, procsearch): "-mask" option was added. - Release: 1.3.3 2006-07-07 Mikio Hirabayashi * estraier.c (est_db_repair): new function. * estnode.c (est_node_sync, est_node_optimize): new functions. * estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions. * estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared. * estcmd.c (runrepair, procrepair): new functions. * estcall.c (procsync, procoptimize): new functions. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.2 2006-06-30 Mikio Hirabayashi * estraier.c (est_db_search_meta): new function. * estseek.c (realmain): a bug about the file separator was fixed. * estmttest.c (runregression, procregression): new functions. - Release: 1.3.1 2006-06-25 Mikio Hirabayashi * estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added. * estraier.c (est_db_open): database format was modified. * estraier.c (est_inodes_delete_informer): new function. * estraier.c (est_doc_set_score): new function. * estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added. * estraier.c (est_db_merge): new function. * estcmd.c (runcreate, proccreate): "-sv" option and so on were added. * estcmd.c (rungather, procgather): "-ss" option was added. * estcmd.c (runmerge, procmerge): new functions. - Release: 1.3.0 2006-06-03 Mikio Hirabayashi * estraier.c (est_db_set_informer): arguments of the callback were increased. * estraier.c (est_db_flush): frequency of disk access was reduced. * estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added. - The Java binding and the Ruby binding were to support callback for database events. - Perl binding using XS (not SWIG) was added. - Release: 1.2.9 2006-05-20 Mikio Hirabayashi * estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later. * estraier.c (est_db_close): the order of flushing was optimized for no-lock mode. * estraier.c (est_idx_memsync): new function. * estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added. * estseek.c (realmain): "lockdb" attribute was added. * wavermod.c (waver_current_node_load): new function. - Release: 1.2.8 2006-05-16 Mikio Hirabayashi * estraier.c (est_proc_env_reset): new function. * estraier.c (est_db_flush): a flag to be under flushing was added. * estraier.c (est_db_open): databases were tuned to curb ballooning. * estnode.c (est_node_cache_usage): new function. * estnode.c (est_noderes_mdate): new function. * estmaster.c (startup): "bindaddr" attribute was added. * estmaster.c (sendnodecmdcacheusage): new function. * estmaster.c (sendnodecmdsearch): a bug of race condition was fixed. * estmaster.c (die): dying messages was to be written into the log file. * estcmd.c (runsearch, procsearch): "-aux" option was added. * estcall.c (procsearch): a bug about "-max" option was fixed. * estcall.c (runsearch, procsearch): "-aux" option was added. * wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added. * wavermod.c (waver_set_current_node, waver_node_put_doc): new functions. * estwaver.c (geturldoc): saving files and postprocessor calling were added. - The Java binding and the Ruby binding were to support setting auxiliary permission. - Release: 1.2.7 2006-05-10 Mikio Hirabayashi * estraier.c (est_cond_set_eclipse): option constants were added. * estraier.c (est_url_sameness): new function. * estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added. * estcmd.c (runextkeys, proxectkeys): "-ws" option was added. * estseek.c (showform): options to clip documents by URL were added. * estseek.c (main, showform): "perpage" attribute was deleted. * estwaver.c (seedurldocs): new function. * estwaver.c (geturldoc): checking mass visit was added. * wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia. * estmaster.c (startup, communicate): "recvmax" attribute was added. - The Java binding and the Ruby binding were to support wild card configuration. - Release: 1.2.6
2006-07-17 20:12:01 +02:00
@dirrm share/hyperestraier/doc/perlnativeapi
@dirrm share/hyperestraier/doc/javapureapi/resources
@dirrm share/hyperestraier/doc/javapureapi/estraier/pure
@dirrm share/hyperestraier/doc/javapureapi/estraier
@dirrm share/hyperestraier/doc/javapureapi
@dirrm share/hyperestraier/doc/javanativeapi/resources
@dirrm share/hyperestraier/doc/javanativeapi/estraier
@dirrm share/hyperestraier/doc/javanativeapi
@dirrm share/hyperestraier/doc
@dirrm share/hyperestraier