Verify if solr reload core is successful or not

2014-10-20 Thread Prathik Puthran
Hi, How do I verify if Solr core reload is successful or not? I use Solr 4.6. To reload the core I send the below request: http://hostname:7090/solr/admin/cores?action=RELOAD&core=core0&wt=json Also is the above request synchronous ( I mean will the reload happen before the response is recieve

Change the group.field name in the solr response

2014-05-23 Thread Prathik Puthran
Hi, How can I change the field name in the "grouped" section of the solr response. I know for changing the field names in the response where solr returns documents you can make a query with "fl" changed as "fl=mapping1:fieldname1,mapping2:fieldname2" How do I achieve the same thing for "grouping"

Exception while unmarshalling response in SolrJ

2014-04-12 Thread Prathik Puthran
Hi, I am using SolrJ client to send request to Solr. But instead of calling Solr directly SolrJ communicates with my proxy server which in turn calls Solr and gets the response in javabin format and returns back the response to the client in the same format. The proxy server is written using play

Re: Help in resolving the below retrieval issue

2013-09-10 Thread Prathik Puthran
? Thanks, Prathik On Wed, Sep 11, 2013 at 1:43 AM, Prathik Puthran < prathik.puthra...@gmail.com> wrote: > I'm using Solr 3.4. > > > This bug is causing the 2nd term i.e. "kumar" to be treated as an > exclusion operator? > Is it possible to configure the que

Re: Help in resolving the below retrieval issue

2013-09-10 Thread Prathik Puthran
arated tokens > > Try escaping the spaces with backslash. You could also try quoting the > input although > that has some phrase implications. > > Do you really want this search to fail on just searching "rahul" though? > Perhaps > keywordTokenizer isn&

Help in resolving the below retrieval issue

2013-09-10 Thread Prathik Puthran
Hi, I am facing the below issue where in Solr is not retrieving the indexed word for some cases. This happens whenever the indexed word has string " - " (quotes for clarity) as substring i.e word prefix followed by a space which is followed by '-' again followed by a space and followed by the res

Latest code of Lucene SOLR

2013-07-05 Thread Prathik Puthran
Hi, Does github have the latest SOLR code? Or should I be getting it from SVN lucene/dev branch? Thanks, Prathik

SOLR entry point when deployed in web app container

2013-06-05 Thread Prathik Puthran
Hi, I was trying to find the entry point in SOLR web app when it is deployed in an application container. Can someone please help me with this? Thanks, Prathik