Re[2]: Implementing custom analyzer for multi-language stemming

2014-09-18 Thread roman-v1
Thu, 18 Sep 2014 01:34:29 -0700 (PDT) от "roman-v1 [via Lucene]" : >Is there a way to set attribute in tokenizer to document to search by word and >this attribute? > >-

Re: Implementing custom analyzer for multi-language stemming

2014-09-18 Thread roman-v1
Is there a way to set attribute in tokenizer to document to search by word and this attribute? -- View this message in context: http://lucene.472066.n3.nabble.com/Implementing-custom-analyzer-for-multi-language-stemming-tp4150156p4159594.html Sent from the Solr - User mailing list archive at Na

Re: Implementing custom analyzer for multi-language stemming

2014-09-17 Thread roman-v1
If each token have a languageattribute on it, when I search by word and language and if hightlighting is switched on, each word of sentence will be highlighted. Because of it this solution not fit. -- View this message in context: http://lucene.472066.n3.nabble.com/Implementing-custom-analyzer-