Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Diff Revision Log
2005/01/24 15:32:55 644 644 dpavlin HTML | TEXT
updated development from production
2005/01/23 15:18:03 643 643 dpavlin HTML | TEXT
add filtering to index (using parameter filter, for now single)
2005/01/23 02:02:10 641 641 dpavlin HTML | TEXT
New implementation of indexes: now it uses only two tables (index for all
data and tags for all tags). Currently, it doesn't enforce relation between
them on RDBMS level (I have to test this code against SQLite and MySQL
before enforcing that).
Removed swish-e output while indexing, database is used as default tag to
enable filtering by database (there isn't possiblity to set tag to something
else yet!). Output usage count in index.
2005/01/01 19:09:53 623 623 dpavlin HTML | TEXT
cleanup and documentation updates
2004/04/18 02:15:16 322 322 dpavlin HTML | TEXT
fix of a fix (case)
2004/03/07 23:15:24 235 235 dpavlin HTML | TEXT
preparation for first file dump at sourceforge.net
2003/11/20 21:23:40 163 163 dpavlin HTML | TEXT
Added type="swish_exact" to save data into swish index with boundaries
xxbxx data xxexxx. This is helpful to implement exact match from beginning
of query and exact match to full query which are defined using e[nr] field
in web user interface (with same [nr] as f[nr] and v[nr] fields) which
have to have value 1 (from beginning) 2 (from end, not that useful...) or
3 (1+2 - exact match)
2003/09/02 11:45:47 118 118 dpavlin HTML | TEXT
use latest dump from psinib backup
2003/07/11 20:15:01 85 85 dpavlin HTML | TEXT
various changes on the way to production
2003/07/05 22:37:44 75 75 dpavlin HTML | TEXT
misc fixes and improvements
2003/07/04 23:29:27 67 67 dpavlin HTML | TEXT
implemented feed method which calls external program that returns
data line-by-line
2003/07/04 17:57:11 59 59 dpavlin HTML | TEXT
added config tag which can read any variable from isis2xml.conf file for
that library
2003/06/25 12:01:21 55 55 dpavlin HTML | TEXT
new config
2003/06/23 20:20:32 54 54 dpavlin HTML | TEXT
added Microsoft Excel file import
2003/06/01 13:46:42 50 50 dpavlin HTML | TEXT
move database arguments to .conf file
2003/03/23 01:17:49 47 47 dpavlin HTML | TEXT
show just hits or all details buttons on result page
2003/03/22 23:40:14 45 45 dpavlin HTML | TEXT
speedups using profiling
2003/03/22 22:43:05 43 43 dpavlin HTML | TEXT
fixed alphabet soup -- characters encoding should really work now!
2003/03/15 21:33:36 40 40 dpavlin HTML | TEXT
major de-mungling of different codepages: use same codepage inside perl
(as opposed to UTF-8) and in files on disk
2003/02/23 15:47:40 35 35 dpavlin last changes; completly broken charsets