I am searching specific subject articles and they are listed from oldest date 
to the most recent date.  I want to be able organize the dates from ascending 
to descending within the specific subject that the user specifies. 
 
I have already tried Claudia's recommendation (Thank you by the way!)
 
You can configure the browse index, see
[dspace-source]/dspace/config/dspace.cfg
Section ###### Browse Configuration ######

# For compatibility with previous versions:
#
webui.browse.index.1 = dateissued:item:dateissued

If you want to have the browse by date issued desc just change the line to:
webui.browse.index.1 = dateissued:item:dateissued:desc
 
But it still did not work Below is the error message. If any one has any ideas 
please email lmul...@lrri.org, just because she is the DSpace master at our 
institute.

login as: root

r...@dspace's password:

Last login: Fri May 29 12:47:49 2009 from d613.lobos.lrri.org

[r...@dspace ~]# cd /dspace/bin

[r...@dspace bin]# ./index-all

Creating browse index

Warning: -Xmx256m not understood. Ignoring.

Indexing all Items in DSpace.... ... Done

Creating search index

Warning: -Xmx256m not understood. Ignoring.

Exception in thread "main" java.lang.IncompatibleClassChangeError: field 
org.apache.lucene.analysis.standard.StandardFilter.tokenImage was not found.

   at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)

   at org.apache.lucene.analysis.standard.StandardFilter.<clinit>() (Unknown 
Source)

   at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)

   at org.dspace.search.DSAnalyzer.tokenStream(java.lang.String, 
java.io.Reader) (Unknown Source)

   at 
org.apache.lucene.index.DocumentWriter.invertDocument(org.apache.lucene.document.Document)
 (Unknown Source)

   at org.apache.lucene.index.DocumentWriter.addDocument(java.lang.String, 
org.apache.lucene.document.Document) (Unknown Source)

   at 
org.apache.lucene.index.IndexWriter.buildSingleDocSegment(org.apache.lucene.document.Document,
 org.apache.lucene.analysis.Analyzer) (Unknown Source)

   at 
org.apache.lucene.index.IndexWriter.updateDocument(org.apache.lucene.index.Term,
 org.apache.lucene.document.Document, org.apache.lucene.analysis.Analyzer) 
(Unknown Source)

   at 
org.apache.lucene.index.IndexWriter.updateDocument(org.apache.lucene.index.Term,
 org.apache.lucene.document.Document) (Unknown Source)

   at org.dspace.search.DSIndexer.indexContent(org.dspace.core.Context, 
org.dspace.content.DSpaceObject, boolean) (Unknown Source)

   at org.dspace.search.DSIndexer.updateIndex(org.dspace.core.Context, boolean) 
(Unknown Source)

   at org.dspace.search.DSIndexer.createIndex(org.dspace.core.Context) (Unknown 
Source)

   at org.dspace.search.DSIndexer.main(java.lang.String[]) (Unknown Source)

[r...@dspace bin]#

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to