# Is there any way I can keep original words with the stemmed words? Is it a good idea?

**URL:** https://discuss.elastic.co/t/is-there-any-way-i-can-keep-original-words-with-the-stemmed-words-is-it-a-good-idea/11063
**Category:** Elasticsearch
**Created:** [March 7, 2013, 7:08pm UTC](https://discuss.elastic.co/t/is-there-any-way-i-can-keep-original-words-with-the-stemmed-words-is-it-a-good-idea/11063 "2013-03-07T19:08:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![roytmana](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/roytmana/32/44855_2.png) [@roytmana](https://discuss.elastic.co/u/roytmana)
#### Post date: [March 7, 2013, 7:08pm UTC](https://discuss.elastic.co/t/is-there-any-way-i-can-keep-original-words-with-the-stemmed-words-is-it-a-good-idea/11063/1 "2013-03-07T19:08:54Z")

</div>

Hello there,

Is there any way I can keep original words with the stemmed words? (I guess  
I could use combo plugin but I was wondering if kstem would have such  
option)

Here is my dilemma. I would greatly appreciate your input

My data consists of very many (couple of hundred) short fields. Some of  
them age organization names or special medical terms but other are  
plain English. I need to be able to search across all of them accomplish  
both precise matches and stemmed matches. Some of the fields I can decide  
not to stem but for others I need both stemmed and non stemmed matches.  
Eventually, I will use custom "\_all" like multifield so those that must not  
be stemmed (codes, identifiers, names) I will not but I still have very  
many fields I do need to stem but would also need to match on exact term  
with higher precision. If I was dealing just with few fields I would index  
them twice with and without stemming and played with boosts but I need to  
search all couple of hundreds of them at once so I think I would rather try  
keeping stemmed and original in the same field

Thank you,  
Alex

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 2:47am UTC](https://discuss.elastic.co/t/is-there-any-way-i-can-keep-original-words-with-the-stemmed-words-is-it-a-good-idea/11063/2 "2017-07-06T02:47:43Z")

</div>


