Jevgenij.Nekrasov-expertasa
-
4/15/2010 9:54:31 AM
RE:Lucene upgrade
Hi Martin,
We have the source code of Kentico :), but still it is no sense to change it, because next time when we update Kentico we will lost all the changes we've made before, I understand correctly? Is it possible to develop some custom search adapter, which will use the newest version of Lucene or is it too complicated?
Now we've developed some custom web part and it uses new version of Lucene, but even more, when we are trying to use Kentico's BasicRepeater class to bind the result of our search,we receive some kind of exception:
[CMSAbstractTransformation.DataBind]: Cannot parse '+(*any_word) +_culture:([fi-fi TO fi-fi] [invariantifieldivaluei TO invariantifieldivaluei])': '*' or '?' not allowed as first character in WildcardQuery
but new version Lucene's parser process this search text (*any_word) correctly :(
|