Re: integrate solr with preprocessor tools

2015-12-16 Thread Emir Arnautovic
Hi Sara, I would recommend looking at code of some component that you use currently and start from that - you can extend that class or use it as template for your own. Thanks, Emir On 16.12.2015 09:58, sara hajili wrote: hi Emir,tnx for answering now my question is how i write this class? i

Re: integrate solr with preprocessor tools

2015-12-16 Thread sara hajili
hi Emir,tnx for answering now my question is how i write this class? i must use solr interfaces? i see in above link that i can use solr analyzer.but how i use that? plz say me how i start to write my own analyzer step by step... which interface i can use and change to achieve my goal? tnx On Wed,

Re: integrate solr with preprocessor tools

2015-12-09 Thread Emir Arnautovic
Hi Sara, You need to wrap your code in tokenizer or token filter https://wiki.apache.org/solr/SolrPlugins If you want to improve existing and believe others can benefit from improvement, you can open ticket and submit patch. Thanks, Emir On 09.12.2015 10:41, sara hajili wrote: hi i wanna t