Re: Close and open vendor sorting

2016-01-22 Thread irshad siddiqui
391716 > > > -Original Message- > From: irshad siddiqui [mailto:irshad.s...@gmail.com] > Sent: 22 January 2016 07:32 AM > To: solr-user@lucene.apache.org > Subject: Close and open vendor sorting > > Hi, > > I am using solr 5.1 in my search . my search are working fine

Close and open vendor sorting

2016-01-21 Thread irshad siddiqui
Hi, I am using solr 5.1 in my search . my search are working fine today i got one new requirement that show first all open vendor and then close vendor. All vendor have different time oping and closing for a day Example:*"Royal China"* vendor on Friday have 3 time slot for opening and closing.

Re: need distance in miles not in kilometers

2013-07-02 Thread irshad siddiqui
On Tue, Jul 2, 2013 at 6:11 PM, Jack Krupansky wrote: > Simply multiply by the number of miles per kilometer, 0.621371: > > fl=_dist_:mul(geodist(),0.**621371) > > -- Jack Krupansky > > -Original Message- From: irshad siddiqui > Sent: Tuesday, July 02, 2013 5:1

need distance in miles not in kilometers

2013-07-02 Thread irshad siddiqui
Hi, I am suing solr 4.2 and my results are coming proper. but now i want to distance in miles and i am getting the distance in kilometre. can anyone tell me how to get the distance in miles. example query &q=*:*&fq={!geofilt}&sfield=latlng&pt=18.9322453,72.8264378001&d=60&fl=_dist_:geod

Re: Problem with Special Characters in SOLR Query

2012-09-27 Thread irshad siddiqui
Hi, Just escape all solr special char example: solr?q=Healing \& Live Regards, Irshad On Thu, Sep 27, 2012 at 3:55 PM, aniljayanti wrote: > Hi , > > Im using "text_general" fieldType for searching in SOLR. while searching > keywords along with special characters not getting proper results and

Re: Solr with Tomcat on VPS

2012-06-21 Thread irshad siddiqui
Hi, you can also refer below url for solr configuration http://tek-manthan.blogspot.in/ Regards, Irshad On Thu, Jun 21, 2012 at 4:24 PM, mcfly04 wrote: > Thank you for your response. > > Are you referring to the SolrRequestFilter path-prefix? > Here is a copy of my web.xml: > > - > > >

Re: Solr with Tomcat on VPS

2012-06-21 Thread irshad siddiqui
HI, in this web.xml file you need to add below line solr/home your solr core path here java.lang.String On Thu, Jun 21, 2012 at 4:24 PM, mcfly04 wrote: > Thank you for your response. > > Are you referring to the SolrRequestFilter path-prefix? > Here is a copy o

Re: Solr with Tomcat on VPS

2012-06-21 Thread irshad siddiqui
Hi, You have to check installation configuration. Inside tomcat webapps folder you have putted solr.war file. and within this WEB-INF folder web.xml you have to check your solr core folder url On Thu, Jun 21, 2012 at 3:34 PM, mcfly04 wrote: > Can anyone help? > > -- > View this message i

Re: solr limits

2012-06-20 Thread irshad siddiqui
Hi, One index records is one documents along with one unique id. like in database one rows is one document is solr. On Thu, Jun 21, 2012 at 11:39 AM, Sachin Aggarwal < different.sac...@gmail.com> wrote: > hello, > > plz clarify documents means unique id's or something else > > lets say i hav

Re: Editing solr update handler sub class

2012-06-20 Thread irshad siddiqui
Hi, Jar file are located in dist folder . check ur dist folder or you can check your solrconfig.xml file where you will get jar location path. On Thu, Jun 21, 2012 at 9:47 AM, Shameema Umer wrote: > Can anybody tell me where are the lucene jar files > org.apache.lucene.index and org.apache.