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
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