Re: Matching + and

2011-11-28 Thread Tomasz Wegrzanowski
On 24 November 2011 15:18, Tomasz Wegrzanowski tomasz.wegrzanow...@gmail.com wrote: On 22 November 2011 14:28, Jan Høydahl jan@cominvent.com wrote: Why do you need spaces in the replacement? Try pattern=\+ replacement=plus - it will cause the transformed charstream to contain as many

Re: Matching + and

2011-11-24 Thread Tomasz Wegrzanowski
On 22 November 2011 14:28, Jan Høydahl jan@cominvent.com wrote: Why do you need spaces in the replacement? Try pattern=\+ replacement=plus - it will cause the transformed charstream to contain as many tokens as the original and avoid the highlighting crash. I tried that, it still

Matching + and

2011-11-21 Thread Tomasz Wegrzanowski
Hi, I've been trying to match some phrases with + and (like c++, google+, rd etc.), but tokenized gets rid of them before I can do anything with synonym filters. So I tried using CharFilters like this: fieldType name=text class=solr.TextField positionIncrementGap=100

Re: File based wordlists for spellchecker

2011-11-15 Thread Tomasz Wegrzanowski
On 15 November 2011 15:55, Dyer, James james.d...@ingrambook.com wrote: Writing your own spellchecker to do what you propose might be difficult.  At issue is the fact that both the index-based and file-based spellcheckers are designed to work off a Lucene index and use the document frequency

File based wordlists for spellchecker

2011-11-14 Thread Tomasz Wegrzanowski
Hi, I have a very large index, and I'm trying to add a spell checker for it. I don't want to copy all text in index to extra spell field, since that would be prohibitively big, and index is already close to how big it can reasonably be, so I just want to extract word frequencies as I index for

Solr branches

2010-08-12 Thread Tomasz Wegrzanowski
Hi, I'm having oome problems with solr. From random browsing I'm getting an impression that a lot of memory fixes happened recently in solr and lucene. Could you give me a quick summary how (un)stable are different lucene / solr branches and how much improvement I can expect?

Re: Solr branches

2010-08-12 Thread Tomasz Wegrzanowski
On 12 August 2010 13:46, Koji Sekiguchi k...@r.email.ne.jp wrote: (10/08/12 21:06), Tomasz Wegrzanowski wrote: Hi, I'm having oome problems with solr. From random browsing I'm getting an impression that a lot of memory fixes happened recently in solr and lucene. Could you give me a quick