Re: Close and open vendor sorting

2016-01-22 Thread irshad siddiqui
Totoro > Mobile: +353 894 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 se

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

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

Re: need distance in miles not in kilometers

2013-07-02 Thread irshad siddiqui
, Jack Krupansky j...@basetechnology.comwrote: 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:19 AM To: solr-user@lucene.apache.org Subject

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 anil.jaya...@gmail.com wrote: Hi , Im using text_general fieldType for searching in SOLR. while searching keywords along with special characters not getting

Re: solr limits

2012-06-21 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 have file

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 hil...@csc-scc.gc.ca wrote: Can anyone help? --

Re: Solr with Tomcat on VPS

2012-06-21 Thread irshad siddiqui
HI, in this web.xml file you need to add below line env-entry env-entry-namesolr/home/env-entry-name env-entry-valueyour solr core path here /env-entry-value env-entry-typejava.lang.String/env-entry-type /env-entry On Thu, Jun 21, 2012 at 4:24 PM, mcfly04

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 hil...@csc-scc.gc.ca wrote: Thank you for your response. Are you referring to the SolrRequestFilter path-prefix? Here is a copy of my web.xml:

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 shem...@gmail.com wrote: Can anybody tell me where are the lucene jar files org.apache.lucene.index