I see docValues has been there since Lucene 4.0. so can I use docValues with
my current solr cloud version of 4.8.x
The reason I am asking is because, I have deployment mechanism and securing
the index (using Tomcat valve) all built out based on Tomcat which I need
figure out all the way again wi
A follow up question, I see docValues has been there since Lucene 4.0. so can
I use docValues with my current solr cloud version of 4.8.x
The reason I am asking is because, I have deployment mechanism and securing
the index (using Tomcat Valves) all built out based on Tomcat which I need
figure o
Never mind.. used the zkcli.sh that comes with solr to accomplish the
firewall
--
View this message in context:
http://lucene.472066.n3.nabble.com/Not-able-to-Add-docValues-in-Solr-tp4204405p4204579.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thanks for your reply, I was under the impression that clusterstate.json and
aliases.json are the two files that the zookeeper maintains.
Did not know that schema.xml is also maintained by zookeeper.Yes I am
running solrCloud.
should I use the zookeeper client to re-upload?
--
View this messag
I am trying to enable Doc Values for certain fields in Solr schema which
helps with memory management while sorting the results and here is
configuration I have
And field type defined this way.
I deployed this schema and started the server, but I don't see the
schema.xml reflecting the docva
Thank you.. This really helps.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Disable-or-limit-the-size-of-Lucene-field-cache-tp4198798p4199646.html
Sent from the Solr - User mailing list archive at Nabble.com.
I don't have a filter cache, and have completely disabled filter cache. Since
I am not using filter queries.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Memory-Leak-in-solr-4-8-1-tp4198488p4198716.html
Sent from the Solr - User mailing list archive at Nabble.com.
I have a solr cloud instance with 8 nodes, 4 shards and facing memory leak on
the JVMs
here are the details of the instance.
1. 8 nodes, 4 shards(2 nodes per shard)
2. each node having about 55 GB of Data, in total there is 450 million
documents in the collection. so the document size is not hug
Hi , we have a solr cloud instance with 8 nodes and 4 shards. We are starting
to see that index size is growing so huge and when looked at the file system
solr has created several copies of the index.
However using solr admin, I could see its using only on the them.
This is what I see in solr admi