Re: can't create collection using solrcloud

2017-05-30 Thread mganeshs
Couple of times I faced this issue when firewall "Endpoint security" was on. Once I disabled it then it started working. Also for creating collection, I usually do in the following way, upconfig the configuration to zookeeper using the command bin/solr zk upconfig -n collection1_configs -z

Re: Data from 4.10 to 6.5.1

2017-05-30 Thread mganeshs
All, As I mentioned above, thought I will update on steps we followed to move my data from 4.10 to 6.5.1 Our setup has 6 collections containing only one shard in each and couple of replicas in each collections * Install Solr 5.5.4 * Create configs for each collection. Copied basic_configs (

Re: Pagination issue when grouping

2017-05-30 Thread Rick Leir
Hi Tien Consider using the export handler if you can. Then you have no paging. When you are having a paging problem you might want to think of the use case -- how many of your users will be willing​ to page deeply? If they give up, then you have lost already. Cheers -- Rick On May 29, 2017

Re: update please

2017-05-30 Thread Rick Leir
Sam, First, try it with Solomo* and you should see much better response. Try things and experiment in the SolrAdmin query tab or analysis tab. Use debug=true or debugquery= true. When the server is really slow, use top(1) to see if you are swapping. Say top -o RES Or top then shift-M Get a

can't create collection using solrcloud

2017-05-30 Thread BrianMaltzan
Hi, I have a fresh install with 3 zookeepers(3.4.6), and 1 solr(6.5.0) instance. They are running and talking to one another, but I can not create a collection. I can connect to zk and get files, upconfig, etc. My config works locally with the built in zk. I'm currently using a similar setup,

Re: update please

2017-05-30 Thread Saman Rasheed
Hi Rick, Thanks for coming back to me on this, btw it's 'Saman' but please call me sam like everyone else  here we go: ~~ i have an english book which i have indexed its contents successfully into a field called 'content, with the following properties: so if need

Re: update please

2017-05-30 Thread Rick Leir
Salman, That is a week ago, which is a long while. And my Android does not display the archives link in a readable way. Would you mind repeating the question here? Be a bit verbose, sometimes it is better that way. Cheers -- Rick On May 30, 2017 12:29:34 PM EDT, Saman Rasheed

Re: Long string in fq value parameter, more than 2000000 chars

2017-05-30 Thread Rick Leir
Daniel, Is it worth saying that you have honkin' long queries and there must be a simpler way? ( I am a big fan of KISS . . Keep It Simple Stupid). I am not calling you names, just saying that this acronym comes up in just about every project I work on. It is akin to the Peter Principle, where

update please

2017-05-30 Thread Saman Rasheed
hi, can someone kindly update me on the question i raised on Mon, 22 May, 17:14 subject: without termfeq - returning the number of terms/or regex of terms in a

Collapse/Expand on non indexed field

2017-05-30 Thread Eirik Hungnes
Hi, We are seeing that the ExpandComponent does not expand results when the field is not indexed. If indexed=true the results will be expanded as expected. 1. Is that the case? 2. Why? Here is the field used for collapse/expand: Thanks, Eirik

Zookeeper-aware golang library

2017-05-30 Thread Shawn Feldman
I've been working on a go library for solr that is zk aware for the past few months. Here is my library. let me know if you'd like to contribute. I compute the hashrange given a key and route and return the desired servers in the cluster then have an sdk for query and for retries given network

Nested documents using solr 6.2.1

2017-05-30 Thread aniljayanti
hi , i am trying to work on nested documents in solr 6.2.1. I am trying to generate employee info from database. parent node consists of empid,cid,sid,pid. child node consists of price,empid,cid,sid,pid.[multiple prices will be exists, remaining values are same as parent] data-config.xml

Re: Long string in fq value parameter, more than 2000000 chars

2017-05-30 Thread Susheel Kumar
If you are able to draw gc logs in gcviewer when OOM happens, it can give you idea if it was sudden OOM or heap gets filled over a period of time. This may help to nail down if any particular query is causing the problem or something else... Thanks, Susheel On Sat, May 27, 2017 at 5:36 PM,