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 William_Xu <xu...@live.cn> on 2012/02/06 09:15:59 UTC

multiple values encountered for non multiValued field type:[text/html, text, html]

Hi everyone:

     when i index my crawl result form some bbs site by solr, then i got
that error. Is there someone could help me?

my solr schema is :

  <field name="id" type="string" indexed="true" stored="true"
required="true" /> 
   <field name="sku" type="text_en_splitting_tight" indexed="true"
stored="true" omitNorms="true"/>
   <field name="name" type="text_general" indexed="true" stored="true"/>
   <field name="alphaNameSort" type="alphaOnlySort" indexed="true"
stored="false"/>
   <field name="manu" type="text_general" indexed="true" stored="true"
omitNorms="true"/>
   <field name="cat" type="string" indexed="true" stored="true"
multiValued="true"/>
   <field name="features" type="text_general" indexed="true" stored="true"
multiValued="true"/>
   <field name="includes" type="text_general" indexed="true" stored="true"
termVectors="true" termPositions="true" termOffsets="true" />

   <field name="weight" type="float" indexed="true" stored="true"/>
   <field name="price"  type="float" indexed="true" stored="true"/>
   <field name="popularity" type="int" indexed="true" stored="true" />
   <field name="inStock" type="boolean" indexed="true" stored="true" />

   
   <field name="store" type="location" indexed="true" stored="true"/>

   
   <field name="title" type="text_general" indexed="true" stored="true"
multiValued="true"/>
   <field name="subject" type="text_general" indexed="true" stored="true"/>
   <field name="description" type="text_general" indexed="true"
stored="true"/>
   <field name="comments" type="text_general" indexed="true" stored="true"/>
   <field name="author" type="text_general" indexed="true" stored="true"/>
   <field name="keywords" type="text_general" indexed="true" stored="true"/>
   <field name="category" type="text_general" indexed="true" stored="true"/>
   <field name="content_type" type="string" indexed="true" stored="true"
multiValued="true"/>
   <field name="last_modified" type="date" indexed="true" stored="true"/>
   <field name="links" type="string" indexed="true" stored="true"
multiValued="true"/>

   
  <field name="url" type="string" indexed="true" stored="true"/>
  <field name="content" type="textMaxWord" indexed="true" stored="true" 
multiValued="true"/>
  <field name="cache_content" type="text_cache" indexed="false"
stored="true"/>
  <field name="segment" type="string" indexed="false" stored="true"/>
  <field name="boost" type="float" indexed="true" stored="true"/>
  <field name="digest" type="string" indexed="false" stored="true"/>
  <field name="host" type="string" indexed="true" stored="false"/>
  <field name="cache" type="string" indexed="true" stored="false"/>
  <field name="site" type="string" indexed="true" stored="false"/>
  <field name="anchor" type="string" indexed="true" stored="false"
multiValued="true"/>
  <field name="tstamp" type="string" indexed="true" stored="true"/>
  <field name="date" type="date" indexed="true" stored="true"/>
  <field name="type" type="string" indexed="true" stored="true"/>

   
   <field name="text" type="text_general" indexed="true" stored="true"
multiValued="true"/>
<field name="simple" type="textSimple" indexed="true" stored="true"/>  
<field name="complex" type="textComplex" indexed="true" stored="true"/>  

   
   <field name="text_rev" type="text_general_rev" indexed="true"
stored="false" multiValued="true"/>

   
   <field name="manu_exact" type="string" indexed="true" stored="false"/>

   <field name="payloads" type="payloads" indexed="true" stored="true"/>

   
   
   

   
   <dynamicField name="*_i"  type="int"    indexed="true"  stored="true"/>
   <dynamicField name="*_s"  type="string"  indexed="true"  stored="true"/>
   <dynamicField name="*_l"  type="long"   indexed="true"  stored="true"/>
   <dynamicField name="*_t"  type="text_general"    indexed="true" 
stored="true"/>
   <dynamicField name="*_txt" type="text_general"    indexed="true" 
stored="true"/>
   <dynamicField name="*_b"  type="boolean" indexed="true"  stored="true"/>
   <dynamicField name="*_f"  type="float"  indexed="true"  stored="true"/>
   <dynamicField name="*_d"  type="double" indexed="true"  stored="true"/>

   
   <dynamicField name="*_coordinate"  type="tdouble" indexed="true" 
stored="false"/>

   <dynamicField name="*_dt" type="date"    indexed="true"  stored="true"/>
   <dynamicField name="*_p"  type="location" indexed="true" stored="true"/>

   
   <dynamicField name="*_ti" type="tint"    indexed="true"  stored="true"/>
   <dynamicField name="*_tl" type="tlong"   indexed="true"  stored="true"/>
   <dynamicField name="*_tf" type="tfloat"  indexed="true"  stored="true"/>
   <dynamicField name="*_td" type="tdouble" indexed="true"  stored="true"/>
   <dynamicField name="*_tdt" type="tdate"  indexed="true"  stored="true"/>

   <dynamicField name="*_pi"  type="pint"    indexed="true"  stored="true"/>

   <dynamicField name="ignored_*" type="ignored" multiValued="true"/>
   <dynamicField name="attr_*" type="text_general" indexed="true"
stored="true" multiValued="true"/>

   <dynamicField name="random_*" type="random" />

    
   
   
 </fields>

--
View this message in context: http://lucene.472066.n3.nabble.com/multiple-values-encountered-for-non-multiValued-field-type-text-html-text-html-tp3719088p3719088.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: multiple values encountered for non multiValued field type:[text/html, text, html]

Posted by William_Xu <xu...@live.cn>.
Thank you for your reply, it is much helpful for me !

--
View this message in context: http://lucene.472066.n3.nabble.com/multiple-values-encountered-for-non-multiValued-field-type-text-html-text-html-tp3719088p3721305.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: multiple values encountered for non multiValued field type:[text/html, text, html]

Posted by "tamanjit.bindra@yahoo.co.in" <ta...@yahoo.co.in>.
Hi I am not sure if what you are doing is possible i.e. having a schema other
than that provided by nutch. The schema provided by nutch in its directory
<nutch-dir>\conf is to be used as the solr schema.

--
View this message in context: http://lucene.472066.n3.nabble.com/multiple-values-encountered-for-non-multiValued-field-type-text-html-text-html-tp3719088p3719253.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: multiple values encountered for non multiValued field type:[text/html, text, html]

Posted by William_Xu <xu...@live.cn>.
error message:


 org.apache.solr.common.SolrException: ERROR: [http://bbs.dichan.com/] mult
iple values encountered for non multiValued field type: [text/html, text,
html]
        at
org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.jav
a:242)
        at
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpd
ateProcessorFactory.java:60)
        at
org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpd
ateProcessorFactory.java:115)
        at
org.apache.solr.handler.XMLLoader.processUpdate(XMLLoader.java:158)
        at org.apache.solr.handler.XMLLoader.load(XMLLoader.java:79)
        at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(Co
ntentStreamHandlerBase.java:67)
        at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
erBase.java:129)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:1368)
        at
org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter
.java:356)
        at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilte
r.java:252)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:235)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:233)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:191)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:127)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:102)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:298)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:857)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ss(Http11Protocol.java:588)
        at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:48
9)
        at java.lang.Thread.run(Thread.java:662)


--
View this message in context: http://lucene.472066.n3.nabble.com/multiple-values-encountered-for-non-multiValued-field-type-text-html-text-html-tp3719088p3719103.html
Sent from the Solr - User mailing list archive at Nabble.com.