You are here

README.txt in Apache Solr Multilingual 7

Same filename and directory in other branches
  1. 6.3 README.txt
  2. 6 README.txt
  3. 6.2 README.txt
Apache Solr Multilingual
========================

Apache Solr Multilingual cleanly extends Apache Solr Search Integration
to provide:
  * better support for non-English languages
  * support for multilingual search
  * an easier-to-use administration interface for non-English and
    multilingual search


Installation
============
TODO


Usage
=====
TODO


Spell Checker
=============

How it works:
* The language-neutral spell checker doesn't use any stop words.
* As soon as a user limits his search by language facet, 
  spell checking becomes language-specific

TODO:
* Admin configuration if spell checker is language-specific if
  site language changes (language selector, URL, ...)
* Admin configuration if more than one suggestion should be made
  in different languages (expensive because solr needs to be queried
  one time per language)


Apache Solr Text Files
======================

stopwords.txt
=============
TODO


protwords.txt
=============
TODO


synonyms.txt
=============
TODO


compoundwords.txt
=================
TODO


Troubleshooting
===============

Q: Searching for words containing accents or umlauts does not work!

A: You need to make sure the configuration of your servlet container (Tomcat, Jetty, ...)
supports UTF-8 characters within the URL. For Tomcat you have to add an attribute
URIEncoding="UTF-8" to your Connector definition. See Solr's documentation for details:
http://wiki.apache.org/solr/SolrInstall
http://wiki.apache.org/solr/SolrTomcat

File

README.txt
View source
  1. Apache Solr Multilingual
  2. ========================
  3. Apache Solr Multilingual cleanly extends Apache Solr Search Integration
  4. to provide:
  5. * better support for non-English languages
  6. * support for multilingual search
  7. * an easier-to-use administration interface for non-English and
  8. multilingual search
  9. Installation
  10. ============
  11. TODO
  12. Usage
  13. =====
  14. TODO
  15. Spell Checker
  16. =============
  17. How it works:
  18. * The language-neutral spell checker doesn't use any stop words.
  19. * As soon as a user limits his search by language facet,
  20. spell checking becomes language-specific
  21. TODO:
  22. * Admin configuration if spell checker is language-specific if
  23. site language changes (language selector, URL, ...)
  24. * Admin configuration if more than one suggestion should be made
  25. in different languages (expensive because solr needs to be queried
  26. one time per language)
  27. Apache Solr Text Files
  28. ======================
  29. stopwords.txt
  30. =============
  31. TODO
  32. protwords.txt
  33. =============
  34. TODO
  35. synonyms.txt
  36. =============
  37. TODO
  38. compoundwords.txt
  39. =================
  40. TODO
  41. Troubleshooting
  42. ===============
  43. Q: Searching for words containing accents or umlauts does not work!
  44. A: You need to make sure the configuration of your servlet container (Tomcat, Jetty, ...)
  45. supports UTF-8 characters within the URL. For Tomcat you have to add an attribute
  46. URIEncoding="UTF-8" to your Connector definition. See Solr's documentation for details:
  47. http://wiki.apache.org/solr/SolrInstall
  48. http://wiki.apache.org/solr/SolrTomcat