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
>
> > 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
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
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, "
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
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
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
()) {
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
.
>
> 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
> >
>
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 ?
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
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
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
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
>
14 matches
Mail list logo