Re: how can I use dll to analyze

2007-03-13 Thread Chris Hostetter
: 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 ap

Re: how can I use dll to analyze

2007-03-13 Thread Ryan McKinley
I'm not totally following your problem, but i'll give it a shot. You need to make sure the classpath for the solr web-app has everything you need. I suggested putting your test jsp file into the solr web-app. If your jsp test works, you should be able to use the JNI bindings from solr. If your

Re: how can I use dll to analyze

2007-03-13 Thread James liu
But now i can't use it with solr.(i compiled solr with ant) 2007/3/13, James liu <[EMAIL PROTECTED]>: I use jsp only for test. 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 simpl

Re: how can I use dll to analyze

2007-03-13 Thread James liu
I use jsp only for test. 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? 2007/3/13, Ryan McKinley <[EMAIL PR

Re: how can I use dll to analyze

2007-03-12 Thread Ryan McKinley
does your "use bean" jsp example work if you dump it into the exploded solr.war directory? (solr does not rely on jsp - it is only used for the admin interface.) On 3/12/07, James liu <[EMAIL PROTECTED]> wrote: I can use it with jspjust use bean. how can i use it with solr? i think solr

Re: how can I use dll to analyze

2007-03-12 Thread James liu
I can use it with jspjust use bean. how can i use it with solr? i think solr use jsp to index, search... 2007/3/13, Chris Hostetter <[EMAIL PROTECTED]>: : i have some.dll jni_some.dll, some_analyzer_func.jar whick used to anlyze. I : try it in cmd and it ok. : : now i wanna use it with

Re: how can I use dll to analyze

2007-03-12 Thread Chris Hostetter
: i have some.dll jni_some.dll, some_analyzer_func.jar whick used to anlyze. I : try it in cmd and it ok. : : now i wanna use it with solr so i have to use java call these dll files. : : I use tomcat 6, java 1.5_11, in winxp,,,jar files all set in tomcat's lib : directory. dll all set in sytem32 d