sorting a doc field takes more time

2008-03-13 Thread sandyg
again thnx -- View this message in context: http://www.nabble.com/sorting-a-doc-field-takes-more-time-tp16024551p16024551.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: sorting a doc field takes more time

2008-03-13 Thread Grant Ingersoll
one help Below is my code.. sort = new Sort(new SortField(field)); hits = searcher.search(query,sort); Once again thnx -- View this message in context: http://www.nabble.com/sorting-a-doc-field-takes-more-time-tp16024551p16024551.html Sent from the Lucene - Java Use

Re: sorting a doc field takes more time

2008-03-14 Thread sandyg
= new Sort(new SortField(field)); >>hits = searcher.search(query,sort); >> >> Once again thnx >> -- >> View this message in context: >> http://www.nabble.com/sorting-a-doc-field-takes-more-time-tp16024551p16024551.html >> Sent from the

Re: sorting a doc field takes more time

2008-03-17 Thread Grant Ingersoll
usefull can any one help Below is my code.. sort = new Sort(new SortField(field)); hits = searcher.search(query,sort); Once again thnx -- View this message in context: http://www.nabble.com/sorting-a-doc-field-takes-more-time-tp16024551p16024551.html Sent from the