How to implement multilingual word components fields schema?

2014-09-05 Thread Ilia Sretenskii
, which is not a universal solution for such complex multilingual texts. Please advise how to address this task. Sincerely, Ilia Sretenskii.

Re: How to implement multilingual word components fields schema?

2014-09-07 Thread Ilia Sretenskii
Thank you for the replies, guys! Using field-per-language approach for multilingual content is the last thing I would try since my actual task is to implement a search functionality which would implement relatively the same possibilities for every known world language. The closest references are t

Re: How can I pass in query request parameter at search time and know of it in my query analyzer/tokenizer?

2014-10-15 Thread Ilia Sretenskii
You can implement your own kind of SeachHandler to pass your custom request parameters to keep the common parameters clean. http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java As you can see, the SearchHandler.handleRequestBody()