How to handle special characters in fuzzy search query

2015-05-07 Thread Madhav Bahuguna
O 2.0])&q.op=AND&wt=json&indent=true'; Iam new to solr and dont know how to tackle this situation. Details Solrphpclient php solr 4.9 -- Regards Madhav Bahuguna

How to do fuzzy search on phrases

2015-01-14 Thread madhav bahuguna
to implement fuzzy search on more than one word. Can any one advise me or help me regarding this. The query iam passing using solr php client is $querynew="(business_name:$data~N)"; -- Regards Madhav Bahuguna

How to use less than and greater than in data-config file of solr

2014-10-15 Thread madhav bahuguna
what i want to do. I have also posted this question in stackoverflow http://stackoverflow.com/questions/26397084/how-use-less-than-and-greater-than-in-data-config-file-of-solr -- Regards Madhav Bahuguna

How to link tables based on range values solr data-config

2014-10-08 Thread madhav bahuguna
e help and advise. How do i achieve what i want to do I also have this question posted on stack over flow http://stackoverflow.com/questions/26256344/how-to-link-tables-based-on-range-values-solr-data-config -- Regards Madhav Bahuguna

Solr stops in between indexing

2014-09-25 Thread madhav bahuguna
. Earlier it was working fine,it has started giving this error recently only Please advise and help. -- Regards Madhav Bahuguna

How to stop Solr delta import from creating a log file

2014-09-03 Thread madhav bahuguna
ease advise and help iam new to solr. -- Regards Madhav Bahuguna

Sort not working in solr

2014-07-15 Thread madhav bahuguna
i getting my results in the wrong order my schema looks like this -- Regards Madhav Bahuguna

delta import to detect deleted values

2014-07-11 Thread madhav bahuguna
that it does not show deleted values. -- Regards Madhav Bahuguna

delta import not working properly

2014-07-05 Thread madhav bahuguna
ance iam new to solr and iam stuck on this issue. -- Regards Madhav Bahuguna

How to setup solr on the server

2014-06-29 Thread madhav bahuguna
work fine on a linux server. 'http://localhost:8983/solr/db/dataimport?command=delta-import' The server that iam trying to upload solr to is a linux machine(debian). -- Regards Madhav Bahuguna

Re: solr indexing not working when i try to insert 1000000 rows but works fine when i try to index 400000 rows or below

2014-06-03 Thread madhav bahuguna
Hi Ahmet, Thanks a ton. You were absolutely right the moment i added the line batchsize=-1 it worked . Thank you so much its been 7 days and i just could not figure out what the issue was. Its working like a charm now. Thanks Again regards Madhav Bahuguna On Tue, Jun 3, 2014 at 5:28 PM, Ahmet

solr indexing not working when i try to insert 1000000 rows but works fine when i try to index 400000 rows or below

2014-06-02 Thread madhav bahuguna
Iam new to solr and Iam not able to figure out what the issues is. Please advise and help Regards Madhav Bahuguna