FRobinson wrote:
> 
> 
> What are valid field names for the sort= parameter of search.jsp?  
> 
> 
As far as I know, nutch uses Lucene built in sorting. If you check out the
Sort class in Lucene's API, you'll find out that "The field [used to
determine sort order] must be indexed, but should not be tokenized, and does
not need to be stored (unless you happen to want it back with the rest of
your document data)".

In order to know which are these indexed but not tokenized fields, you may
want to check out Nutch's source. Or rather look up the index with Luke,
which tells you that along with a lot more...

Regards

--
Guillermo

-- 
View this message in context: 
http://www.nabble.com/Sort-field-names-tp20324532p20668804.html
Sent from the Nutch - User mailing list archive at Nabble.com.

Reply via email to