he question is: is there a solution, in which I can
"preprocess" the inputs, or it is only doable only on the client's
side.
Péter
From: "Grant Ingersoll"
Subject: Re: date field type problem
What's the exception?
On Sep 2, 2009, at 3:00 AM, Peter Kiraly wrote:
Hi Solr users,
I have a lots of dates from a library catalog in not
solr.DateField compatible format. I wrote a new
definition inside the solrconfig.xml, which creates
eg. 1991-01-01T00:00:01Z from the input '[c1991.]' string.
It works fine when I tried it with the typical values
in the http://l
Hi,
My solution was to this problem in Lucene, that I modified the
Lucene's parser. There was a file in Lucene not in Java
(StandardTokenizer.jj),
which defines what is a token, and the types of tokens. My rule
was, that a soft or hard hypen at the end of the line denote a
word which continues