Re: Help with PatternReplaceFilterFactory

2010-05-28 Thread Lance Norskog
You probably want to store these as numbers instead of text. The DataImportHandler allows you to take apart text blocks and save the parts in number fields. The text analysis stack inside basic indexing will not do this. On Thu, May 27, 2010 at 7:24 AM, Koji Sekiguchi wrote: > >> Yes you are rig

Re: Help with PatternReplaceFilterFactory

2010-05-27 Thread Koji Sekiguchi
Yes you are right, I get that type of result. I guess my wording was wrong. My field looks like this in the index: R500,000-550,000 Per Annum R500,000-550,000 Per Annum How would I search for say salaries in the range of 500,000 - 550,000? Trying fq=Rumeration_strip:500,000-550,00 doesn't bring

Re: Help with PatternReplaceFilterFactory

2010-05-27 Thread kirsty
gt; Koji > > -- > http://www.rondhuit.com/en/ > > > Yes you are right, I get that type of result. I guess my wording was wrong. My field looks like this in the index: R500,000-550,000 Per Annum R500,000-550,000 Per Annum How would I search for say salaries in the range of 500,000 - 550,000? Trying fq=Rumeration_strip:500,000-550,00 doesn't bring back anything. I must have something wrong. -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-PatternReplaceFilterFactory-tp847408p848078.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help with PatternReplaceFilterFactory

2010-05-27 Thread Koji Sekiguchi
(10/05/27 16:11), kirsty wrote: Hi, I have a field that is a text field eg: R500,000-550,000 Per Annum, R350,000-550,000 Per Annum Cost To Company etc. I would like to facet on the salary range. I have created a new field type

Help with PatternReplaceFilterFactory

2010-05-27 Thread kirsty
greatly appreciated! Kirsty -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-PatternReplaceFilterFactory-tp847408p847408.html Sent from the Solr - User mailing list archive at Nabble.com.