Re: Solr Release Management Process

2013-12-17 Thread Mamta Alshi
sorry to hack your thread! I want to know which mailing address should I mail to in order to unsubscribe! On Thu, Nov 14, 2013 at 5:48 PM, Furkan KAMACI wrote: > Hi; > > I've asked the same question at dev-list but I could not get an answer. > This question is related to Solr contributers too an

Re: Apache-Solr with Tomcat: displaying the format of search result

2013-10-28 Thread Mamta Alshi
HI Ramesh, Have you documented how you have integrated Solr with Tomcat..? I have to do the same..was trying sometime ago and then left it...will be helpful if you have steps on how to integrate the two. Thanks, Mamta On Mon, Oct 28, 2013 at 2:40 PM, pyramesh wrote: > Hi All, > > R

Re: Newbie to Solr

2013-10-28 Thread Mamta Alshi
how do I get the solr admin web user interface? On Mon, Oct 28, 2013 at 2:32 PM, Mamta Alshi wrote: > Hi Michael, > > Thanks for the prompt response. Have a look at my attached admin user > interfaces. > > I do not quite see the options you mention. > > > On M

Re: Newbie to Solr

2013-10-28 Thread Mamta Alshi
Hi Michael, Thanks for the prompt response. Have a look at my attached admin user interfaces. I do not quite see the options you mention. On Mon, Oct 28, 2013 at 2:18 PM, michael.boom wrote: > Put "*:*" in the q field > Then check the facet check box (look lower close to the Execute button) a

Re: Newbie to Solr

2013-10-28 Thread Mamta Alshi
I try to run them like this *:*&facet=true&facet.field=Name from the query string text box it gives me error like undefined field *. Any idea what is going wrong? TIA On Sun, Oct 27, 2013 at 1:28 PM, Mamta Alshi wrote: > Hi Alex, > > That is what I am suspecting too. Tr

Re: Newbie to Solr

2013-10-27 Thread Mamta Alshi
>Alex > > Personal website: http://www.outerthoughts.com/ > LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch > - Time is the quality of nature that keeps events from happening all at > once. Lately, it doesn't seem to be working. (Anonymous - via GTD book)

Re: Newbie to Solr

2013-10-27 Thread Mamta Alshi
100120107088 > kishan > ghatlodia > 9510077394 > > > > Regards, > > Kishan Parmar > Software Developer > +91 95 100 77394 > Jay Shree Krishnaa !! > > > > On Tue, Oct 1, 2013 at 1:11 AM, mamta wrote: > >

Re: How to round solr score ?

2013-10-07 Thread Mamta Thakur
Thanks for your replies. I am actually doing the frange approach for now. The only downside I see there is it makes the function call twice, calling createWeight() twice. And so my social connections are evaluated twice which is quite heavy operation. So I was thinking if I could get away with o

Re: Newbie to Solr

2013-10-03 Thread Mamta Alshi
Hey Alex, Thank you for your suggestion. Thanks, Mamta Sent from my iPhone On Oct 2, 2013, at 4:31 AM, Alexandre Rafalovitch wrote: > Mamta, > > You are trying to do multiple things at once. Slow down before you drown. > > Use the default Solr distribution. That runs embedded

Re: Newbie to Solr

2013-10-01 Thread Mamta Alshi
could unfortunately not get any document which tells me how to run solr queries through my tomcat..do you know of any link/books? Thank you! Kishan. Thanks, Mamta On Tue, Oct 1, 2013 at 3:30 PM, Kishan Parmar wrote: > you have to create only schema file > dont change anything in solr

RE: Newbie to Solr

2013-10-01 Thread Mamta S Kanade
Can you tell me what all docs I need to create...there needs to be a schema.xml and what else? A document having my data? Also, where these should be placed. There's already a schema.xml Thanks for the prompt response..... Mamta. -Original Message- From: Kishan Parmar [mailto:k

Re: Not able to run sample solr examples

2013-10-01 Thread Mamta Alshi
Hi, My problem is i am not able to run the sample examples given in solr .i cannot run them through the solr admin consoleit doesn't give me the result.I have already indexed the documents. Appreciate your help! Thanks, Mamta On Tue, Oct 1, 2013 at 3:08 PM, Kishan Parmar

Newbie to Solr

2013-10-01 Thread mamta
running queries on the Solr admin which is configured on a Tomcat server. What all preparation will i need to do? Schema.xml any docs? Any help will be highly appreciated. Thanks, Mamta -- View this message in context: http://lucene.472066.n3.nabble.com/Newbie-to-Solr-tp4092876.html Sent from the

Not able to run sample solr examples

2013-10-01 Thread mamta
Hi, I am running Solr on Tomcat server and am able to go to the solr link from my Tomcat manager. I want to try running quieries through the solr admin page on the solr examples which come built-in when i install solr. How can i run queries on those examples? Thanks, Mamta -- View this

Re: How to round solr score ?

2013-09-17 Thread Mamta Thakur
.ScopedHandler.handle(ScopedHandler.java:137) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) Is there any way by whi