Greetings, Have you tried to look into the lucene indexes with Luke tool? (http://www.getopt.org/luke/). We are using: search.index.13 = dc_date:dc.date.issued:date to filter by time interval and it works.
But first, we had to remove the old indexes and re-create them to have correct indexing (ie rm -rf $builddir/search and run ./$builddir/bin/dspace index-init). It only worked when data inside index looks like 201201010000 ... - when you look with luke tool HTH, Cristian On 02/01/2012 12:46 PM, Päivi Rosenström wrote: > Any solution for this found yet ? > > > Thanks! > > Päivi > > >> Re: [Dspace-tech] search can't sort by date issued >> From: James Bardin<jbardin@bu...> - 2011-10-27 19:23 >> On Thu, Oct 27, 2011 at 1:52 PM, Blanco, Jose<blancoj@...> wrote: >>> # Browse indexes >>> webui.browse.index.1 = title:item:title >>> webui.browse.index.2 = author:metadata:dc.contributor.author:text >>> webui.browse.index.3 = subject:metadata:dc.subject.*:text >>> webui.browse.index.4 = dateissued:item:dateissued >>> >>> # Sorting options >>> webui.itemlist.sort-option.1 = title:dc.title:title >>> webui.itemlist.sort-option.2 = dateissued:dc.date.issued:date >>> webui.itemlist.sort-option.3 = dateaccessioned:dc.date.accessioned:date >>> >> Yeah, I have dateissued in both the browse.index and sort-option, like above. >> Sorting by dateissued *does* work in browsing, but not for search >> results (I think search result ordering is done by lucene, and not the >> webui). I took a guess and added another search index for >> dateissued:dc.date.issued:date, but that doesn't seem to have any >> effect. > >> -jim > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

