To get meaningful help, you have to post a minimum of:
1> the relevant schema definitions for the field that makes it blow
up. include the <fieldType> and <field> tags.
2> the query you used, with some indication of the field that makes it blow up.
3> What version you're using
4> any changes you've made to the standard configurations.
5> whether you've recently installed a new version.

It might help if you reviewed: http://wiki.apache.org/solr/UsingMailingLists

Best
Erick

On Tue, Feb 15, 2011 at 11:27 AM, Ravish Bhagdev
<ravish.bhag...@gmail.com> wrote:
> Looks like its a bug?  Is it not?
>
> Ravish
>
> On Tue, Feb 15, 2011 at 4:03 PM, Ravish Bhagdev 
> <ravish.bhag...@gmail.com>wrote:
>
>> When include some of the fields in my search query:
>>
>> SEVERE: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to
>> [Lorg.apache.solr.common.util.ConcurrentLRUCache$CacheEntry;
>>  at
>> org.apache.solr.common.util.ConcurrentLRUCache$PQueue.myInsertWithOverflow(ConcurrentLRUCache.java:377)
>> at
>> org.apache.solr.common.util.ConcurrentLRUCache.markAndSweep(ConcurrentLRUCache.java:329)
>>  at
>> org.apache.solr.common.util.ConcurrentLRUCache.put(ConcurrentLRUCache.java:144)
>> at org.apache.solr.search.FastLRUCache.put(FastLRUCache.java:131)
>>  at
>> org.apache.solr.search.SolrIndexSearcher.getDocSet(SolrIndexSearcher.java:904)
>> at
>> org.apache.solr.handler.component.PivotFacetHelper.doPivots(PivotFacetHelper.java:121)
>>  at
>> org.apache.solr.handler.component.PivotFacetHelper.doPivots(PivotFacetHelper.java:126)
>> at
>> org.apache.solr.handler.component.PivotFacetHelper.process(PivotFacetHelper.java:85)
>>  at
>> org.apache.solr.handler.component.FacetComponent.process(FacetComponent.java:84)
>> at
>> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:231)
>>  at
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
>> at org.apache.solr.core.SolrCore.execute(SolrCore.java:1298)
>>  at
>> org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:340)
>> at
>> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:240)
>>  at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>  at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>> at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
>>  at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>> at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>>  at
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>> at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
>>  at
>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
>> at
>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
>>  at
>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
>> at java.lang.Thread.run(Thread.java:662)
>>
>> Works with some fields not with others...
>>
>> What could be the problem?  It is hard to know with just that exception as
>> it refers to solr's internal files...any indicators will help me debug.
>>
>> Thanks,
>> Ravish
>>
>

Reply via email to