# Search issue with snowball stemmer

**URL:** https://discuss.elastic.co/t/search-issue-with-snowball-stemmer/17806
**Category:** Elasticsearch
**Created:** [May 29, 2014, 1:29pm UTC](https://discuss.elastic.co/t/search-issue-with-snowball-stemmer/17806 "2014-05-29T13:29:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![alexshaman](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/alexshaman/32/1497_2.png) [@alexshaman](https://discuss.elastic.co/u/alexshaman)
#### Post date: [May 29, 2014, 1:29pm UTC](https://discuss.elastic.co/t/search-issue-with-snowball-stemmer/17806/1 "2014-05-29T13:29:57Z")

</div>

Hello everyone,

I have follow index mapping:

and I posted the next content:

When I make this one request:  
/[http://epbyvitw0052:9200/some\_content/docs/\_search?q=sampling/](http://epbyvitw0052:9200/some_content/docs/_search?q=sampling/)

I'm getting result:

but when I send request without type:  
/[http://epbyvitw0052:9200/some\_content/\_search?q=sampling/](http://epbyvitw0052:9200/some_content/_search?q=sampling/)

then I'm getting nothing:

although, I can make the next request with term:  
/[http://epbyvitw0052:9200/some\_content/\_search?q=sampl/](http://epbyvitw0052:9200/some_content/_search?q=sampl/)

the system found it:

It's issue appear when I put snowball filter into analyzer.  
Could you explain why the system has such behavior?  
May be I do something wrong.

--  
View this message in context: [http://elasticsearch-users.115913.n3.nabble.com/Search-issue-with-snowball-stemmer-tp4056702.html](http://elasticsearch-users.115913.n3.nabble.com/Search-issue-with-snowball-stemmer-tp4056702.html)  
Sent from the ElasticSearch Users mailing list archive at [Nabble.com](http://Nabble.com).

--  
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).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/1401370197876-4056702.post%40n3.nabble.com](https://groups.google.com/d/msgid/elasticsearch/1401370197876-4056702.post%40n3.nabble.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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, 1:26am UTC](https://discuss.elastic.co/t/search-issue-with-snowball-stemmer/17806/2 "2017-07-06T01:26:07Z")

</div>


