Re: To understand SolrCloud configurations

2014-12-14 Thread Shawn Heisey
On 12/14/2014 12:41 PM, E S J wrote: > This question is related to the same configurations I've posted. How should > I manually test indexing via Zookeeper, I mean not directly accessing solr > nodes like, > curl http://solr1.internal:7083/solr/c-ins/update?commit=true -H > "Content-Type: text/xml"

Spellcheck not working for alphanumeric words

2014-12-14 Thread Shivanand Yeurkar
> > Hi, > > Spell check is not working for alphanumeric and numeric words. > For example, I have indexed alphanumeric words like > BL5C > BL4C > BL5F > Spellcheck for word "BL" does not suggest me any of above results. > > I have same problem even with numeric words > For example, indexed words-

Re: To understand SolrCloud configurations

2014-12-14 Thread E S J
Hi All, This question is related to the same configurations I've posted. How should I manually test indexing via Zookeeper, I mean not directly accessing solr nodes like, curl http://solr1.internal:7083/solr/c-ins/update?commit=true -H "Content-Type: text/xml" -d "@mem.xml" I have a solr client wh