Thanks for confirming Shawn. I created SOLR-5800 for this. I'd dig into the UI code further but my JavaScript skills are a bit rusty to say the least ... bummer that this regression breaks a very nice example in the book though :-(
On Sat, Mar 1, 2014 at 1:28 PM, Shawn Heisey <s...@elyograg.org> wrote: > On 3/1/2014 12:15 PM, Timothy Potter wrote: >> The PatternReplaceCharFilterFactory (PRCF) is used to collapse >> repeated letters in a term down to a max of 2, such as #yummmm would >> be #yumm >> >> When I run some text through this analyzer using the Analysis form, >> the output is as if the resulting text is unavailable to the >> tokenizer. In other words, the only results being displayed in the >> output on the form is for the PRCF >> >> This example stopped working in 4.7.0 and I've verified it worked >> correctly in 4.6.1. >> >> Initially, I thought this might be an issue with the actual analysis, >> but the analyzer actually works when indexing / querying. Then, >> looking at the JSON response in the Developer console with Chrome, I >> see the JSON that comes back includes output for all the components in >> my chain (see below) ... so looks like a UI issue to me? > > I confirmed this with branch_4x. The UI breaks, but if a document is > indexed with that value, the Schema Browser shows the term in the index. > > Please file an issue in Jira on the 'web gui' component. > > Thanks, > Shawn >