ndexSearcher.Search(pq,null,10, sort);
>
> But it doesn't work . I get unsorted results.
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Sort-in-PrefixQuery-tp3756573p3756573.html
> Sent from the Lucene - Java Developer mailing list archive at Na
d.INT,true));
PrefixQuery pq = new PrefixQuery(new Term("namefieldname", "prefix"));
indexSearcher.Search(pq,null,10, sort);
But it doesn't work . I get unsorted results.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Sort-in-PrefixQuery-tp3756573p37565