Hi, see the diff below. Just to explain why the DFA changed, the 3.4 backwards impl was previously %include'ing the wrong files it seems, it was including them from the 'current' StandardTokenizer directory before.
On Mon, Aug 6, 2012 at 1:36 PM, <[email protected]> wrote: > Modified: > lucene/dev/branches/branch_4x/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/std34/UAX29URLEmailTokenizerImpl34.jflex > URL: > http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/std34/UAX29URLEmailTokenizerImpl34.jflex?rev=1369892&r1=1369891&r2=1369892&view=diff > ============================================================================== > --- > lucene/dev/branches/branch_4x/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/std34/UAX29URLEmailTokenizerImpl34.jflex > (original) > +++ > lucene/dev/branches/branch_4x/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/std34/UAX29URLEmailTokenizerImpl34.jflex > Mon Aug 6 17:36:34 2012 > @@ -39,8 +39,9 @@ import org.apache.lucene.analysis.tokena > %implements StandardTokenizerInterface > %function getNextToken > %char > +%buffer 4096 > > -%include > src/java/org/apache/lucene/analysis/standard/SUPPLEMENTARY.jflex-macro > +%include SUPPLEMENTARY.jflex-macro ... > -%include src/java/org/apache/lucene/analysis/standard/ASCIITLD.jflex-macro > +%include ASCIITLD.jflex-macro > -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
