dataimport.properties

2011-09-20 Thread Barry Harding
Hi I am currently using the DIH to connect to and import data from a MS SQL Server, and in general doing full, delta or deletes seems to work perfectly. The issue is that I spotted some errors being logged in the tomcat logs for SOLR which are : 19-Sep-2011 07:45:25 org.apache.solr.common.SolrE

dataimport.properties still updated on error

2011-09-19 Thread Barry Harding
Hi I am currently using the DIH to connect to and import data from a MS SQL Server, and in general doing full, delta or deletes seems to work perfectly. The issue is that I spotted some errors being logged in the tomcat logs for SOLR which are : 19-Sep-2011 07:45:25 org.apache.solr.common.SolrE

RE: Unable to filter fq param on a dynamic field

2008-09-19 Thread Barry Harding
and query time. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message ---- > From: Barry Harding <[EMAIL PROTECTED]> > To: "solr-user@lucene.apache.org" > Sent: Thursday, September 18, 2008 12:53:08 PM > Subject: RE: Unable to fil

RE: Unable to filter fq param on a dynamic field

2008-09-18 Thread Barry Harding
Hi Otis, no that does not seem to bring back the correct results either in fact its still zero results. Its also not bringing back results if I use the standard handler http://127.0.0.1:8080/apache-solr-1.3.0/select?q=Output-Type-facet:Monochrome but the field is visible in the documents retur

Unable to filter fq param on a dynamic field

2008-09-18 Thread Barry Harding
Hi, I have a fairly simple solr setup with several predefined fields that are indexed and stored and also depending on the type of product I also add various dynamic fields of type string to a record, and I should mention that I am using the solr.DisMaxRequestHandler request handler called "/

RE: List of available facet fields returned with the query results

2008-08-14 Thread Barry Harding
u may be better off managing the mappings yourself for performance reasons. But, as always, first measure then optimize :) On Thu, Aug 14, 2008 at 7:12 PM, Barry Harding <[EMAIL PROTECTED]>wrote: > Hi, > I have solr setup to index technical data for a number of different > types o

List of available facet fields returned with the query results

2008-08-14 Thread Barry Harding
Hi, I have solr setup to index technical data for a number of different types of products, and this means that different product have different facet fields available. For example here would be a small example of the sort of data we are indexing, in reality there are between 10 and 20 facet fields

Adding the Lucene org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter to solr for german compound words

2008-07-23 Thread Barry Harding
Hi can anybody point me in the right direction in how I go about adding the org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter Token filter to the solr schema.xml. I need to be able to break German compound words, and from what I have read this Token filter would seem