Re: auto trigger the delta import to update index in solr if any update in sql database

2013-02-05 Thread jp
The following link provides on using external activator for tracking DB changes http://ajitananthram.wordpress.com/2012/05/26/auditing-external-activator/ --JP -- View this message in context: http://lucene.472066.n3.nabble.com/auto-trigger-the-delta-import-to-update-index-in-solr-if-any

Re: auto trigger the delta import to update index in solr if any update in sql database

2013-02-05 Thread jp
You could use SQL service Broker External Activation service to monitor the changes and post the changes into the Solr Index using update request handler in soft commit mode --JP -- View this message in context: http://lucene.472066.n3.nabble.com/auto-trigger-the-delta-import-to-update-index

Re: Boost by Nested Query / Join Needed?

2013-02-05 Thread jp
({!join from WAREHOUSE_MASTER to WAREHOUSE_USER_PREF}USER_NAME:ABCD);20;1) 400 Any inputs to meet the requirement appreciatedThanks JP -- View this message in context: http://lucene.472066.n3.nabble.com/Boost-by-Nested-Query-Join-Needed-tp3987818p4038552.html Sent from the

Solrsharp culture problems

2007-09-24 Thread JP Genty - LibertySurf
I use solrsharp on a french XP and I have problems with the float conversion to text. I modified ExempleIndexDocument constructor to force the "en-US" culture. CultureInfo MyCulture = new CultureInfo("en-US"); . . this.Add(new IndexFieldValue("weight", weight.ToString(MyC