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://issues.apache.org

Re: unknown _stream_source_info while indexing rich doc in solr

2013-09-08 Thread Nutan
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 _stream_source_info while indexing rich doc in solr, click herehttp://lucene.472066.n3

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-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

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 : fields field name=id type=string indexed=true stored=true required=true multiValued=false/ field name=author type=string indexed=true stored=true

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 ? ...

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: 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

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

Re: unknown _stream_source_info while indexing rich doc in solr

2013-09-04 Thread Nutan
, 2013 3:07 AM To: [hidden email] http://user/SendEmail.jtp?type=nodenode=4088181i=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