Not able to sort by Title
-------------------------
Key: LUCENENET-387
URL: https://issues.apache.org/jira/browse/LUCENENET-387
Project: Lucene.Net
Issue Type: Bug
Environment: Lucene.net incorporated in Sitecore CMS 6.2, OS : windows
server 2008, IE 8
Reporter: Reshmi Kumari
Sorting by date is working perfectly fine but not able to sort by "Title". I
have indexed Title but not tokenized. (<field target="sortTitle"
indexType="untokenized">Title</field>).
for sorting I have used: sort = new Sort(new SortField("sortTitle",
SortField.STRING));
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.