RE: Issues with Solr Morphline reading RFC822 files

2017-02-14 Thread Anatharaman, Srinatha (Contractor)
s.recurs...@gmail.com] Sent: Monday, February 13, 2017 5:49 PM To: solr-user@lucene.apache.org Subject: Re: Issues with Solr Morphline reading RFC822 files Can't see what's color coded in the email. > On Feb 13, 2017, at 5:35 PM, Anatharaman, Srinatha (Contractor) > wrote: > &

Re: Issues with Solr Morphline reading RFC822 files

2017-02-13 Thread Dave
Can't see what's color coded in the email. > On Feb 13, 2017, at 5:35 PM, Anatharaman, Srinatha (Contractor) > wrote: > > Hi, > > I am loading email files which are in RFC822 format into SolrCloud using Flume > But some meta data of the emails is not getting loaded to Solr. > Please find belo

Issues with Solr Morphline reading RFC822 files

2017-02-13 Thread Anatharaman, Srinatha (Contractor)
Hi, I am loading email files which are in RFC822 format into SolrCloud using Flume But some meta data of the emails is not getting loaded to Solr. Please find below sample email, text which is colored in Bold Red is ignored by Solr I can read this files ONLY using org.apache.tika.parser.mail.RFC8

Re: Issues with Solr 6.2 Backup/Restore feature

2016-09-13 Thread Georg Bottenhofer
Hi Hrishikesh, unfortunately there’s no output with Level Warning or higher at the Live-System :( I checked solr.log, solr-8983-console.log and solr_gc.log. Mit freundlichem Gruß Georg Bottenhofer -- Kennst du schon WerStr

Re: Issues with Solr 6.2 Backup/Restore feature

2016-09-13 Thread Hrishikesh Gadre
Hi Georg, It looks like "_2ag9.si" file is missing in the snapshot.shard1 folder of the backup. Can you try running Lucene CheckIndex tool on the snapshot.shard1 folder ? Also can you post the logs during the backup creation as well? Thanks Hrishikesh On Tue, Sep 13, 2016 at 7:12 PM, Georg

Issues with Solr 6.2 Backup/Restore feature

2016-09-13 Thread Georg Bottenhofer
Hi. We have two Systems running in different Datacenters. The second system is a failover system with about one hour difference in Data what is OK for us. Until Solr 5.5.3 we used a hack with the „replication/snapshot“-Tool to copy the indizes over and it worked quite well. A few days ago we up

Issues with Solr Highlight

2011-09-20 Thread Krlin, Jiri
Our organization is adopting Solr to facilitate our search functionality. One of the features we are employing is Highlights so that we can give the user a list or search results with context in which they appear. We are experiencing 2 issues with the snippets being returned. I have tried every

Re: A few query issues with solr

2010-08-27 Thread Markus Jelsma
For solving the car/car-rent issue you'll need to add a SynonymFilter to your analyzer chain and configure it accordingly. On Friday 27 August 2010 13:40:15 hemantverm...@gmail.com wrote: > this link will help you: > http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimi > te

Re: A few query issues with solr

2010-08-27 Thread hemantverm...@gmail.com
this link will help you: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory -- View this message in context: http://lucene.472066.n3.nabble.com/A-few-query-issues-with-solr-tp1358081p1369261.html Sent from the Solr - User mailing list archive at

A few query issues with solr

2010-08-26 Thread David Yang
Hi, I'm new to using Solr, and I have started an index with it and it works great. I have encountered a few minor issues that I currently solve by modifying the query beforehand - however I feel like there is a much more configuration oriented and Solr-correct way of achieving. Current manu

Issues With Solr Cloud Setup

2010-05-14 Thread Rakhi Khatwani
Hi, I was going through solr cloud documentation ( http://wiki.apache.org/solr/SolrCloud). and was trying out a simple setup. I could execute example A and B successfully. However whn i try example C, i get the following exception: 2010 12:22:29 PM org.apache.log4j.Category warn WARNING: Excep

Re:Classloading issues with solr 1.4 and tomcat

2009-10-23 Thread Joerg Erdmenger
Forget my mail about that, there was an old 1.3 webapp interfering with the new webapp and I didn't immediately relise that Sorry for the noise Jörg

Classloading issues with solr 1.4 and tomcat

2009-10-23 Thread Joerg Erdmenger
Hi there, I'm having trouble getting the latest solr from svn (I'm using trunk from Oct., 22nd, but it didn't work with an earlier revision either) to run in tomcat. I've checked it out, built and ran the tests - all fine. I run the example conf with jetty using the start.jar - all fine Now I copy

RE: issues with solr

2008-04-15 Thread dudes dudes
thanks for your help Erik, ak > From: [EMAIL PROTECTED] > Subject: Re: issues with solr > Date: Mon, 14 Apr 2008 14:50:34 -0400 > To: solr-user@lucene.apache.org > > There is an "Ant script" section on that mySolr page. >

Re: issues with solr

2008-04-14 Thread Erik Hatcher
wrote: thanks Erik, Basically I have used the build file from solr not from that page,... I have had a look and couldn't really find their build.xml file ! thanks ak From: [EMAIL PROTECTED] Subject: Re: issues with solr Date: Mon, 14 Apr 200

RE: issues with solr

2008-04-14 Thread dudes dudes
thanks Erik, Basically I have used the build file from solr not from that page,... I have had a look and couldn't really find their build.xml file ! thanks ak > From: [EMAIL PROTECTED] > Subject: Re: issues with solr > Date: Mon, 14 Apr

Re: issues with solr

2008-04-14 Thread Erik Hatcher
The mysolr.dist target is defined in the Ant file on that page. My guess is that you were not using the Ant build file bits there. My take is that the mySolr page is not quite what folks should be cloning for incorporation of Solr into their application. Maybe that page should be removed

issues with solr

2008-04-14 Thread dudes dudes
Hello there I'm new to Solr I'm trying to deploy the example under http://wiki.apache.org/solr/mySolr .However, every time I issue ant mysolr.dist it generates: Buildfile: build.xml BUILD FAILED Target "mysolr.dist" does not exist in the project "solr". I'm running Ubuntu getty an

Re: conceptual issues with solr

2008-01-16 Thread Norberto Meijome
On Wed, 16 Jan 2008 16:54:56 +0100 "Philippe Guillard" <[EMAIL PROTECTED]> wrote: > Hi here, > > It seems that Lucene accepts any kind of XML document but Solr accepts only > flat name/value pairs inside a document to be indexed. > You'll find below what I'd like to do, Thanks for help of any kin

conceptual issues with solr

2008-01-16 Thread Philippe Guillard
Hi here, It seems that Lucene accepts any kind of XML document but Solr accepts only flat name/value pairs inside a document to be indexed. You'll find below what I'd like to do, Thanks for help of any kind ! Phil I need to index products (hotels) whi