Re: how to index document with multiple words (phrases) and words permutation?

2015-08-26 Thread afrooz
Simon, Thanks a lot. that is a great tool . I am trying to use it. Great solution. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-index-document-with-multiple-words-phrases-and-words-permutation-tp4224919p4225425.html Sent from the Solr - User mailing list archive at

Re: how to index document with multiple words (phrases) and words permutation?

2015-08-24 Thread afrooz
Thanks Erick, I will explain the detail scenario so you might give me a solution: I want to annotate a medical document base on only medical dictionary. I don't need to annotate non medical words of document at all. The medical dictionary contains terms which contains multiple words, and these term

how to index document with multiple words (phrases) and words permutation?

2015-08-24 Thread afrooz
I need to find a solution to index my documents base on a dictionary. This dictionary contains 3 million phrases. I have one big challenge and that is: I need to index document base on this dictionary only with a consideration that words permutation is also accepted. For example : I have a phrase i

Re: Installing the auto-phrase-tokenfilter

2015-03-27 Thread afrooz
Thanks, my main issue is that, I am a .net developer , but i need to use this class within solr and call it somehow in .net. The issue is that i want the jar file from this source code, as my searches I think i have to install Ant and run it within eclipse... I tried this with creating a jar file

Re: Installing the auto-phrase-tokenfilter

2015-03-27 Thread afrooz
I am also, can anyone help us? -- View this message in context: http://lucene.472066.n3.nabble.com/Installing-the-auto-phrase-tokenfilter-tp4195466p4195787.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Have anyone used Automatic Phrase Tokenization (AutoPhrasingTokenFilterFactory) ?

2015-03-25 Thread afrooz
Hi, I am a .net developer, but i need to use solr and specifically this good plugin "AutoPhrasingTokenFilter". I searched everywhere and i couldn't get useful information, can any one help me to run it in solr 5.0 or even previous versions. I am not able to add it to my solr it is throwing below er