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
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"
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
?
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
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&
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
Hi,
Does github have the latest SOLR code? Or should I be getting it from SVN
lucene/dev branch?
Thanks,
Prathik
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