Wait, don't confuse things...they should be three different issues:

1. with curl indexing happens but leaves the content field empty, so
probably something occurs at tika level during the text extraction. That's
the reason why I told you about the tika logging

2. with solrj ineexing doesn'happen because a syntax error. Probably there
some usage mistake

3. I don't know solrnet but linkage error is something at low level
(related to libraries and classes) so I adsume also here indexing doesn't
happen. If you don't know about those "internalities" I would suggest to
concentrate on 1) and 2).

Best,
Andres
On 12 Jan 2014 08:21, "sweety" <sweetyshind...@yahoo.com> wrote:

> 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