Re: Solr muticore OR Solr multiple instances

2012-02-24 Thread Umesh_
Hi Em, Both the indices will be used by different applications and as of now we do not have any need to combine the results. Thanks, Umesh -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-muticore-OR-Solr-multiple-instances-tp3773192p3773915.html Sent from the Solr - Use

Solr muticore OR Solr multiple instances

2012-02-24 Thread Umesh_
All, I was trying to find information about plus/deltas with using - Solr muticore where each core has a different index - Multiple instances where each Solr instance has its own index So currently we have a Master/Slave configuration in place where we just have one index. But we need to support

Re: SOLR-343 date facet mincount patch

2010-05-26 Thread Umesh_
Chris, The date facet mincount works now. Sorry, my bad, after applying the patch, I did not compile the source. After compiling the source it works. Thanks, Umesh Kant -- View this message in context: http://lucene.472066.n3.nabble.com/Re-SOLR-343-date-facet-mincount-patch-tp789556p845313.htm

Re: SOLR-343 date facet mincount patch

2010-05-25 Thread Umesh_
Chris, Please ignore the repeated response header due to typo in the previous message. ~Umesh -- View this message in context: http://lucene.472066.n3.nabble.com/Re-SOLR-343-date-facet-mincount-patch-tp789556p842863.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR-343 date facet mincount patch

2010-05-25 Thread Umesh_
Hoss, I was able to successfully apply the path Solr-343 and even after applying the patch, date facet minCount does not work. Appropriate part of response are as given below: ["responseHeader"] => object(SolrObject)#107 (3) { ["status"] => int(0) ["QTime"] => int(4) ["params"] =>

Date Facet mincount is not honored in Solr 1.4.

2010-05-06 Thread Umesh_
Hi All, I was trying to restrict facet values on date so that dates with zero values are not returned in the response. Solr 1.4 does not support the mincount for dates, but there is a patch ( see https://issues.apache.org/jira/browse/SOLR-343 ) that should fix it. Has any one tried to apply thi

Re: Alphabetic range bucketing

2010-05-05 Thread Umesh_
Vishal, Look at the 'sysnonyms.txt' file under /example/solr/conf and you can get the idea. ~Umesh -- View this message in context: http://lucene.472066.n3.nabble.com/Alphabetic-range-bucketing-tp739467p779314.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How do I return all the results in an index?

2010-05-04 Thread Umesh_
Please post the query you are using. It could be something like 'http://localhost:8983/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on'. ~Umesh -- View this message in context: http://lucene.472066.n3.nabble.com/How-do-I-return-all-the-results-in-an-index-tp777214p777260.html Sent fr

Re: How do I return all the results in an index?

2010-05-04 Thread Umesh_
querying for *:* works in Solr 1.4 as well. Did you check that your index has any data? ~Umesh -- View this message in context: http://lucene.472066.n3.nabble.com/How-do-I-return-all-the-results-in-an-index-tp777214p777239.html Sent from the Solr - User mailing list archive at Nabble.com.

SOLR-343 date facet mincount patch

2010-05-04 Thread Umesh_
Hi All, As per https://issues.apache.org/jira/browse/SOLR-343, the date facet mincount patch is tested. Has any one tried to apply this patch on Solr 1.4? When I tried I was able to patch 'SOLR-343.patch' but it failed for another 'DateFacetsMincountPatch.patch'. patching file src/java/org/apac

Re: Solr does not honor facet.mincount and field.facet.mincount

2010-04-26 Thread Umesh_
Hi Koji, Thanks, "f..facet.mincount works. Thanks to you Chris as well, I was expecting that if I set the mincount to be ZERO, then facet will be totally ignored. But that is not the case. For example: If I want to display facets on fields A, B, C and D. But in case a field say C, does not have

Solr does not honor facet.mincount and field.facet.mincount

2010-04-23 Thread Umesh_
Hi All, I am trying to restrict facets in solr response, by setting facet.mincount = 1, which does not work as the request and response are shown below: REQUEST: http://localhost:8983/solr/select/?q=*%3A*&version=2.2&rows=0&start=0&indent=on&facet=true&facet.field=Instrument&facet.field=Locati