,
which is not a universal solution for such complex multilingual texts.
Please advise how to address this task.
Sincerely, 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
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()