: you've gotten your analyzer/jar/jni/dll to work in a command line app, the : > next step before trying to use it in Solr is probably to try and use it in : > a simple JSP
: Do u mean if it work well in cmd that meas it can use with solr? i mean that if you wrote a simple little command line app, that includes the lucene jar (with Analyzer.class) and includes your custom analyzer, and uses your analyzer-- and that runs successully, then it should be possible to get it working in Tomcat/Solr ... i just don't know how off the top of my head. : > > I can use it with jsp,,,,just use bean. I don't know what that means ... an Analyzer isn't a Java Bean. if you've got a JSP that can successfully use your JNI based Analyzer (cast to a regular lucene Analyzer) but you can't use your Analyzer in solr, please paste your JSP into your email so we can understand how you are using it and try to figure out why it doens't work in Solr. -Hoss