How to match for more than one value in a string using regex match

2011-07-06 Thread Romi
d ring, how can i do it. look at here http: http://jsfiddle.net/bhXbh/4/ - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-match-for-more-than-one-value-in-a-string-using-regex-match-tp3144199p3144199.html Sent from the Solr - User mailing li

Re: Highlight whole query phrase

2011-07-06 Thread Romi
it is accidentally became elegant. anyway i got the solution without using hl.mergeContiguous , because its not working. look at http://jsfiddle.net/bhXbh/31/ for the solution - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Highlight-whole-q

Problem in searching uppercase string with wildcard

2011-07-08 Thread Romi
pplied . would you please suggest me what can be the issue. ----- Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-searching-uppercase-string-with-wildcard-tp3151037p3151037.html Sent from the Solr - User mailing list archive at Nabble.com.

How to find whether solr server is running or not

2011-07-19 Thread Romi
I am running an application that get search results from solr server. But when server is not running i get no response from the server. Is there any way i can found that my server is not running so that i can give proper error message regarding it - Thanks & Regards Romi -- View this mes

Re: How to find whether solr server is running or not

2011-07-19 Thread Romi
w can i check whether i get response or not - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-find-whether-solr-server-is-running-or-not-tp3181870p3181942.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to find whether solr server is running or not

2011-07-19 Thread Romi
at 192.168.1.9:8983.* - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-find-whether-solr-server-is-running-or-not-tp3181870p3182202.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to find whether solr server is running or not

2011-07-19 Thread Romi
r=true&sort= score&json.wrf=?", function(result){ * but if solr server is not running this code does not execute...how can i check than that server is not running - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-find-whether-so

Problem in execution of error call in ajax request if solr server is not running

2011-07-22 Thread Romi
. please tell me the solution. i have tried with both async:false and async:true. in both cases error not called if server is shutdown - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-execution-of-error-call-in-ajax-request-if-solr-ser

problem with "?" wild card searches in solr

2011-07-23 Thread Romi
I am using solr for search . i am facing problem with wildcard searches. when i search for dia?mond i get result for diamond but when i search for ban?le i get no result. what can be the problem - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble

How to check that solr server is running

2011-07-23 Thread Romi
ue&hl.fl=text&hl.usePhraseHighlighter=true&sort= score desc ,"+sort+" "+order+"&json.wrf=?"* and using getJson i am getting the solr response. $.getJSON(url, function(result){ now my problem is how can i determine that solr server is running. ---

<    1   2