Intermittent connection timeouts to Solr server using SolrNet

2012-01-05 Thread Ian Grainger
Hi - I have also posted this question on SO: http://stackoverflow.com/questions/8741080/intermittent-connection-timeouts-to-solr-server-using-solrnet I have a production webserver hosting a search webpage, which uses SolrNet to connect to another machine which hosts the Solr search server (on a s

Re: DIH Strange Problem

2011-11-28 Thread Ian Grainger
Aha! That sounds like it might be it! On Mon, Nov 28, 2011 at 4:16 PM, Husain, Yavar wrote: > > Thanks Kai for sharing this. Ian encountered the same problem so marking him > in the mail too. > > From: Kai Gülzau [kguel...@novomind.com] > Sent: Monday, No

Re: Unable to index documents using DataImportHandler with MSSQL

2011-11-28 Thread Ian Grainger
TDS:sqlserver://localhost:1433;databaseName=XXX" > 5. Now run your indexing. > > It should solve the problem. > > Regards, > Yavar > > -Original Message- > From: Ian Grainger [mailto:i...@isfluent.com] > Sent: Monday, November 28, 2011 4:11 PM > To: Husain, Yavar

Re: Unable to index documents using DataImportHandler with MSSQL

2011-11-28 Thread Ian Grainger
var > > -Original Message- > From: Ian Grainger [mailto:i...@isfluent.com] > Sent: Friday, November 25, 2011 10:59 PM > To: solr-user@lucene.apache.org > Subject: Re: Unable to index documents using DataImportHandler with MSSQL > > Update on this: I've establis

Re: Unable to index documents using DataImportHandler with MSSQL

2011-11-25 Thread Ian Grainger
-config. Only thing changed in SolrConfig.xml is adding: D:/Software/Solr/example/solr/conf/data-config.xml And data-config.xml is pretty much as attached - except simpler. Any help or any advice on how to diagnose would be appreciated! On Fri, Nov 25, 2011 at 12:29 PM,

Unable to index documents using DataImportHandler with MSSQL

2011-11-25 Thread Ian Grainger
Hi I have copied my Solr config from a working Windows server to a new one, and it can't seem to run an import. They're both using win server 2008 and SQL 2008R2. This is the data importer config I can use MS SQL Prof

Re: Solr 3.4 group.truncate does not work with facet queries

2011-10-28 Thread Ian Grainger
roup.truncate option. > This needs to be fixed. You can open a new issue in Jira if you want to. > > Martijn > > On 28 October 2011 12:09, Ian Grainger wrote: > > Hi, I'm using Grouping with group.truncate=true, The following simple > facet > > query: > > &

Solr 3.4 group.truncate does not work with facet queries

2011-10-28 Thread Ian Grainger
Hi, I'm using Grouping with group.truncate=true, The following simple facet query: facet.query=Monitor_id:[38 TO 40] Doesn't give the same number as the nGroups result (with grouping.ngroups=true) for the equivalent filter query: fq=Monitor_id:[38 TO 40] I thought they should be