I presume you meant to substitute the pattern and replacement for this case:
content
title
,
.
-- Jack Krupansky
-Original Message-
From: Upayavira
Sent: Wednesday, May 08, 2013 6:32 AM
To: solr-user@lucene.apache.org
Subject: Re: Indexing Point Number
You could use a
You could use a RegexReplaceProcessor in an update processor chain. From
the Javadoc:
content
title
\s+
This could replace the comma with a dot before it gets to be indexed.
Upayavira
On Wed, May 8, 2013, at 10:28 AM, Gora Mohanty wrote:
> On 8 May 2013 14:48, be...@bkern.de
On 8 May 2013 14:48, be...@bkern.de wrote:
> I will index for example:
> 19,95
> 25,45
>
> I can only float with numbers with dots indexing.
I don't think that it is currently possible to change the decimal
separator. You should replace ',' with '.' during indexing, and
searching which should be
I will index for example:
19,95
25,45
I can only float with numbers with dots indexing.
Thanks
Am Mittwoch, den 08.05.2013, 10:52 +0200 schrieb Rafał Kuć
:
Hello!
Use a float field type in your schema.xml file, for example like
this:
Define a field using this type:
You'll be able to in
Hello!
Use a float field type in your schema.xml file, for example like this:
Define a field using this type:
You'll be able to index data like this:
19.95
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi,
> how can I indexing numbers