You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by yatir <ya...@gmail.com> on 2011/08/07 09:47:32 UTC

error when using the term vector component in solrCloud

IS the term vector component supported with solr cloud ?

this works fine:
http://scmb.nydc1.outbrain.com:8080/solr1/ENPwlMaster/select/?q=id:195652782&fl=*,score&qt=&tv=true&tv.fl=content&tv.tf=true&distrib=true
reponse:
<result name="response" numFound="1" start="0"
maxScore="15.6275625"><doc><str name="id">195652782</str><str
name="url">http://www.slccglobelink.com/opinion/color-blindness-1.2526237</str><str
name="srcId">948137</str><str name="author">John Fisihetau</str><date
name="publishDate">2011-03-30T11:19:37Z</date><date
name="expirationDate">2011-07-30T11:19:37Z</date><int
name="type">0</int><float
name="score">15.6275625</float></doc></result></response>

but when I make the single change of qt=tvrh it fails

http://scmb.nydc1.outbrain.com:8080/solr1/ENPwlMaster/select/?q=id:195652782&fl=*,score&qt=tvrh&tv=true&tv.fl=content&tv.tf=true&distrib=true

the logs show:

Aug 7, 2011 3:44:43 AM org.apache.solr.core.SolrCore execute
INFO: [ENPwlMaster] webapp=/solr2 path=/select
params={version=1&fl=id,score&fsv=true&wt=javabin&rows=10&tv.tf=true&start=0&q=id:(195652782)&tv=true&tv.fl=content&isShard=true}
hits=0 status=0 QTime=1
Aug 7, 2011 3:44:43 AM org.apache.solr.core.SolrCore execute
INFO: [ENPwlMaster] webapp=/solr1 path=/select
params={version=1&fl=id,score&fsv=true&wt=javabin&rows=10&tv.tf=true&start=0&q=id:(195652782)&tv=true&tv.fl=content&isShard=true}
hits=0 status=0 QTime=1
Aug 7, 2011 3:44:43 AM org.apache.solr.common.SolrException log
SEVERE: org.apache.solr.common.SolrException: Internal Server Error

Internal Server Error

request: http://ob1062.nydc1.outbrain.com:8983/solr1/ENPwlMaster/select
        at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:435)
        at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)
        at
org.apache.solr.handler.component.HttpCommComponent$1.call(SearchHandler.java:481)
        at
org.apache.solr.handler.component.HttpCommComponent$1.call(SearchHandler.java:448)
        at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)

Aug 7, 2011 3:44:43 AM org.apache.solr.core.SolrCore execute
INFO: [ENPwlMaster] webapp=/solr1 path=/select/
params={distrib=true&fl=*,score&tv.tf=true&q=id:(195652782)&tv=true&tv.fl=content&qt=tvrh}
status=500 QTime=17




--
View this message in context: http://lucene.472066.n3.nabble.com/error-when-using-the-term-vector-component-in-solrCloud-tp3232659p3232659.html
Sent from the Solr - User mailing list archive at Nabble.com.