Re: Search both diacritics and non-diacritics

2009-12-23 Thread Yurish
Olala wrote: Hi all! I am developing a seach engine with Solr, and now I want to search both with and without diacritics, for example: if I query kho, it will response kho, khó, khò,... But if I query khó, it will response only khó. Who anyone have solution? I have used filter

Re: Multi Solr

2009-12-23 Thread Yurish
Olala wrote: Hi all! I have developed Solr on Tomcat, but now I want to building many Solr on only one Tomcat server.Is that can be done or not??? I configured my SOLR to use multiple cores. For more information, you can see multicore example, which is in example folder of SOLR. --

Problem with searching with first capital letter

2009-12-03 Thread Yurish
I have a problem with SOLR searching. When i`am searching query: dog* everything is ok, but when query is Dog*(with first capital letter), i get no results. Any advice? My config: fieldType name=text class=solr.TextField positionIncrementGap=100 analyzer type=index tokenizer

Re: Problem with searching with first capital letter

2009-12-03 Thread Yurish
On Thu, Dec 3, 2009 at 10:19 AM, Yurish yuris...@inbox.lv wrote: I have a problem with SOLR searching. When i`am searching query: dog* everything is ok, but when query is Dog*(with first capital letter), i get no results. Any advice? My config: fieldType name=text class=solr.TextField