I'd like to use this plugin for Solr 7.x (Solrcloud). I was able to build the plugin for Solr 7.1.0, passing all tests. Although when I install and index content I get an error regarding the field that uses the plugin:
Remote error message: Exception writing document id 36 to the index; possible analysis error: startOffset must be non-negative, and endOffset must be >= startOffset, and offsets must not go backwards startOffset=0,endOffset=15,lastStartOffset=4 for field 'autophrase_field'
This error only occurs when the phrase being indexed is greater than 2 tokens.
Hello,
I'd like to use this plugin for Solr 7.x (Solrcloud). I was able to build the plugin for Solr 7.1.0, passing all tests. Although when I install and index content I get an error regarding the field that uses the plugin:
This error only occurs when the phrase being indexed is greater than 2 tokens.
Is this a known issue?