Re: unknown _stream_source_info while indexing rich doc in solr

2013-09-09 Thread Chris Hostetter
: Subject: Re: unknown _stream_source_info while indexing rich doc in solr : : Error got resolved,thanks a lot Sir.I have been trying since days to : resolve it. Usersn't shouldn't have to worry about problems like this ... i'll try to make this less error prone... https://is

Re: unknown _stream_source_info while indexing rich doc in solr

2013-09-08 Thread Nutan
> > -- > 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-tp4088136p4088604.html > To unsubscribe from unknown _s

Re: unknown _stream_source_info while indexing rich doc in solr

2013-09-06 Thread Nutan
it shows type as undefined for dynamic field ignored_* , and I am using default collection1 core, but on the admin page it shows schema : -- View this message in context: http://lucene.472066.n3.nabble.com/unknown-stream-source-info-while-indexing-rich-doc-in-solr-tp4088136p4088591

Re: unknown _stream_source_info while indexing rich doc in solr

2013-09-06 Thread Chris Hostetter
: it shows type as undefined for dynamic field ignored_* , and I am using That means the running solr instance does not know anything about a dynamic field named ignored_* -- it doesn't exist. : but on the admin page it shows schema : the page showing hte schema file just tells you what's on d

Re: unknown _stream_source_info while indexing rich doc in solr

2013-09-06 Thread Nutan
I will try this,thanks -- View this message in context: http://lucene.472066.n3.nabble.com/unknown-stream-source-info-while-indexing-rich-doc-in-solr-tp4088136p4088490.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: unknown _stream_source_info while indexing rich doc in solr

2013-09-05 Thread Chris Hostetter
: yes sir i did restart the tomcat. When you look at the Schema Browser for your default solr core (i'm guessing it's collection1?), does it list ignored_* as a dynamic field? does this URL below show you that "ignored_*" is using type "ignored" ? ... http://localhost:8983/solr/#/collection1

Re: unknown _stream_source_info while indexing rich doc in solr

2013-09-04 Thread Nutan
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: > requ

Re: unknown _stream_source_info while indexing rich doc in solr

2013-09-04 Thread Jack Krupansky
Did you restart Solr after editing config and schema? -- Jack Krupansky -Original Message- From: Nutan Sent: Wednesday, September 04, 2013 3:07 AM To: solr-user@lucene.apache.org Subject: unknown _stream_source_info while indexing rich doc in solr i am using solr4.2 on windows7 my

unknown _stream_source_info while indexing rich doc in solr

2013-09-04 Thread Nutan
i am using solr4.2 on windows7 my schema is: solrconfig.xml : contents true ignored_ true 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