mirror of https://github.com/apache/lucene.git
SOLR-12376: AwaitsFix testStopWords pending LUCENE-8344
This commit is contained in:
parent
d1631593f3
commit
7c6d74376a
|
@ -86,6 +86,7 @@ public class Tagger2Test extends TaggerTestCase {
|
|||
|
||||
/** Support for stopwords (posInc > 1);
|
||||
* discussion: https://github.com/OpenSextant/SolrTextTagger/issues/13 */
|
||||
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-8344")
|
||||
@Test
|
||||
public void testStopWords() throws Exception {
|
||||
baseParams.set("field", "name_tagStop");//stop filter (pos inc enabled) index & query
|
||||
|
|
Loading…
Reference in New Issue