Repository List
/
pgestraier
/
trunk
/
test.sql @ HEAD
English
Français
Chinese (Simplified)
Chinese (Traditional)
Blame/Annotate
Checkout
View File
RSS Feed
Show last: 20 ,
50
,
100
,
All
Next page
Date
File
Revision
Author
Diff
Revision Log
2006/05/25 17:50:13
58
58
dpavlin
HTML
|
TEXT
example how to return hints (which require de-normalized schema)
2006/05/11 16:19:38
57
57
dpavlin
HTML
|
TEXT
initial implementation of hints using (fake) atribute names in form HINTS.something
(e.g. HITS.HIT or HINTS.WORDNUM...)
2006/05/11 15:52:50
56
56
dpavlin
HTML
|
TEXT
fix multiple attributes delimited with {{!}}, fix warnings
2006/05/11 10:19:46
54
54
dpavlin
HTML
|
TEXT
updated documentation and example for convert
2006/05/09 22:55:42
51
51
dpavlin
HTML
|
TEXT
depriciated usage of direct access to index. use node API and estmaster
instead.
2005/10/29 18:54:40
49
49
dpavlin
HTML
|
TEXT
added depth to node API version of pgest, note that you have to use modified
perl wrapper with node API
2005/09/10 20:35:09
41
41
dpavlin
HTML
|
TEXT
added node API
2005/09/10 18:51:13
40
40
dpavlin
HTML
|
TEXT
add support for multiple attributes delimited by {{!}}
2005/07/07 17:24:22
37
37
dpavlin
HTML
|
TEXT
misc cleanups
2005/07/06 14:47:56
31
31
dpavlin
HTML
|
TEXT
added results order (see test.sql for example) to function arguments,
fixed limit (it really returns limit rows, and not limit - offset :-\),
added est_cond_delete(cond) so that we don't leek memory
2005/05/27 21:06:01
25
25
dpavlin
HTML
|
TEXT
removed obsolete implementeation without attribute specification which was
also slower according to benchmarks.
2005/05/27 12:13:28
24
24
dpavlin
HTML
|
TEXT
fix path to index
2005/05/26 20:22:44
23
23
dpavlin
HTML
|
TEXT
added small snippet of documentation
2005/05/26 17:56:53
19
19
dpavlin
HTML
|
TEXT
Created new function which allows users to specify attributes which should
be returned like this:
select * from pgest('/index/path', 'query', '@title ISTRINC foo', limit, offset, {'@id','@title','@size'}) as (id text, title text, size text);
2005/05/26 13:57:32
17
17
dpavlin
HTML
|
TEXT
added year to index data
2005/05/26 00:05:33
13
13
dpavlin
HTML
|
TEXT
example how to find references to Blade Runner in other movies :-)
2005/05/25 23:38:37
12
12
dpavlin
HTML
|
TEXT
added NULL handling for optional arguments
2005/05/20 22:01:19
7
7
dpavlin
HTML
|
TEXT
more work on testing framework
2005/05/20 19:44:09
5
5
dpavlin
HTML
|
TEXT
added attribute to function, fixed warnings, fixed limit and offset
2005/05/20 16:11:38
3
3
dpavlin
added limit and offset