Re: Security Problems

2015-11-10 Thread Vijay Mhaskar - 2
Or you can try configuring IP based access control mechanism using
IPAccessHandler in jetty. I have configured this for our SolrCloud setup and
it works very well. While configuring it for SolrCloud we need to be more
careful because Solr has lot of inter node communication happening during
distributed searching or indexing. 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Security-Problems-tp4239302p4239318.html
Sent from the Solr - User mailing list archive at Nabble.com.


Error while merging Solr indexes

2015-11-08 Thread Vijay Mhaskar - 2
Hi All,

I am trying to merge Solr indexes from two cores . Core1 has 0.2 Million
docs and Core2 has 0.3 Million docs. Along with other fields we also have
5-6 Shingle fields in our schema.xml. We are getting below error when we try
to run script 



Too many values for UnInvertedField faceting on field text_shingles


java.lang.IllegalStateException: Too many values for UnInvertedField
faceting on field text_shingles at
org.apache.lucene.uninverting.DocTermOrds.uninvert(DocTermOrds.java:509) at
org.apache.lucene.uninverting.DocTermOrds.(DocTermOrds.java:215) at
org.apache.lucene.uninverting.DocTermOrds.(DocTermOrds.java:206) at
org.apache.lucene.uninverting.DocTermOrds.(DocTermOrds.java:199) at
org.apache.lucene.uninverting.FieldCacheImpl$DocTermOrdsCache.createValue(FieldCacheImpl.java:946)
at
org.apache.lucene.uninverting.FieldCacheImpl$Cache.get(FieldCacheImpl.java:190)
at 


Merging works fine when we try to merge core with less than ~1 records. 
What can be issue here? 






--
View this message in context: 
http://lucene.472066.n3.nabble.com/Error-while-merging-Solr-indexes-tp4239090.html
Sent from the Solr - User mailing list archive at Nabble.com.