Re: Correcting text at index time

2015-07-01 Thread Jack Krupansky
t; > own > > > then... > > > > > > @Jack: I need to replace a whole list of shortened words... It would > > make a > > > crazy regex (which I incidentally wouldn't even know how to formulate). > > > > > > Cheers > > >

Re: Correcting text at index time

2015-07-01 Thread Alessandro Benedetti
Jack: I need to replace a whole list of shortened words... It would > make a > > crazy regex (which I incidentally wouldn't even know how to formulate). > > > > Cheers > > A. > > > > > > > > > > -- > > View this message in context: >

Re: Correcting text at index time

2015-06-30 Thread Jack Krupansky
> crazy regex (which I incidentally wouldn't even know how to formulate). > > Cheers > A. > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Correcting-text-at-index-time-tp4214636p4215056.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Correcting text at index time

2015-06-30 Thread hossmaa
ext: http://lucene.472066.n3.nabble.com/Correcting-text-at-index-time-tp4214636p4215056.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Correcting text at index time

2015-06-29 Thread Jack Krupansky
the returned results, I do not want to see the > word > >> "cst." any more (it should be permanently replaced with "customer"). I > want > >> to only see the expanded form. > >> > >> Cheers > >> A. > >> > >> > >> > >> -- > >> View this message in context: > http://lucene.472066.n3.nabble.com/Correcting-text-at-index-time-tp4214636p4214643.html > >> Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Correcting text at index time

2015-06-29 Thread Walter Underwood
replaced with "customer"). I want >> to only see the expanded form. >> >> Cheers >> A. >> >> >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Correcting-text-at-index-time-tp4214636p4214643.html >> Sent from the Solr - User mailing list archive at Nabble.com.

Re: Correcting text at index time

2015-06-29 Thread Erick Erickson
omer"). I want > to only see the expanded form. > > Cheers > A. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Correcting-text-at-index-time-tp4214636p4214643.html > Sent from the Solr - User mailing list archive at Nabble.com.

RE: Correcting text at index time

2015-06-29 Thread hossmaa
t;customer" in the document. Just to be clearer: in the returned results, I do not want to see the word "cst." any more (it should be permanently replaced with "customer"). I want to only see the expanded form. Cheers A. -- View this message in context:

RE: Correcting text at index time

2015-06-29 Thread Markus Jelsma
Hello - why not just use synonyms or StemmerOverrideFilter? Markus -Original message- > From:hossmaa > Sent: Monday 29th June 2015 14:08 > To: solr-user@lucene.apache.org > Subject: Correcting text at index time > > Hi everyone > > I'm wondering if it&

Correcting text at index time

2015-06-29 Thread hossmaa
the web quite thoroughly I believe, but haven't found anything to do this. I guess if there really isn't anything like this, I could implement it as a custom Filter... Thanks! A. -- View this message in context: http://lucene.472066.n3.nabble.com/Correcting-text-at-index-time-tp421463