Re: conf Folder is not getting created while creating a collection on solr cloud

2015-09-09 Thread Ritesh Sinha
onfigs. > > > > Why do you need the conf file in > > solr-5.3.0/server/solr/test_collection_shard1_replica1/? > > This is where Solr stores the indexes (in data\index) and normally I > don't > > touch anything in this folder. > > > > Regards, > > E

conf Folder is not getting created while creating a collection on solr cloud

2015-09-08 Thread Ritesh Sinha
I am trying to create a collection on Solr cloud. I have created a 3 node zookeeper cluster on the same machine. using this command to start solr on three ports : bin/solr start cloud -z localhost:2181,localhost:2182,localhost:2183 -p 8983 bin/solr start cloud -z

Re: Stemming words Using Solr

2015-09-04 Thread Ritesh Sinha
e HTTP call in the backend, but formats the result in a > Java friendly manner. > > Upayavira > > On Fri, Sep 4, 2015, at 05:52 AM, Ritesh Sinha wrote: > > Yeah, I got. Thanks. > > > > It returns a json which have the stemmed words.I just need to parse it

Re: Stemming words Using Solr

2015-09-04 Thread Ritesh Sinha
f the structure of the JSON you are > getting back, but you might find adding json.nl=map, which changes the > way it returns named lists, which may be easier to parse. > > Upayavira > > On Fri, Sep 4, 2015, at 10:14 AM, Ritesh Sinha wrote: > > This is the code which

Stemming words Using Solr

2015-09-03 Thread Ritesh Sinha
I am learning solr and want to use solr for stemming words.I'll be passing the word to the solr and it should send the stemmed word back.I know how to configure solr core for different stemming patterns and also i am able to view their stemmed words in the analyzer (solr admin ui) but i am not

Re: Stemming words Using Solr

2015-09-03 Thread Ritesh Sinha
nstead, send the analysis URL fragment > > directly > > to the analysis API (not UI) for the Solr core, without the #. > > > > -- Jack Krupansky > > > > On Thu, Sep 3, 2015 at 8:45 AM, Ritesh Sinha < > > kumarriteshranjansi...@gmail.com> wrote: > > >

Re: Stemming words Using Solr

2015-09-03 Thread Ritesh Sinha
> > > On Thu, Sep 3, 2015, at 11:19 AM, Ritesh Sinha wrote: > > I am learning solr and want to use solr for stemming words.I'll be > > passing > > the word to the solr and it should send the stemmed word back.I know how > > to > > configure solr core for