Highlighting words with non-ascii chars

2011-04-30 Thread Pavel Kukačka
Hello, I've hit a (probably trivial) roadblock I don't know how to overcome with Solr 3.1: I have a document with common fields (title, keywords, content) and I'm trying to use highlighting. With queries using ASCII characters there is no problem; it works smoothly. However,

Re: Highlighting words with non-ascii chars

2011-04-30 Thread Ahmet Arslan
Hi, What happens when you set the default encoder to solr.highlight.DefaultEncoder in solrconfig.xml? !-- Configure the standard encoder -- encoder name=html default=true class=solr.highlight.DefaultEncoder/ - Original Message - From: Pavel Kukačka pavel.kuka...@seznam.cz To:

Re: Highlighting words with non-ascii chars

2011-04-30 Thread Pavel Kukačka
Hi, thanks for pointing me to the encoder config - this change alone didn't solve it, though - it just leaves normal characters without HTML entities - like this in the non-problematic case: ** lst name=highlighting lst name=2009 arr name=user_keywords

solr 3.1 - TikaEntityProcessor

2011-04-30 Thread firdous_kind86
Hi all, i have solr 3.1 with DIH running fine, but i m unable to use tikaentityprocessor, i tried with replacing tika-parsers and tika-core jars 0.9 (in contrib/extraction/lib) but still no success, may be i m missing something, could anyone define the exact steps to start using with

Re: solr 3.1 - TikaEntityProcessor

2011-04-30 Thread Koji Sekiguchi
(11/05/01 3:45), firdous_kind86 wrote: Hi all, i have solr 3.1 with DIH running fine, but i m unable to use tikaentityprocessor, i tried with replacing tika-parsers and tika-core jars 0.9 (in contrib/extraction/lib) but still no success, may be i m missing something, could anyone define the

RE: Searching performance suffers tremendously during indexing

2011-04-30 Thread Craig Stires
Daniel, I've been able to post documents to Solr without degrading the performance of search. But, I did have to make some changes to the solrconfig.xml (ramBufferSize, mergeFactor, autoCommit, etc). What I found to be helpful was having a look at what was the causing the OS to grind. If