On Tue, Jan 10, 2012 at 9:04 PM, geeky2 wrote:
> thank you both for the information.
>
> Gora, when you mentioned:
>
>>>
> - For keeping both values, use synonyms.
> <<
>
> what did you mean exactly.
[...]
Please take a look at
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.Syno
thank you both for the information.
Gora, when you mentioned:
>>
- For keeping both values, use synonyms.
<<
what did you mean exactly.
mark
--
View this message in context:
http://lucene.472066.n3.nabble.com/best-way-to-force-substitutions-in-data-tp3646195p3647920.html
Sent from the Solr -
On Tue, Jan 10, 2012 at 4:44 AM, geeky2 wrote:
[...]
> i have a database with approximately 7Million rows that i am bringing in to
> solr.
>
> for a very small sub-set of these 7Million rows (about 130 rows), i need to
> substitute an old part number for a new part number. i know ahead of time
>
how about using regular expressions:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.PatternReplaceCharFilterFactory
On Tue, Jan 10, 2012 at 1:14 AM, geeky2 wrote:
> Hello all,
>
> i have been reading the solr book as well as searching the archives of this
> list to learn how