[ 
https://issues.apache.org/jira/browse/LUCENE-916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502411
 ] 

Daan de Wit commented on LUCENE-916:
------------------------------------

We have several sortable overviews in our application in which the user can 
search, these overviews are backed by Compass and the code that implements the 
sorting and searching is pretty much abstracted. I can avoid using auto sort, 
but then I have to carry around the sort type of each column, that's something 
I wanted to avoid. I already need to carry the field name corresponding to each 
column so it's not that big of a deal, but it just doesn't feel right to me.

> It is not possible to sort with sorttype auto on a field that does not exist
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-916
>                 URL: https://issues.apache.org/jira/browse/LUCENE-916
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Search
>    Affects Versions: 1.9, 2.0.0, 2.0.1, 2.1, 2.2
>            Reporter: Daan de Wit
>         Attachments: TestMultiSearcherAutoSort.java
>
>
> When sorting with type auto on a field that does not exist, a 
> RuntimeException is thrown from FieldCacheImpl.java line 346. This is 
> especially a problem when using MultiSearcher. This issue is related to: 
> http://issues.apache.org/jira/browse/LUCENE-374

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to