({!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
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
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
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