Repository List
/
webpac
/
trunk
/
swish_isis.conf @ HEAD
English
Français
Chinese (Simplified)
Chinese (Traditional)
Blame/Annotate
Checkout
View File
RSS Feed
Show last: 20 ,
50
,
100
,
All
Date
File
Revision
Author
Diff
Revision Log
2005/02/15 21:48:16
659
659
dpavlin
HTML
|
TEXT
added sort by any combination of swish-e fields which are defined by
PropertyNames in swish_isis.conf. This allowed adition of links which show
search results sorted by time, author and title then author or autor than
titme combination.
Any combination of fields for sorting can be specified (separated by spaces),
with optional asc(ending) or desc(ending) order.
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.
2003/07/08 22:13:56
81
81
dpavlin
HTML
|
TEXT
the great rename: isis2xml.* -> all2xml.*
2003/06/23 20:20:32
54
54
dpavlin
HTML
|
TEXT
added Microsoft Excel file import
2003/03/22 22:43:05
43
43
dpavlin
HTML
|
TEXT
fixed alphabet soup -- characters encoding should really work now!
2003/02/16 22:41:37
13
13
dpavlin
HTML
|
TEXT
added configuration file with database descriptions,
moved isis.xml definition file in separate directory (in preparation for MARK),
support for different encodings in different files,
various fixes, improvements and badly written parts which will change ;-)
2003/01/16 17:35:54
10
10
dpavlin
HTML
|
TEXT
bunch of changes: make design more modular, implement index (partial
implementation) and other small and big changes
2003/01/11 19:55:30
9
9
dpavlin
HTML
|
TEXT
renamed "old" index to swish, and introduced index which is -- index;
implemented using PostgreSQL for now.
2003/01/11 16:44:03
7
7
dpavlin
HTML
|
TEXT
major modifications to produce first (non-working) version of Web CGI
interface.
2002/11/30 00:36:34
3
3
dpavlin
first really working version -- creates xml file for swish + swish config