Re: indexing .docx using solrj

2013-12-22 Thread Andrea Gazzarini
working now,i just restarted computer. > But i dont still get the reason for the error. > Thank you though,for your efforts. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/indexing-docx-using-solrj-tp4107737p4107755.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: indexing .docx using solrj

2013-12-21 Thread Ahmet Arslan
error it shows now. -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-docx-using-solrj-tp4107737p4107758.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: indexing .docx using solrj

2013-12-21 Thread sweety
yes,i copied all jars from contrib/extraction to solr/lib. It is not getting the poi jar now, as mentioned in above post of mine, new error it shows now. -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-docx-using-solrj-tp4107737p4107758.html Sent from the Solr

Re: indexing .docx using solrj

2013-12-21 Thread Ahmet Arslan
as in java options: -Dsolr.solr.home=C:\solr c:solr/lib contains: tika jars, actually i pasted all the jars from the solr 4.2 dist,contrib folders in c:solr/lib tomcat/lib contains: all the jars when installed. -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-docx

Re: indexing .docx using solrj

2013-12-21 Thread sweety
It is working now,i just restarted computer. But i dont still get the reason for the error. Thank you though,for your efforts. -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-docx-using-solrj-tp4107737p4107755.html Sent from the Solr - User mailing list archive at

Re: indexing .docx using solrj

2013-12-21 Thread sweety
this message in context: http://lucene.472066.n3.nabble.com/indexing-docx-using-solrj-tp4107737p4107752.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: indexing .docx using solrj

2013-12-21 Thread Andrea Gazzarini
.ClassNotFoundException: > org.apache.xml.serialize.BaseMarkupSerializer > at > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688) > at > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1533) > ... 22 more > > > >

Re: indexing .docx using solrj

2013-12-21 Thread sweety
Jar is already there in the lib folder of solr home. -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-docx-using-solrj-tp4107737p4107748.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: indexing .docx using solrj

2013-12-21 Thread Andrea Gazzarini
1533) > ... 22 more > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/indexing-docx-using-solrj-tp4107737p4107746.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: indexing .docx using solrj

2013-12-21 Thread sweety
/indexing-docx-using-solrj-tp4107737p4107746.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: indexing .docx using solrj

2013-12-21 Thread Andrea Gazzarini
.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298) > > To resolve this i added xerces.jar in the build path,this has. > org/apache/xml/serialize/BaseMarkupSerializer class,but the error is not > resolved. > What is the problem?? > > > *Solrconfig:* > class="solr.extraction.ExtractingRequestHandler" > > > last_modified > contents > true > ignored_ > > > > > *scehma:* > > > multiValued="false"/> > required="true" > multiValued="false"/> > multiValued="false"/> > multiValued="true"/> > > multivalued="true"/> > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/indexing-docx-using-solrj-tp4107737.html > Sent from the Solr - User mailing list archive at Nabble.com. >

indexing .docx using solrj

2013-12-21 Thread sweety
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298) To resolve this i added xerces.jar in the build path,this has. org/apache/xml/serialize/BaseMarkupSerializer class,but the error is not resolved. What is the problem?? *Solrconfig:* last_modified contents true ig