yes sir i did restart the tomcat.
On Wed, Sep 4, 2013 at 6:27 PM, Jack Krupansky-2 [via Lucene] <
ml-node+s472066n4088181...@n3.nabble.com> wrote:

> Did you restart Solr after editing config and schema?
>
> -- Jack Krupansky
>
> -----Original Message-----
> From: Nutan
> Sent: Wednesday, September 04, 2013 3:07 AM
> To: [hidden email] <http://user/SendEmail.jtp?type=node&node=4088181&i=0>
> Subject: unknown _stream_source_info while indexing rich doc in solr
>
> i am using solr4.2 on windows7
> my schema is:
> <field name="id" type="string" indexed="true" stored="true"
> required="true"/>
> <field name="author" type="string" indexed="true" stored="true"
> multiValued="true"/>
> <field name="comments" type="text" indexed="true" stored="true"
> multiValued="false"/>
> <field name="keywords" type="text" indexed="true" stored="true"
> multiValued="false"/>
> <field name="contents" type="text" indexed="true" stored="true"
> multiValued="false"/>
> <field name="title" type="text" indexed="true" stored="true"
> multiValued="false"/>
> <field name="revision_number" type="string" indexed="true"
> stored="true" multiValued="false"/>
> <dynamicField name="ignored_*" type="ignored" indexed="false" stored="
> false"multiValued="true"/>
>
> solrconfig.xml :
> <requestHandler name="/update/extract" class="org.apache.solr.handler.
> extraction.ExtractingRequestHandler">
> <lst name="defaults">
> <str name="fmap.content">contents</str>
> <str name="lowernames">true</str>
> <str name="uprefix">ignored_</str>
> <str name="captureAttr">true</str>
> </lst>
> </requestHandler>
>
> when i execute:
> curl "http://localhost:8080/solr/update/extract?literal.id=1&commit=true";
> -F "myfile=@abc.txt"
>
> i get error:unknown field ignored_stream_
> source_info.
>
> i referred solr cookbook3.1 and solrcookbook4 but error is not resolved
> please help me.
>
>
>
>
> --
> View this message in context:
>
> http://lucene.472066.n3.nabble.com/unknown-stream-source-info-while-indexing-rich-doc-in-solr-tp4088136.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://lucene.472066.n3.nabble.com/unknown-stream-source-info-while-indexing-rich-doc-in-solr-tp4088136p4088181.html
>  To unsubscribe from unknown _stream_source_info while indexing rich doc
> in solr, click 
> here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4088136&code=bnV0YW5zaGluZGUxOTkyQGdtYWlsLmNvbXw0MDg4MTM2fC0xMzEzOTU5Mzcx>
> .
> NAML<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://lucene.472066.n3.nabble.com/unknown-stream-source-info-while-indexing-rich-doc-in-solr-tp4088136p4088295.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to