Re: Help for sorting

2005-01-03 Thread Otis Gospodnetic
Hello, --- mahaveer jain <[EMAIL PROTECTED]> wrote: > I am looking out to implement sorting in my lucene application. This > is what my code look like. > > I am using StandardAnalyzer() analyzer. > > Query query = QueryParser.parse(keyword, "contents", analyzer); > > Sort sortCol = new Sort

Help for sorting

2005-01-03 Thread mahaveer jain
Hello All, I am looking out to implement sorting in my lucene application. This is what my code look like. I am using StandardAnalyzer() analyzer. Query query = QueryParser.parse(keyword, "contents", analyzer); Sort sortCol = new Sort(new SortField("date")); // date is one of the field I