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 sure

Re: Stemming words Using Solr

2015-09-03 Thread Ritesh Sinha
0' }; On Thu, Sep 3, 2015 at 4:12 PM, Upayavira wrote: > > > 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

Re: Stemming words Using Solr

2015-09-03 Thread Ritesh Sinha
; course > > returns an HTML web page. Instead, 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 < > > kumarrites

Re: Stemming words Using Solr

2015-09-04 Thread Ritesh Sinha
lrJ: FieldAnalysisRequest > > That uses the same 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 stem

Re: Stemming words Using Solr

2015-09-04 Thread Ritesh Sinha
> As to using JSON, I'm not sure of 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

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 localhost:2181,localhost:2182,l

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

2015-09-08 Thread Ritesh Sinha
e 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, > > Edwin > > > > > > On 8 Se