Gary, The browse indexes are generated in tables within the database.
All the 'metadata' indexes (see dspace.cfg) generate bi_1, bi_2, etc. tables (again, see the comments in dspace.cfg) For the non-metadata indexes, they are just references to the bi_item table, that specify which sort column to use - the bi_item table is generated with a number of sort columns, based on the webui.itemlist.sort-option.? configuration (one column for each entry). G Gary Browne wrote: > Never mind, it seems to have started working. Perhaps there was a > problem with the cron job which has resolved itself. Still, I would be > interested to know if I can browse the indexes. > > Regards > Gary > > > // > Gary Browne > Development Programmer > Library IT Services > University of Sydney > ph: 9351-5946 > > > ------------------------------------------------------------------------ > *From:* [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] *On Behalf Of > *Gary Browne > *Sent:* Tuesday, 24 June 2008 9:16 AM > *To:* [email protected] > *Subject:* [Dspace-tech] No browse index for date > > Hi all > > For some reason in 1.5, the indexer is not creating a date index > (browse) - at least, that's what the exception says (see below). Is > there any way to actually check whether an index is created or not > eg: some way of using Luke or such? > > Or is there some configuration that I'm missing for the browse by > date index to be created? > > Thanks > > Gary > > > > --------------------------------------------------------------------------------------------- > > An internal server error occurred on > _http://ses.library.usyd.edu.au_ <http://ses.library.usyd.edu.au/>: > > Date: 6/21/08 6:19 PM > > Session ID: 120B8DBFAA3A4EA1E223CFD0DB9D7A23 > > -- URL Was: _http://ses.library.usyd.edu.au/browse?type=date_ > > -- Method: GET > > -- Parameters were: > > -- type: "date" > > > > Exception: > > javax.servlet.ServletException: There is no browse index for the request > > at > > org.dspace.app.webui.servlet.BrowserServlet.doDSGet(BrowserServlet.java:92) > > > --------------------------------------------------------------------------------------------- > > > // > Gary Browne > Development Programmer > Library IT Services > University of Sydney > ph: 9351-5946 > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > > > ------------------------------------------------------------------------ > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech This email has been scanned by Postini. For more information please visit http://www.postini.com ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

