: 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. -Hoss