2009-06-14 20:17:11 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.26 2009/06/14 18:17:18 joerg Exp $
|
2006-09-03 05:42:38 +02:00
|
|
|
bin/estbutler
|
2005-10-23 21:13:44 +02:00
|
|
|
bin/estcall
|
|
|
|
bin/estcmd
|
|
|
|
bin/estconfig
|
|
|
|
bin/estload
|
|
|
|
bin/estmaster
|
|
|
|
bin/estmttest
|
2006-04-02 22:18:37 +02:00
|
|
|
bin/estwaver
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2008-01-03 13:50:52 +01:00
|
|
|
lib/libestraier.so.8.38.0
|
2005-10-23 21:13:44 +02:00
|
|
|
lib/pkgconfig/hyperestraier.pc
|
2006-09-11 17:13:28 +02:00
|
|
|
libexec/estfraud.cgi
|
2006-10-03 14:44:30 +02:00
|
|
|
libexec/estproxy.cgi
|
2007-03-05 16:58:19 +01:00
|
|
|
libexec/estscout.cgi
|
2005-10-23 21:13:44 +02:00
|
|
|
libexec/estseek.cgi
|
2007-03-05 16:58:19 +01:00
|
|
|
libexec/estsupt.cgi
|
Update to 1.1.4, provided by OBATA Akio in PR 33058:
2006-03-03 Mikio Hirabayashi
* estraier.c (est_cond_set_skip, est_cond_skip): new functions.
* estraier.c (est_memory_usage): new function.
* estraier.c (est_deflate, est_inflate): "mode" parameter was added.
* estnode.c (est_node_set_skip): removed.
* estcmd.c (doputdoc, procextkeys): finishing was to occur when
the RAM runs out.
* estmaster.c (communicate, sendnodecmdsearchui): gzip encoding
was added.
* estcall.c (runsearch, procsearch): "-vu" option was added.
- Java API was to support deflated transfer.
- Release: 1.1.4
2006-01-01 Mikio Hirabayashi
* estraier.c (est_db_open): tuning parameters of perfect N-gram
mode were modified.
* estraier.c (est_db_open): compression with LZO and BZIP2 was
added.
* estraier.c (est_set_vnumbuf, est_read_vnumbuf): new functions.
* estmaster.c (dispatch): preemption during synchronization was
implemented.
* estmaster.c (sendmasterdata): "backup" was added.
* estmaster.c (backupdb): new function.
* estmaster.c (searchlocal, searchremote): minimum number to retrieve
was to be set.
* estmaster.c (sendnodecmdsearch): "skip" parameter was added.
* estcmd.c (runwords, procwords): "-kt" option was added.
* estcall.c (runsearch, procsearch): "-sk" option was added.
* estcmd.c (runsearch, procsezrch): "-sn" option was added.
* mymorth.c (est_mecab_analyze): MeCab 0.90 was supported.
- Release: 1.1.3
2006-03-11 15:24:58 +01:00
|
|
|
man/man1/estcall.1
|
|
|
|
man/man1/estcmd.1
|
|
|
|
man/man1/estconfig.1
|
|
|
|
man/man1/estmaster.1
|
2006-04-02 22:18:37 +02:00
|
|
|
man/man1/estwaver.1
|
Update to 1.1.4, provided by OBATA Akio in PR 33058:
2006-03-03 Mikio Hirabayashi
* estraier.c (est_cond_set_skip, est_cond_skip): new functions.
* estraier.c (est_memory_usage): new function.
* estraier.c (est_deflate, est_inflate): "mode" parameter was added.
* estnode.c (est_node_set_skip): removed.
* estcmd.c (doputdoc, procextkeys): finishing was to occur when
the RAM runs out.
* estmaster.c (communicate, sendnodecmdsearchui): gzip encoding
was added.
* estcall.c (runsearch, procsearch): "-vu" option was added.
- Java API was to support deflated transfer.
- Release: 1.1.4
2006-01-01 Mikio Hirabayashi
* estraier.c (est_db_open): tuning parameters of perfect N-gram
mode were modified.
* estraier.c (est_db_open): compression with LZO and BZIP2 was
added.
* estraier.c (est_set_vnumbuf, est_read_vnumbuf): new functions.
* estmaster.c (dispatch): preemption during synchronization was
implemented.
* estmaster.c (sendmasterdata): "backup" was added.
* estmaster.c (backupdb): new function.
* estmaster.c (searchlocal, searchremote): minimum number to retrieve
was to be set.
* estmaster.c (sendnodecmdsearch): "skip" parameter was added.
* estcmd.c (runwords, procwords): "-kt" option was added.
* estcall.c (runsearch, procsearch): "-sk" option was added.
* estcmd.c (runsearch, procsezrch): "-sn" option was added.
* mymorth.c (est_mecab_analyze): MeCab 0.90 was supported.
- Release: 1.1.3
2006-03-11 15:24:58 +01:00
|
|
|
man/man3/estnode.3
|
|
|
|
man/man3/estraier.3
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2005-10-23 21:13:44 +02:00
|
|
|
share/hyperestraier/doc/common.css
|
|
|
|
share/hyperestraier/doc/coreframe.png
|
2007-03-05 16:58:19 +01:00
|
|
|
share/hyperestraier/doc/gateframe.png
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2008-01-03 13:50:52 +01:00
|
|
|
share/hyperestraier/doc/javanativeapi/packages.html
|
2005-10-23 21:13:44 +02:00
|
|
|
share/hyperestraier/doc/javanativeapi/resources/inherit.gif
|
2008-01-03 13:50:52 +01:00
|
|
|
share/hyperestraier/doc/javanativeapi/serialized-form.html
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2008-01-03 13:50:52 +01:00
|
|
|
share/hyperestraier/doc/javapureapi/packages.html
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2006-04-02 22:18:37 +02:00
|
|
|
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000037.html
|
2006-04-11 23:27:57 +02:00
|
|
|
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
|
2006-09-03 05:42:38 +02:00
|
|
|
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000046.html
|
2006-10-30 04:45:08 +01:00
|
|
|
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Condition.src/M000047.html
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2006-04-11 23:27:57 +02:00
|
|
|
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
|
2006-09-03 05:42:38 +02:00
|
|
|
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Database.src/M000028.html
|
2005-10-23 21:13:44 +02:00
|
|
|
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.html
|
2006-04-02 22:18:37 +02:00
|
|
|
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
|
2006-04-11 23:27:57 +02:00
|
|
|
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
|
2006-09-03 05:42:38 +02:00
|
|
|
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000060.html
|
2006-10-30 04:45:08 +01:00
|
|
|
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000061.html
|
2006-11-11 13:42:20 +01:00
|
|
|
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Document.src/M000062.html
|
2005-10-23 21:13:44 +02:00
|
|
|
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.html
|
2006-04-11 23:27:57 +02:00
|
|
|
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
|
2006-09-03 05:42:38 +02:00
|
|
|
share/hyperestraier/doc/rubynativeapi/classes/Estraier/Result.src/M000036.html
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2005-11-02 05:15:10 +01:00
|
|
|
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000046.html
|
|
|
|
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000047.html
|
Update to 1.1.4, provided by OBATA Akio in PR 33058:
2006-03-03 Mikio Hirabayashi
* estraier.c (est_cond_set_skip, est_cond_skip): new functions.
* estraier.c (est_memory_usage): new function.
* estraier.c (est_deflate, est_inflate): "mode" parameter was added.
* estnode.c (est_node_set_skip): removed.
* estcmd.c (doputdoc, procextkeys): finishing was to occur when
the RAM runs out.
* estmaster.c (communicate, sendnodecmdsearchui): gzip encoding
was added.
* estcall.c (runsearch, procsearch): "-vu" option was added.
- Java API was to support deflated transfer.
- Release: 1.1.4
2006-01-01 Mikio Hirabayashi
* estraier.c (est_db_open): tuning parameters of perfect N-gram
mode were modified.
* estraier.c (est_db_open): compression with LZO and BZIP2 was
added.
* estraier.c (est_set_vnumbuf, est_read_vnumbuf): new functions.
* estmaster.c (dispatch): preemption during synchronization was
implemented.
* estmaster.c (sendmasterdata): "backup" was added.
* estmaster.c (backupdb): new function.
* estmaster.c (searchlocal, searchremote): minimum number to retrieve
was to be set.
* estmaster.c (sendnodecmdsearch): "skip" parameter was added.
* estcmd.c (runwords, procwords): "-kt" option was added.
* estcall.c (runsearch, procsearch): "-sk" option was added.
* estcmd.c (runsearch, procsezrch): "-sn" option was added.
* mymorth.c (est_mecab_analyze): MeCab 0.90 was supported.
- Release: 1.1.3
2006-03-11 15:24:58 +01:00
|
|
|
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
|
2006-10-30 04:45:08 +01:00
|
|
|
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000060.html
|
|
|
|
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Condition.src/M000061.html
|
2005-10-23 21:13:44 +02:00
|
|
|
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.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
|
2006-10-30 04:45:08 +01:00
|
|
|
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000072.html
|
|
|
|
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000073.html
|
2006-11-11 13:42:20 +01:00
|
|
|
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000074.html
|
|
|
|
share/hyperestraier/doc/rubypureapi/classes/EstraierPure/Document.src/M000075.html
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2005-11-02 05:15:10 +01:00
|
|
|
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
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2005-10-23 21:13:44 +02:00
|
|
|
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
|
2006-09-11 17:13:28 +02:00
|
|
|
share/hyperestraier/estfraud.conf
|
2006-10-03 14:44:30 +02:00
|
|
|
share/hyperestraier/estproxy.conf
|
2005-10-23 21:13:44 +02:00
|
|
|
share/hyperestraier/estraier.idl
|
|
|
|
share/hyperestraier/estresult.dtd
|
2007-03-05 16:58:19 +01:00
|
|
|
share/hyperestraier/estscout.conf
|
2005-10-23 21:13:44 +02:00
|
|
|
share/hyperestraier/estseek.conf
|
2006-10-19 16:18:37 +02:00
|
|
|
share/hyperestraier/estseek.help
|
2005-10-23 21:13:44 +02:00
|
|
|
share/hyperestraier/estseek.tmpl
|
|
|
|
share/hyperestraier/estseek.top
|
2007-03-05 16:58:19 +01:00
|
|
|
share/hyperestraier/estsupt.conf
|
2005-10-23 21:13:44 +02:00
|
|
|
share/hyperestraier/filter/estfxasis
|
|
|
|
share/hyperestraier/filter/estfxmantotxt
|
|
|
|
share/hyperestraier/filter/estfxmsotohtml
|
|
|
|
share/hyperestraier/filter/estfxpdftohtml
|
Update to 1.1.4, provided by OBATA Akio in PR 33058:
2006-03-03 Mikio Hirabayashi
* estraier.c (est_cond_set_skip, est_cond_skip): new functions.
* estraier.c (est_memory_usage): new function.
* estraier.c (est_deflate, est_inflate): "mode" parameter was added.
* estnode.c (est_node_set_skip): removed.
* estcmd.c (doputdoc, procextkeys): finishing was to occur when
the RAM runs out.
* estmaster.c (communicate, sendnodecmdsearchui): gzip encoding
was added.
* estcall.c (runsearch, procsearch): "-vu" option was added.
- Java API was to support deflated transfer.
- Release: 1.1.4
2006-01-01 Mikio Hirabayashi
* estraier.c (est_db_open): tuning parameters of perfect N-gram
mode were modified.
* estraier.c (est_db_open): compression with LZO and BZIP2 was
added.
* estraier.c (est_set_vnumbuf, est_read_vnumbuf): new functions.
* estmaster.c (dispatch): preemption during synchronization was
implemented.
* estmaster.c (sendmasterdata): "backup" was added.
* estmaster.c (backupdb): new function.
* estmaster.c (searchlocal, searchremote): minimum number to retrieve
was to be set.
* estmaster.c (sendnodecmdsearch): "skip" parameter was added.
* estcmd.c (runwords, procwords): "-kt" option was added.
* estcall.c (runsearch, procsearch): "-sk" option was added.
* estcmd.c (runsearch, procsezrch): "-sn" option was added.
* mymorth.c (est_mecab_analyze): MeCab 0.90 was supported.
- Release: 1.1.3
2006-03-11 15:24:58 +01:00
|
|
|
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
|
2005-10-23 21:13:44 +02:00
|
|
|
share/hyperestraier/increm/estseek-form.html
|
|
|
|
share/hyperestraier/increm/estseek-frame.html
|
|
|
|
share/hyperestraier/locale/ja/estseek.conf
|
2006-10-19 16:18:37 +02:00
|
|
|
share/hyperestraier/locale/ja/estseek.help
|
2005-10-23 21:13:44 +02:00
|
|
|
share/hyperestraier/locale/ja/estseek.tmpl
|
|
|
|
share/hyperestraier/locale/ja/estseek.top
|