Re: Solr Problem

2016-02-20 Thread Shawn Heisey
On 2/20/2016 8:03 PM, Pavan Kumar wrote: > We have one application with postgres DB and Java front end.Now we > have written some procedure by > *IN*and *OUT*parameter and the front team used to use that IN & OUT > parameter and fetch the data from DB .The requirement > is that, the same thing we h

Solr Problem

2016-02-20 Thread Pavan Kumar
Hi Sir, We have one application with postgres DB and Java front end.Now we have written some procedure by *IN* and *OUT* parameter and the front team used to use that IN & OUT parameter and fetch the data from DB .The requirement is that, the same thing we have to implement by using Solr. We have

Re: [MASSMAIL]Re: How to boost query based on result of subquery?

2016-02-20 Thread Jorge Luis Betancourt González
Hi Rajesh, Have you taked a look on Query Re-Ranking? The idea is a little different of what you want but i think it should work, essentially you use your normal search query and then re-rank the top-n documents using a sencod query, this second query could use the position field to influence y

Re: Indexing Parent/Child on SolrCloud

2016-02-20 Thread Yonik Seeley
On Fri, Feb 19, 2016 at 3:18 PM, wrote: > Hi, > >We are implementing a solution on SolrCoud involving parent/child > documents. Had few questions: > > 1. In a nested document structure does parent and child are always indexed on > same shard? Yes > 2. Are there any limitations on number o

Re: How to boost query based on result of subquery?

2016-02-20 Thread Edward P
Hi Rajesh, Thanks for the input but this does not directly address my problem. Currently I am not having an issue with loading the "position" values into my documents. They are indexed as regular fields with the rest of the document. It is a good tip about ExternalFileField. I might use that later

Re: Do all SolrCloud nodes communicate with the database when indexing a collection?

2016-02-20 Thread Joel Bernstein
In Solr 6 there is also the JdbcStream which could be an interesting tool for loading data from a relational database. Something to keep in mind if you plan to upgrade to Solr 6, which is coming out very soon. The JdbcStream queries a relational database and abstracts the results as a TupleStream.

Re: Facet count with expand and collapse

2016-02-20 Thread Anil
Thanks Joel. Could you please share the sample query ? Regards, Anil On 20 February 2016 at 08:32, Joel Bernstein wrote: > With collapse and expand the facet counts will be calculated for the > collapsed data set. You can also use the tag/exclude feature to exclude the > collapse filter query

Re: Best practices for Solr (how to update jar files safely)

2016-02-20 Thread Toke Eskildsen
Shawn Heisey wrote: > I've updated the "Taking Solr to Production" reference guide page with > what I feel is an appropriate caution against running multiple instances > in a typical installation. I'd actually like to use stronger language, And I would like you to use softer language. Machines

Re: Get config from Zookepper

2016-02-20 Thread Binoy Dalal
Use the zkcli.sh file that comes wih the solr distribution to connect to your zookeeper cluster and use the downconfig option to download the configuration to your local machine. On Sat, Feb 20, 2016 at 5:11 PM Jeyaprakash Singarayar < jpsingara...@gmail.com> wrote: > I have created a Zookeeper e

Get config from Zookepper

2016-02-20 Thread Jeyaprakash Singarayar
I have created a Zookeeper ensemble with 3 zookeepers and 3 shards and with a replication factor of 2. Everything works fine and I'm using version 5.4.1. I have upload the basicConfig set that comes with the distribution and made all the field addition and modification through the Schema API. Now