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 �. > >

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

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. > Hi al