Please explain SolConfig.xml in terms of SolrAPIs (Java Psuedo Code)

2013-10-25 Thread Amit Aggarwal
Hello All, Can some one explain me following snippet of SolrConfig.xml in terms of Solr API (Java Psuedo Code) for better understanding. like ** * * * * * * ** ** ** ** ** Here I want to know . 1. What is "update

Re: Please explain SolConfig.xml in terms of SolrAPIs (Java Psuedo Code)

2013-10-25 Thread Amit Aggarwal
> > > Regards, > >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

Re: How to configure solr to our java project in eclipse

2013-10-27 Thread Amit Aggarwal
How so you start your another project ? If it is maven or ant then you can use anturn plugin to start solr . Otherwise you can write a small shell script to start solr .. On 27-Oct-2013 9:15 PM, "giridhar" wrote: > Hi friends,Iam giridhar.please clarify my doubt. > > we are using solr for our pr

Re: Solr For

2013-10-27 Thread Amit Aggarwal
Depends One core one schema file ... One solrconfig.xml . So if you want only one core then put all required fields of both search in one schema file and carry out your searches Otherwise make two cores having two schema file and perform searches accordingly ... On 27-Oct-2013 7:22 AM, "

Re: Stop solr service

2013-10-27 Thread Amit Aggarwal
Lol ... Unsubscribe from this mailing list . On 27-Oct-2013 5:02 PM, "veena rani" wrote: > I want to stop the mail > > > On Sun, Oct 27, 2013 at 4:37 PM, Rafał Kuć wrote: > > > Hello! > > > > Could you please write more about what you want to do? Do you need to > > stop running Solr process. If

return value from SolrJ client to php

2013-10-28 Thread Amit Aggarwal
Hello All, I have a requirement where I have to conect to Solr using SolrJ client and documents return by solr to SolrJ client have to returned to PHP. I know its simple to get document from Solr to SolrJ But how do I return documents from SolrJ to PHP ? Thanks Amit Aggarwal

Re: Why do people want to deploy to Tomcat?

2013-11-12 Thread Amit Aggarwal
Agreed with Doug On 12-Nov-2013 6:46 PM, "Doug Turnbull" wrote: > As an aside, I think one reason people feel compelled to deviate from the > distributed jetty distribution is because the folder is named "example". > I've had to explain to a few clients that this is a bit of a misnomer. The > IT

How to get score with getDocList method Solr API

2013-11-18 Thread Amit Aggarwal
()) { returnMe.add(searcher.doc(it.next())); } Ques 1 - > My question is , what does FLAG represent in getDocList method ? Ques 2 - > How can I ensure that searcher.getDocList method give me score also with each document. -- Amit Aggarwal 8095552012

Re: How to get score with getDocList method Solr API

2013-11-19 Thread Amit Aggarwal
. > > On Tue, Nov 19, 2013 at 8:08 AM, Amit Aggarwal > wrote: > > Hello All, > > > > I am trying to develop a custom request handler. > > Here is the snippet : > > > > // returnMe is nothing but a list of Document going to return > > >

Can I use boosting fields with edismax ?

2013-11-23 Thread Amit Aggarwal
Hello All , I am using defType=edismax So will boosting will work like this in solrConfig.xml value_search^2.0 desc_search country_search^1.5 state_search^2.0 city_search^2.5 area_search^3.0 I think it is not working .. If yes , then what should I do ?

Re: Can I use boosting fields with edismax ?

2013-11-24 Thread Amit Aggarwal
rom there it's a matter > of adjusting the boosts to get the results you want. > > > Best, > Erick > > > On Sat, Nov 23, 2013 at 9:17 AM, Amit Aggarwal >wrote: > > > Hello All , > > > > I am using defType=edismax > > So will boosting will w

Please help me to understand debugQuery output

2013-11-25 Thread Amit Aggarwal
rmFreq=1.0 3.3084502 = idf(docFreq=33, maxDocs=342) 0.125 = fieldNorm(doc=327) Any links where this explaination is explained ? Thanks -- Amit Aggarwal 8095552012

Re: /select with 'q' parameter does not work

2013-12-11 Thread Amit Aggarwal
Because in your solrconfig ... Against /select ... DirectUpdateHandler is mentioned . It should be solr.searchhanlder .. On 11-Dec-2013 3:11 PM, "Nutan" wrote: > I have indexed 9 docs. > this my* schema.xml* > > > > > multiValued="false"/> > required="true" > multiValued="false"/> > multiVal

Re: /select with 'q' parameter does not work

2013-12-11 Thread Amit Aggarwal
When you start solr , do you find any error or exception Java -jar ./start.jar ... Then see if there is any problem ... Otherwise take solr solrconfig.xml and try to run .. it should run On 11-Dec-2013 5:41 PM, "Nutan" wrote: > default="true"> > > >explicit >20 >