commit
						2d30a37208
					
				| @ -0,0 +1,37 @@ | ||||
| # This file is part of Airsonic. | ||||
| # | ||||
| # Airsonic is free software: you can redistribute it and/or modify | ||||
| # it under the terms of the GNU General Public License as published by | ||||
| # the Free Software Foundation, either version 3 of the License, or | ||||
| # (at your option) any later version. | ||||
| # | ||||
| # Airsonic is distributed in the hope that it will be useful, | ||||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||
| # GNU General Public License for more details. | ||||
| # | ||||
| # You should have received a copy of the GNU General Public License | ||||
| # along with Airsonic.  If not, see <http://www.gnu.org/licenses/>. | ||||
| # Copyright 2016 (C) Airsonic Authors | ||||
| 
 | ||||
| # This file defines stop words suitable for music search. | ||||
| # See EnglishAnalyzer.ENGLISH_STOP_WORDS_SET for default stopwords. | ||||
| #  | ||||
| # a, an, and, are, as, at, | ||||
| # be, but, by, for, if, in, | ||||
| # into, is, it, no, not, of, | ||||
| # on, or, such, that, the, | ||||
| # their, then, there, these, | ||||
| # they, this, to, was, will, | ||||
| # with | ||||
| 
 | ||||
| # Ignore articles that are used by default in the index. | ||||
| # See SettingsService.DEFAULT_IGNORED_ARTICLES | ||||
| 
 | ||||
| a | ||||
| an | ||||
| the | ||||
| el | ||||
| las | ||||
| le | ||||
| les | ||||
| @ -0,0 +1,45 @@ | ||||
| # This file is part of Airsonic. | ||||
| # | ||||
| # Airsonic is free software: you can redistribute it and/or modify | ||||
| # it under the terms of the GNU General Public License as published by | ||||
| # the Free Software Foundation, either version 3 of the License, or | ||||
| # (at your option) any later version. | ||||
| # | ||||
| # Airsonic is distributed in the hope that it will be useful, | ||||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||
| # GNU General Public License for more details. | ||||
| # | ||||
| # You should have received a copy of the GNU General Public License | ||||
| # along with Airsonic.  If not, see <http://www.gnu.org/licenses/>. | ||||
| # Copyright 2016 (C) Airsonic Authors | ||||
| 
 | ||||
| # This file defines stop words suitable for music search. | ||||
| # See EnglishAnalyzer.ENGLISH_STOP_WORDS_SET for default stopwords. | ||||
| #  | ||||
| # a, an, and, are, as, at, | ||||
| # be, but, by, for, if, in, | ||||
| # into, is, it, no, not, of, | ||||
| # on, or, such, that, the, | ||||
| # their, then, there, these, | ||||
| # they, this, to, was, will, | ||||
| # with | ||||
| 
 | ||||
| # Ignore articles that are used by default in the index. | ||||
| # See SettingsService.DEFAULT_IGNORED_ARTICLES | ||||
| 
 | ||||
| a | ||||
| an | ||||
| the | ||||
| el | ||||
| las | ||||
| le | ||||
| les | ||||
| 
 | ||||
| # Unique conjunctions often used in artist fields. | ||||
| 
 | ||||
| by | ||||
| cv | ||||
| feat | ||||
| vs | ||||
| with | ||||
					Loading…
					
					
				
		Reference in new issue