<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Search stop words</title><link>https://community.telligent.com/community/11/w/user-documentation/67619/search-stop-words</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>Search stop words</title><link>https://community.telligent.com/community/11/w/user-documentation/67619/search-stop-words</link><pubDate>Thu, 07 Jan 2021 20:47:04 GMT</pubDate><guid isPermaLink="false">086d4f69-58df-4a76-8277-a674b8572471</guid><dc:creator>Grant Pankonien</dc:creator><comments>https://community.telligent.com/community/11/w/user-documentation/67619/search-stop-words#comments</comments><description>Current Revision posted to User Documentation by Grant Pankonien on 01/07/2021 20:47:04&lt;br /&gt;
&lt;h2 id="scenario_a_search_containing_an_article_a_an_etc_conjunction_and_or_but_preposition_in_on_etc_form_of_the_verb_to_be_or_other_term_stops_a_search_and_throws_what_error"&gt;&lt;a name="Scenario_A_search_containing_an_article_a_an_etc_conjunction_and_or_but_preposition_in_on_etc_form_of_the_verb_quot_to_be_quot_or_other_term_stops_a_search"&gt;&lt;/a&gt;Scenario: A search containing an article (a, an, etc.), conjunction (and, or, but), preposition (in, on, etc.), form of the verb &amp;quot;to be,&amp;quot; or other term stops a search&lt;/h2&gt;
&lt;p&gt;Verint Community &lt;span style="font-family:courier new,courier;"&gt;stopwords.txt&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;file, which resides under&lt;span style="font-family:courier new,courier;"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Path_to_your_tomcat_installation\solr\conf&lt;/span&gt;, contains terms that will stop a search. They include the following terms:&lt;/p&gt;
&lt;table class="WikiTable"&gt;
&lt;tbody&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;td style="text-align:center;" colspan="5"&gt;&lt;b&gt;Stop words&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="80"&gt;a&lt;/td&gt;
&lt;td width="80"&gt;an&lt;/td&gt;
&lt;td width="80"&gt;and&lt;/td&gt;
&lt;td width="80"&gt;are&lt;/td&gt;
&lt;td width="80"&gt;as&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;at&lt;/td&gt;
&lt;td&gt;be&lt;/td&gt;
&lt;td&gt;but&lt;/td&gt;
&lt;td&gt;by&lt;/td&gt;
&lt;td&gt;for&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;if&lt;/td&gt;
&lt;td&gt;in&lt;/td&gt;
&lt;td&gt;into&lt;/td&gt;
&lt;td&gt;is&lt;/td&gt;
&lt;td&gt;it&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;not&lt;/td&gt;
&lt;td&gt;of&lt;/td&gt;
&lt;td&gt;on&lt;/td&gt;
&lt;td&gt;or&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;s&lt;/td&gt;
&lt;td&gt;such&lt;/td&gt;
&lt;td&gt;t&lt;/td&gt;
&lt;td&gt;that&lt;/td&gt;
&lt;td&gt;the&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;their&lt;/td&gt;
&lt;td&gt;then&lt;/td&gt;
&lt;td&gt;there&lt;/td&gt;
&lt;td&gt;these&lt;/td&gt;
&lt;td&gt;they&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;this&lt;/td&gt;
&lt;td&gt;to&lt;/td&gt;
&lt;td&gt;was&lt;/td&gt;
&lt;td&gt;will&lt;/td&gt;
&lt;td&gt;with&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="solutionchange_the_query_not_to_use_the_term_or_edit_the_stopwordstxt_file"&gt;&lt;a name="Solution_Change_the_query_not_to_use_the_term_or_edit_the_stopwords_txt_file"&gt;&lt;/a&gt;Solution: Change the query not to use the term, or edit the stopwords.txt file&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;With our out-of-the-box setup, the &amp;quot;and&amp;quot; term in queries is removed for most of the fields we search by default. We search the title, content, attachment text and tags values on typical queries. For all of those fields except for the tag field, &amp;quot;and&amp;quot; is removed since its considered a stop word.&lt;/p&gt;
&lt;p&gt;In other words, &amp;quot;and&amp;quot; is only considered for matches when it&amp;#39;s in a tag. This is a unique, unfortunate aspect of how the DisMax handler (our main search handler) works in Solr in combination with our use of stop words, along with the minimum match setting that Zimbra Social&amp;nbsp;leverages.&lt;/p&gt;
&lt;p&gt;The out-of-the-box setup requires that all of the words in the query to be present to return a result. So if, for example, you search for &amp;quot;test results for 8.0 release,&amp;quot; all of the terms have to be in the document before it returns results. This also applies to searches containing stop words. So, for example, if you search for &amp;quot;point and click&amp;quot;, the &amp;quot;and&amp;quot; is removed - but the requirement for the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;i&gt;number&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/i&gt;of words, 3, is not. Note: The situation described only affects searches with stop words.&lt;/p&gt;
&lt;table class="WikiTable" style="height:310px;width:319px;"&gt;
&lt;tbody&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;td&gt;&lt;b&gt;Number of query terms&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;b&gt;75% (minimum terms required to match a document)&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;9&lt;/td&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;11&lt;/td&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;12&lt;/td&gt;
&lt;td&gt;9&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;13&lt;/td&gt;
&lt;td&gt;9&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;14&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Search stop words</title><link>https://community.telligent.com/community/11/w/user-documentation/67619/search-stop-words/revision/1</link><pubDate>Wed, 09 Dec 2020 21:53:43 GMT</pubDate><guid isPermaLink="false">086d4f69-58df-4a76-8277-a674b8572471</guid><dc:creator>Michael Kelley</dc:creator><comments>https://community.telligent.com/community/11/w/user-documentation/67619/search-stop-words#comments</comments><description>Revision 1 posted to User Documentation by Michael Kelley on 12/09/2020 21:53:43&lt;br /&gt;
&lt;h2 id="scenario_a_search_containing_an_article_a_an_etc_conjunction_and_or_but_preposition_in_on_etc_form_of_the_verb_to_be_or_other_term_stops_a_search_and_throws_what_error"&gt;&lt;a name="Scenario_A_search_containing_an_article_a_an_etc_conjunction_and_or_but_preposition_in_on_etc_form_of_the_verb_quot_to_be_quot_or_other_term_stops_a_search"&gt;&lt;/a&gt;Scenario: A search containing an article (a, an, etc.), conjunction (and, or, but), preposition (in, on, etc.), form of the verb &amp;quot;to be,&amp;quot; or other term stops a search&lt;/h2&gt;
&lt;p&gt;Zimbra Social&amp;#39;s&amp;nbsp;&lt;span style="font-family:courier new,courier;"&gt;stopwords.txt&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;file, which resides under&lt;span style="font-family:courier new,courier;"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Path_to_your_tomcat_installation\solr\conf&lt;/span&gt;, contains terms that will stop a search. They include the following terms:&lt;/p&gt;
&lt;table class="WikiTable"&gt;
&lt;tbody&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;td style="text-align:center;" colspan="5"&gt;&lt;b&gt;Stop words&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="80"&gt;a&lt;/td&gt;
&lt;td width="80"&gt;an&lt;/td&gt;
&lt;td width="80"&gt;and&lt;/td&gt;
&lt;td width="80"&gt;are&lt;/td&gt;
&lt;td width="80"&gt;as&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;at&lt;/td&gt;
&lt;td&gt;be&lt;/td&gt;
&lt;td&gt;but&lt;/td&gt;
&lt;td&gt;by&lt;/td&gt;
&lt;td&gt;for&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;if&lt;/td&gt;
&lt;td&gt;in&lt;/td&gt;
&lt;td&gt;into&lt;/td&gt;
&lt;td&gt;is&lt;/td&gt;
&lt;td&gt;it&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;not&lt;/td&gt;
&lt;td&gt;of&lt;/td&gt;
&lt;td&gt;on&lt;/td&gt;
&lt;td&gt;or&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;s&lt;/td&gt;
&lt;td&gt;such&lt;/td&gt;
&lt;td&gt;t&lt;/td&gt;
&lt;td&gt;that&lt;/td&gt;
&lt;td&gt;the&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;their&lt;/td&gt;
&lt;td&gt;then&lt;/td&gt;
&lt;td&gt;there&lt;/td&gt;
&lt;td&gt;these&lt;/td&gt;
&lt;td&gt;they&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;this&lt;/td&gt;
&lt;td&gt;to&lt;/td&gt;
&lt;td&gt;was&lt;/td&gt;
&lt;td&gt;will&lt;/td&gt;
&lt;td&gt;with&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="solutionchange_the_query_not_to_use_the_term_or_edit_the_stopwordstxt_file"&gt;&lt;a name="Solution_Change_the_query_not_to_use_the_term_or_edit_the_stopwords_txt_file"&gt;&lt;/a&gt;Solution: Change the query not to use the term, or edit the stopwords.txt file&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;With our out-of-the-box setup, the &amp;quot;and&amp;quot; term in queries is removed for most of the fields we search by default. We search the title, content, attachment text and tags values on typical queries. For all of those fields except for the tag field, &amp;quot;and&amp;quot; is removed since its considered a stop word.&lt;/p&gt;
&lt;p&gt;In other words, &amp;quot;and&amp;quot; is only considered for matches when it&amp;#39;s in a tag. This is a unique, unfortunate aspect of how the DisMax handler (our main search handler) works in Solr in combination with our use of stop words, along with the minimum match setting that Zimbra Social&amp;nbsp;leverages.&lt;/p&gt;
&lt;p&gt;The out-of-the-box setup requires that all of the words in the query to be present to return a result. So if, for example, you search for &amp;quot;test results for 8.0 release,&amp;quot; all of the terms have to be in the document before it returns results. This also applies to searches containing stop words. So, for example, if you search for &amp;quot;point and click&amp;quot;, the &amp;quot;and&amp;quot; is removed - but the requirement for the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;i&gt;number&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/i&gt;of words, 3, is not. Note: The situation described only affects searches with stop words.&lt;/p&gt;
&lt;table class="WikiTable" style="height:310px;width:319px;"&gt;
&lt;tbody&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;td&gt;&lt;b&gt;Number of query terms&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;b&gt;75% (minimum terms required to match a document)&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;9&lt;/td&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;11&lt;/td&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;12&lt;/td&gt;
&lt;td&gt;9&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;13&lt;/td&gt;
&lt;td&gt;9&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;14&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>