this is the output i get when indexed through* solrj*, i followed the link
you suggested.
i tried indexing .doc file.
<response>
<lst name="responseHeader">
<int name="status">400</int>
<int name="QTime">17</int>
</lst>
<lst name="error">
<str name="msg">
org.apache.solr.search.SyntaxError: Cannot parse
'id:C:\solr\document\src\new_index_doc\document_1.doc': Encountered " ":" ":
"" at line 1, column 4. Was expecting one of: <EOF> <AND> ... <OR> ... <NOT>
... "+" ... "-" ... <BAREOPER> ... "(" ... "*" ... "^" ... <QUOTED> ...
<TERM> ... <FUZZY_SLOP> ... <PREFIXTERM> ... <WILDTERM> ... <REGEXPTERM> ...
"[" ... "{" ... <LPARAMS> ... <NUMBER> ...
</str>
<int name="code">400</int>
</lst>
</response>

Also when indexed with *solrnet*, i get this error:
Caused by: java.lang.LinkageError: loader constraint violation: loader
(instance of org/apache/catalina/loader/WebappClassLoader) previously
initiated loading for a different type with name
"org/apache/xmlbeans/XmlCursor"
why this linkage error?? 

Now *curl does not work, neither does solrj and solrnet.*



--
View this message in context: 
http://lucene.472066.n3.nabble.com/using-extract-handler-data-not-extracted-tp4110850p4110915.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to