You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2009/07/02 11:57:47 UTC

[jira] Commented: (LUCENE-1729) RuntimeException "no terms in field MODIFIED" in an empty index

    [ https://issues.apache.org/jira/browse/LUCENE-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12726415#action_12726415 ] 

Uwe Schindler commented on LUCENE-1729:
---------------------------------------

The AUTO Sort option and FieldCache are deprecated in 2.9. So I see no reason to fix this.

Please use the correct data type when creating the SortField.

> RuntimeException "no terms in field MODIFIED" in an empty index
> ---------------------------------------------------------------
>
>                 Key: LUCENE-1729
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1729
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Search
>    Affects Versions: 2.4.1
>            Reporter: Tim Lebedkov
>            Priority: Minor
>
> The exception should not be raised as there are no documents yet
> Caused by: java.lang.RuntimeException: no terms in field MODIFIED - cannot determine sort type
> 	at org.apache.lucene.search.ExtendedFieldCacheImpl$5.createValue(ExtendedFieldCacheImpl.java:139)
> 	at org.apache.lucene.search.FieldCacheImpl$Cache.get(FieldCacheImpl.java:71)
> 	at org.apache.lucene.search.ExtendedFieldCacheImpl.getAuto(ExtendedFieldCacheImpl.java:127)
> 	at org.apache.lucene.search.FieldSortedHitQueue.comparatorAuto(FieldSortedHitQueue.java:487)
> 	at org.apache.lucene.search.FieldSortedHitQueue$1.createValue(FieldSortedHitQueue.java:184)
> 	at org.apache.lucene.search.FieldCacheImpl$Cache.get(FieldCacheImpl.java:71)
> 	at org.apache.lucene.search.FieldSortedHitQueue.getCachedComparator(FieldSortedHitQueue.java:167)
> 	at org.apache.lucene.search.FieldSortedHitQueue.&lt;init&gt;(FieldSortedHitQueue.java:55)
> 	at org.apache.lucene.search.TopFieldDocCollector.&lt;init&gt;(TopFieldDocCollector.java:43)
> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:121)
> 	at org.apache.lucene.search.Hits.getMoreDocs(Hits.java:113)
> 	at org.apache.lucene.search.Hits.&lt;init&gt;(Hits.java:90)
> 	at org.apache.lucene.search.Searcher.search(Searcher.java:61)
> 	at de.upk.luceneext.generic.ItemIndex.search(ItemIndex.java:746)

-- 
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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org