On Tue, Dec 9, 2008 at 10:26 AM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : First, LuSql default uses Lucene's StandardAnalyzer[4]. The Javadocs > : indicates it uses StandardTokenizer[5], StandardFilter[6], > : LowerCaseFilter[7], and StopFilter[8]. I have created a fieldType in > : my Solr configuration's schema.xml that I hope is the equivalent to > : this: > > if you want to be exactly the same, the StandardAnalyzer can be used > directly ... just declare the class name on the <analyzer> tag (an example > of this using the GreekAnalyzer is in the example schema.xml) > > : Here is the corresponding Solr data-config.xml file: > > ..unfortunately i'm not enough of DIH expert to give you feedback on this > part ... perhaps Noble or Shalin can chime in here.
The data-config.xml looks fine Glen, go ahead > > > > > -Hoss > > -- --Noble Paul