Solr custom document routing

2016-12-03 Thread SOLR4189
Lets say I have a collection with 4 shards. I need shard1 to contain all documents with fieldX=true and shard2-shard4 to contain all documents with fieldX=false. I need this to work while indexing and while quering. How can I do it in SOLR? -- View this message in context:

Re: Memory leak in Solr

2016-12-03 Thread S G
The symptom we see is that the java clients querying Solr see response times in 10s of seconds (not milliseconds). And on the tomcat's gc.log file (where Solr is running), we see very bad GC pauses - threads being paused for 0.5 seconds per second approximately. Some numbers for the Solr Cloud:

Re: Memory leak in Solr

2016-12-03 Thread billnbell
What tool is that ? The stats I would like to run on my Solr instance Bill Bell Sent from mobile > On Dec 2, 2016, at 4:49 PM, Shawn Heisey wrote: > >> On 12/2/2016 12:01 PM, S G wrote: >> This post shows some stats on Solr which indicate that there might be a >> memory

Re: Memory leak in Solr

2016-12-03 Thread Greg Harris
Hi, All your stats show is large memory requirements to Solr. There is no direct mapping of number of documents and queries to memory reqts as requested in that article. Different Solr projects can yield extremely, extremely different requirements. If you want to understand your memory usage