Re: Implementing multiterm chain for ICUCollationKeyFilterFactory

2012-05-03 Thread OliverS
Hi Thanks for the information. Steve, the xml is visible in nabble itself, but that's not a solution for people receiving the mails. Robert, I tried to implement the factory to deal with german umlaut and stuff, but am now back with an adapted This should work. According to http://wiki.apache.o

Implementing multiterm chain for ICUCollationKeyFilterFactory

2012-05-03 Thread OliverS
Hello I read and tried a lot, but somehow I don't fully understand and it doesn't work. I'm working on solr 4.0 (latest trunk) and use ICUCollationKeyFilterFactory for my main field type. Now, wildcard queries don't work, even though ICUCollationKeyFilterFactory seems to be http://lucene.apache.o

Re: pattern error in PatternReplaceCharFilterFactory

2012-04-02 Thread OliverS
Hi It seems to be an unrecognisable pattern, this is from the log, last paragraph says "unknown character block name". The java version is "1.6.0_31": *** SEVERE: null:org.apache.solr.common.SolrException: Plugin init failure for [schema.xml] fieldType:Plugin init failure for [schema.xml] analyze

pattern error in PatternReplaceCharFilterFactory

2012-03-29 Thread OliverS
Hello I am trying to filter out characters per unicode block or before tokenization, so I use "PatternReplaceCharFilterFactory". In the end, I want to filter out all non-CJK characters, basically latin, greek, arabic and hebrew scripts. The problem is, PatternReplaceCharFilterFactory does not ful

Re: spellcheck-index is rebuilt on commit

2012-01-03 Thread OliverS
A jira-ticket has been issued, this discussion here is closed. https://issues.apache.org/jira/browse/SOLR-2999 Oliver -- View this message in context: http://lucene.472066.n3.nabble.com/spellcheck-index-is-rebuilt-on-commit-tp3626492p3628894.html Sent from the Solr - User mailing list archive at

Re: spellcheck-index is rebuilt on commit

2012-01-03 Thread OliverS
Thanks for the clear explanation. I'll open a ticket as soon as jira is up running again. Oliver -- View this message in context: http://lucene.472066.n3.nabble.com/spellcheck-index-is-rebuilt-on-commit-tp3626492p3628603.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: spellcheck-index is rebuilt on commit

2012-01-03 Thread OliverS
Hi all Thanks a lot, and it seems to be a bug, but not of 4.0 only. You are right, I was doing a commit on an optimized index without adding any new docs (in fact, I did this for replication on the master). I will open a ticket as soon as I fully understand what's going on. I have difficulties und

Re: spellcheck-index is rebuilt on commit

2012-01-02 Thread OliverS
Hi Looks like they strip the -Text for the list. Whole message here: http://lucene.472066.n3.nabble.com/spellcheck-index-is-rebuilt-on-commit-td3626492.html Yes, I did restart tomcat. Thanks Oliver Zitat von "Jan Høydahl / Cominvent [via Lucene]" : > > > Olivier, your log snippets did not ma