ExtractRequestHandler, skipping errors

2013-10-17 Thread Roland Everaert
Hi, I helped a customer to deployed solr+manifoldCF and everything is going quite smoothly, but every time solr is raising an exception, the manifoldcfjob feeding solr aborts. I would like to know if it is possible to configure the ExtractRequestHandler to ignore errors like it seems to be possibl

Re: Solr errors

2013-10-17 Thread Roland Everaert
Even if I don't test it myself, you can use Tika, it is able to extract document from zip archives and index them, but of course it depends of the file type in the archive. Regards, Roland. On Thu, Oct 17, 2013 at 2:36 PM, wonder wrote: > Does anybody know how index files in zip archives? >

Re: Solr errors

2013-10-17 Thread Roland Everaert
gt; "content": [ " 9118_xmessengereu_v18ximpda.**jar dimonvideo.ru.txt " ], > ... > There are not any of this files in index. > Any ideas? > 17.10.2013 17:20, Roland Everaert ?: > > Even if I don't test it myself, you can use Tika, it is able to extra

Re: ExtractRequestHandler, skipping errors

2013-10-18 Thread Roland Everaert
and, > > > (13/10/17 20:44), Roland Everaert wrote: > >> Hi, >> >> I helped a customer to deployed solr+manifoldCF and everything is going >> quite smoothly, but every time solr is raising an exception, the >> manifoldcfjob feeding >> >> solr aborts

XLSB files not indexed

2013-10-18 Thread Roland Everaert
Hi, Can someone tells me if tika is supposed to extract data from xlsb files (the new MS Office format in binary form)? If so then it seems that solr is not able to index them like it is not able to index ODF files (a JIRA is already opened for ODF https://issues.apache.org/jira/browse/SOLR-4809)

Re: ExtractRequestHandler, skipping errors

2013-10-18 Thread Roland Everaert
up> > > But I see commons-compress-1.4.1.jar in solr/contrib/extraction/lib/ > directory. > > Can you open a JIRA issue? > > For now, you can get commons compress 1.5 and put it to the directory > (don't forget to remove 1.4.1 jar file). > > koji >

Re: ExtractRequestHandler, skipping errors

2013-10-18 Thread Roland Everaert
Here is the link to the issue: https://issues.apache.org/jira/browse/SOLR-5365 Thanks for your help. Roland Everaert. On Fri, Oct 18, 2013 at 1:40 PM, Roland Everaert wrote: > I will open a JIRA issue, I suppose that I just have to create an account > first? > > > Regard

Re: XLSB files not indexed

2013-10-21 Thread Roland Everaert
d, > > It looks like: > Tika - yes > Solr - no? > > Based on http://search-lucene.com/?q=xlsb > > ODF != XLSB though, I think... > > Otis > -- > Solr & ElasticSearch Support -- http://sematext.com/ > Performance Monitoring -- http://sematext.com/spm >

Re: Why do people want to deploy to Tomcat?

2013-11-12 Thread Roland Everaert
could ask the same question with regard to jetty. Why use/bundle(/ if not recommend) jetty with solr over other webserver solutions? Regards, Roland Everaert. On Tue, Nov 12, 2013 at 12:33 PM, Alvaro Cabrerizo wrote: > In my case, the selection of the servlet container has never bee

Unable to deplay solr 4.3.0 on jboss EAP 6.1 in mode full JavaEE 6

2013-08-14 Thread Roland Everaert
ent solr.war (runtime-name: solr.war) in 161ms Jboss: EAP 6.1 Solr: 4.3.0 OS: Windows server 2008 R2 Does anybody already deploy solr with such configuration? Thanks, Roland Everaert.

Re: Unable to deplay solr 4.3.0 on jboss EAP 6.1 in mode full JavaEE 6

2013-10-02 Thread Roland Everaert
No, I have not. I am now working on something else, and I really don't know how to investigate this problem :( On Wed, Oct 2, 2013 at 8:24 PM, delkant wrote: > Did you solve this problem?? I'm dealing exactly with the same issue! > Please > share the solution if you have it. Thanks! > > > > --

Re: Unable to deplay solr 4.3.0 on jboss EAP 6.1 in mode full JavaEE 6

2013-10-04 Thread Roland Everaert
Thanks for the tips. When I got time, I will have a look into it and I will try to use solr via the embedded jetty. Regards, Roland. On Thu, Oct 3, 2013 at 3:26 PM, Shawn Heisey wrote: > On 8/14/2013 5:16 AM, Roland Everaert wrote: > > For the past months I have deplaoyed and

Adding pdf/word file using JSON/XML

2013-06-10 Thread Roland Everaert
application/pdf" Is it possible to add a file + any extra fields using a JSON or XML request. Thanks, Roland Everaert.

Re: Adding pdf/word file using JSON/XML

2013-06-10 Thread Roland Everaert
Regards, Roland. On Mon, Jun 10, 2013 at 3:12 PM, Gora Mohanty wrote: > On 10 June 2013 17:47, Roland Everaert wrote: > > Hi, > > > > Based on the wiki, below is an example of how I am currently adding a pdf > > file with an extra field called name: > > c

Re: Adding pdf/word file using JSON/XML

2013-06-11 Thread Roland Everaert
d.docx > Content-Type > application/vnd.**openxmlformats-officedocument.** > wordprocessingml.document > > > and > > > HelloWorld.docx > > > > HelloWorld.docx > > > Or, what is it that you are really string to do? > > Simply tell us in plain

Re: Adding pdf/word file using JSON/XML

2013-06-11 Thread Roland Everaert
ote that you can pass the literal.* params > as POST if you choose, using 100% standards-based HTTP multipart post. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > > 11. juni 2013 kl. 14:48 skrev Roland Everaert : > > > We are working on an

Re: Adding pdf/word file using JSON/XML

2013-06-12 Thread Roland Everaert
on might be. > > The real bottom line is that random application developers should not be > talking directly to Solr anyway - they should be provided with an > "application layer" that has a clean, application-oriented REST API and the > gory details of the Solr A

Re: Adding pdf/word file using JSON/XML

2013-06-13 Thread Roland Everaert
and your patience, Roland Everaert. On Wed, Jun 12, 2013 at 4:18 PM, Jack Krupansky wrote: > I'm sorry if I came across as aggressive or insulting - I'm only trying to > dig down to what your actual difficulty is - and you have been making that > extremely difficult for all