Re: Numeric fields and payload

2013-09-05 Thread Erick Erickson
Peter: I don't quite get this. Formatting to display is trivial as it's usually done for just a few docs anyway. You could also just store the original unaltered value and add an additional "normalized" field. Best Erick On Wed, Sep 4, 2013 at 2:02 PM, PETER LENAHAN wrote: > Chris Hostetter

Re: Numeric fields and payload

2013-09-04 Thread PETER LENAHAN
Chris Hostetter fucit.org> writes: > > > : is it possible to store (text) payload to numeric fields (class > : solr.TrieDoubleField)? My goal is to store measure units to numeric > : features - e.g. '1.5 cm' - and to use faceted search with these fields. > : But the field type doesn't allow

Re: Numeric fields and payload

2013-05-08 Thread Chris Hostetter
: is it possible to store (text) payload to numeric fields (class : solr.TrieDoubleField)? My goal is to store measure units to numeric : features - e.g. '1.5 cm' - and to use faceted search with these fields. : But the field type doesn't allow analyzers to add the payload data. I : want to a

Re: Numeric fields and payload

2013-04-08 Thread Jack Krupansky
Sounds like another new field-mutating update processor is needed - "add payload". -- Jack Krupansky -Original Message- From: Holger Rieß Sent: Monday, April 08, 2013 8:27 AM To: solr-user@lucene.apache.org Subject: Numeric fields and payload Hi, is it possible to s

Numeric fields and payload

2013-04-08 Thread Holger Rieß
Hi, is it possible to store (text) payload to numeric fields (class solr.TrieDoubleField)? My goal is to store measure units to numeric features - e.g. '1.5 cm' - and to use faceted search with these fields. But the field type doesn't allow analyzers to add the payload data. I want to avoid d