RE: Solr working £ Symbol

2018-05-02 Thread Mohan Cheema
>> We are using Solr to index our data. The data contains £ symbol within the >> text and for currency. When data is exported from the source system data >> contains £ symbol, however, when the data is imported into the Solr £ symbol >> is converted to . >> > >How can we keep the £ symbol as is

Re: Solr working £ Symbol

2018-05-02 Thread Shawn Heisey
On 5/2/2018 3:13 AM, Mohan Cheema wrote: > We are using Solr to index our data. The data contains £ symbol within the > text and for currency. When data is exported from the source system data > contains £ symbol, however, when the data is imported into the Solr £ symbol > is converted to �. > >

Solr working £ Symbol

2018-05-02 Thread Mohan Cheema
Hi There, We are using Solr to index our data. The data contains £ symbol within the text and for currency. When data is exported from the source system data contains £ symbol, however, when the data is imported into the Solr £ symbol is converted to �. How can we keep the £ symbol as is when

Re: trying to get Apache Solr working with Dovecot.

2015-01-23 Thread Shawn Heisey
On 1/23/2015 12:11 AM, Kevin Laurie wrote: > The solr / lucene version is 4.10.2 > > I am trying to figure out how to see if Dovecot and Solr can contact. > Apparently when I make searches there seems to be no contact. I might try > to rebuild dovecot again and see if that solves the problem. > >

Re: trying to get Apache Solr working with Dovecot.

2015-01-22 Thread Kevin Laurie
Dear Alexandre, Thanks for your feedback. The solr / lucene version is 4.10.2 I am trying to figure out how to see if Dovecot and Solr can contact. Apparently when I make searches there seems to be no contact. I might try to rebuild dovecot again and see if that solves the problem. I just checked

Re: trying to get Apache Solr working with Dovecot.

2015-01-22 Thread Alexandre Rafalovitch
Well, what does seem to happen? Which version of Solr is it? Can Dovecot contact Solr? If you put netcat listen instead of Solr on that port, it is being connected to? If it is, is Solr complaining about wrong url or anything in the log? Exceptions maybe. How far into the Dovecot->Solr path did

trying to get Apache Solr working with Dovecot.

2015-01-22 Thread Kevin Laurie
Hello, I am desperately trying to get Apache Solr to work with Dovecot FTS. I would really appreciate if someone could please help me! I have already done the following:- 1. I can ssh into my server and see that Apache Solr is up and running. ssh -t -L 8983:localhost:8983 u...@mydomain.com 2

Re: Solr - working with delta import and cache

2013-07-02 Thread Mysurf Mail
BTW: Just found out that a delta import is only supported by the SqlEntityProcessor . Does it matter that I defined processor="CachedSqlEntityProcessor"? On Tue, Jul 2, 2013 at 5:58 PM, Mysurf Mail wrote: > I have two entities in 1:n relation - PackageVersion and Tag. > I have configured DIH to

Solr - working with delta import and cache

2013-07-02 Thread Mysurf Mail
I have two entities in 1:n relation - PackageVersion and Tag. I have configured DIH to use CachedSqlEntityProcessor and everything works as planned. First, Tag entity is selected using the query attribute. Then the main entity. Ultra Fast. Now I am adding the delta import. Everything runs and load

Re: solr working...

2010-08-26 Thread satya swaroop
Hi all, Thanks for ur response and information. I used slf4j log and i kept log.info method in every class of solr module to know which classes get invoke on particular requesthandler or on start of solr I was able to keep it only in solr Module but not in lucene module... i get error wh

Re: solr working...

2010-08-26 Thread Geert-Jan Brits
/26 Michael Griffiths > Take a look at the code? It _is_ open source. Open it up in Eclipse and > debug it. > > -Original Message- > From: satya swaroop [mailto:sswaro...@gmail.com] > Sent: Thursday, August 26, 2010 8:24 AM > To: solr-user@lucene.apache.org > Subjec

RE: solr working...

2010-08-26 Thread Michael Griffiths
Take a look at the code? It _is_ open source. Open it up in Eclipse and debug it. -Original Message- From: satya swaroop [mailto:sswaro...@gmail.com] Sent: Thursday, August 26, 2010 8:24 AM To: solr-user@lucene.apache.org Subject: Re: solr working... Hi peter, I am already

Re: solr working...

2010-08-26 Thread satya swaroop
Hi peter, I am already working on solr and it is working good. But i want to understand the code and know where the actual working is going on, and how indexing is done and how the requests are parsed and how it is responding and all others. TO understand the code i asked how to start?

Re: solr working...

2010-08-26 Thread Peter Karich
Hi! What do you mean? You want a quickstart? Then see http://lucene.apache.org/solr/tutorial.html (But I thought you already got solr working (from previous threads)!?) Or do you want to know if solr is running? Then try the admin view: http://localhost:8080/solr/admin/ Regards, Peter. >

solr working...

2010-08-26 Thread satya swaroop
Hi all, I am intrested to see the working of solr. 1)Can anyone tell me how to start with to know its working Regards, satya

solr working...

2010-08-18 Thread satya swaroop
hi all, i am very intrested to know the working of solr. can anyone tell me which modules or classes that gets invoked when we start the servlet container like tomcat or when we send any requests to solr like sending pdf files or what files get invoked at the start of solr.?? regards, saty