--- On Mon, 9/17/12, Spadez <james_will...@hotmail.com> wrote:
> From: Spadez <james_will...@hotmail.com> > Subject: Re: Taking a full text, then truncate and duplicate with stopwords > To: solr-user@lucene.apache.org > Date: Monday, September 17, 2012, 7:10 PM > Maybe I dont understand, but if you > are copying the keyword description field > and then truncating it then the truncated form will only > have keywords too. > That isnt what I want. I want the truncated form to have > words like "a" > "the" "it" etc that would have been removed when added to > keyword_description. > > <copyField source="keyword_description" > dest="truncated_description" > maxChars="3000"/> If you add a document <add> <doc> <field name="keyword_description"> Several men are in the locker room of a golf club. A cell phone on a bench rings and a man engages the hands-free speaker function and begins to talk. Everyone else in the room stops to listen. The man hangs up. The other men in the locker room are looking at him in astonishment. Then he smiles and asks: "Anyone know whose phone is???!!!" </field> you will see that truncated_description will have joining words (a, the, etc).