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 you

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 exact

Searching performance suffers tremendously during indexing

2011-04-30 Thread Daniel Huss
Hi everyone, our Solr-based search is unresponsive while documents are being indexed. The documents to index (results of a DB query) are sent to Solr by a daemon in batches of varying size. The number of documents per batch may vary between one and several hundreds of thousands. Before investigat

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 tikaentityproc

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: ** slovíčko slovo **

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? - Original Message - From: Pavel Kukačka To: solr-user@lucene.apache.org Cc: Sent: Saturday, April 30, 2011 1:31 PM Subject: Re: Highlighting words with non-ascii chars Hello,

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, whe