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
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
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
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
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 "/
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
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
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