Hi, Is there a way to use a different format for search results depending on the type of search you made? S.
_________________________________________________ Stephen De Gabrielle Digitisation Officer AraDA Project
Northern Territory University Library http://www.ntu.edu.au/library Tel: (08) 8946 7009 from overseas: 61 8 8946 7009 Postal address: P.O.Box 41246, Casuarina, NT, 0811, Australia CRICOS Provider No: 00300K "Stefan Boddie" <sjboddie@cs.waikato.ac.nz> 22/07/2003 02:39 PM ZE12
To: <greenstone-devel@list.scms.waikato.ac.nz>, <Stephen.DeGabrielle@ntu.edu.au> cc: bcc: Subject: Re: [greenstone-devel] Classifiers
Hi Stephen,
I just read through this again (didn't really understand it the first time) and I think it's a great idea. One of the biggest problems with Greenstone's classifiers is that they don't scale to large collections well and this seems like a simple way to improve that problem.
In theory it's certainly possible for the greenstone runtime system to display classifications that have hlists at more than just the top level. I'd need to do some testing to be sure though as I've not tried.
I'm not sure if extending AZCompactList is the best approach or if starting from scratch would be better. If I did it I'd probably start afresh as whenever I look at AZCompactList.pm I get a headache :)
Anyway, I'll add this to my TODO list and have a go at it sometime if nobody else feels the inclination to do it first. If you do get something like this going please let us know.
cheers, Stefan.
P.S. On further reflection it seems like you might be able to get something like this working more easily in the short term by customizing the Hierarchy classifier a little rather than AZCompactList. You'd need to specify your structure explicitly in one of the weirdly formatted hfile's though. There's already an "hlist_at_top" option to the Hierarchy classifier that allows you to force the top level of the hierarchy to be an hlist. It's probably not too difficult to hack the code to make other levels hlists too.
----- Original Message ----- From: <Stephen.DeGabrielle@ntu.edu.au> To: <greenstone-devel@list.scms.waikato.ac.nz> Sent: Tuesday, July 15, 2003 2:38 PM Subject: [greenstone-devel] Classifiers
> Hi, > > We have a number of documents with a number of metadata fields. > When browsing classifications it would be good to limit the number of items > displayed, and have those items sorted. > > Is there a way to create a classifier that works on two independant > metadata fields; > The top level being a a-z hlist split into groups as required (a-k l-z > 0-9)(main Metadata field) > The next level being a compact list (bookshelf icon) (main metadata field) > the next level being hlist a-z split (a-k l-z 0-9) as required metadata > field 2 > The bottom vlist being the leaves; sorted by the metadata field 2. > > AZCompactList seems to go some of the way- but I am unsure how to change it > to get the extra two levels (Or and arbitary number of levels = 2*number of > metadata fields - with the A-Z Hlists dissapearing if required...) > > Is there a way to do this? It will become more useful as the number of > documents increase - especially where many have the same metadata values. > > > Regards, > > Stephen > > PS I am trawling through AZCompactList.pm to get my head around it. > > > > > > > > _______________________________________________ > greenstone-devel mailing list > greenstone-devel@list.scms.waikato.ac.nz > https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-devel >
|