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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -