Re: How to query multiple words correctly

2013-07-13 Thread Stavros Delisavas
Thank you, problem solved! On 13.07.2013 12:16, Otis Gospodnetic wrote: Hi, Does the same happen if you use +*foo* +*bar* syntax? If such queries turn out to be too slow, consider indexing ngrams. Otis -- Solr & ElasticSearch Support -- http://sematext.com/ Performance Monitoring -- http://s

Re: How to query multiple words correctly

2013-07-13 Thread Otis Gospodnetic
Hi, Does the same happen if you use +*foo* +*bar* syntax? If such queries turn out to be too slow, consider indexing ngrams. Otis -- Solr & ElasticSearch Support -- http://sematext.com/ Performance Monitoring -- http://sematext.com/spm On Sat, Jul 13, 2013 at 5:40 AM, Stavros Delisavas wrote

How to query multiple words correctly

2013-07-13 Thread Stavros Delisavas
Hello Solr-Community, I am having some strange behavior that I don't understand. I hope you can help. I try to query/search for two words. For example "(*foo* AND *bar*) What I want is to get all entries that contain the string foo AND contain the word bar. What I get is all entries that contai