vb.net - Choice of analyzer for lucene.net full text search in books -


i using lucene vb.net. want make full text search of books includes arabic , english books. not sure choice of analyzer should use. great if suggest me right analyzer his/her experience. thanks

if want include stemming , other language-specific analysis rules, , can identify language document or query in, can use arabicanalyzer arabic documents , queries, , snowballanalyzer english documents , queries (like: new snowballanalyzer(myversion, "english")).

if want use non-language-specific analysis of them, should stick standardanalyzer.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -