AW: Help Highlight Snippets Score

2014-08-22 Thread Markus Klose
#hl.fragmentsBuilder Viele Grüße aus Augsburg Markus Klose -Ursprüngliche Nachricht- Von: Tomer Levi [mailto:tomer.l...@nice.com] Gesendet: Donnerstag, 21. August 2014 16:49 An: solr-user@lucene.apache.org Betreff: Help Highlight Snippets Score Hi, I have a document with a textual field, I would

OOM fieldCache problem

2013-06-26 Thread Markus Klose
Hi all, I have some memory problems (OOM) with Solr 3.5.0 and I suppose that it has something to do with the fieldCache. The entries count of the fieldCache grows and grows, why is it not rebuilt after a commit? I commit every 60 seconds, but the memory consumption of Solr increased within one day

AW: Sharing and performance testing question.

2012-08-29 Thread Markus Klose
Hi tiernan Check out if solrmeter fits your need (http://code.google.com/p/solrmeter/) Viele Grüße aus Augsburg Markus Klose SHI Elektronische Medien GmbH -Ursprüngliche Nachricht- Von: Tiernan OToole [mailto:lsmart...@gmail.com] Gesendet: Dienstag, 28. August 2012 16:52 An: solr

AW: AW: auto completion search with solr using NGrams in SOLR

2012-08-02 Thread Markus Klose
w. In your usecase you do not need the asterics in the query. "q=am" in combination with the edgengram will find aman, amar, amal Viele Grüße aus Augsburg Markus Klose SHI Elektronische Medien GmbH   -Ursprüngliche Nachricht- Von: aniljayanti [mailto:anil.jaya...@gmail

AW: auto completion search with solr using NGrams in SOLR

2012-08-01 Thread Markus Klose
ching in "text" what fieldtype has that field. You can use the analysis.jsp (linked at the admin console) to check what happens with your content at index time and search time and if there is a match. Viele Grüße aus Augsburg Markus Klose SHI Elektronische Medien GmbH  

AW: newbie question

2012-07-30 Thread Markus Klose
You can add the parameter -Djetty.port=8984 to start your second solr on port 8984. java -Djetty.port=8984 -jar start.jar Viele Grüße aus Augsburg Markus Klose SHI Elektronische Medien GmbH   -Ursprüngliche Nachricht- Von: Kate deBethune [mailto:kdebeth...@gmail.com

AW: DIH XML configs for multi environment

2012-07-17 Thread Markus Klose
Hi There is one more approach using the property mechanism. You could specify the datasource like this: And you can specifiy the properties in the solr.xml in your core configuration like this: Viele Grüße aus Augsburg Markus Klose SHI Elektronische Medien GmbH

AW: StandardTokenizerFactory behaviour

2012-06-18 Thread Markus Klose
The behaviour of the StandardTokenizerFactory changed with solr 3.1. The actual output is now: "Please", "email", "john.doe", "foo.com", "by", "03", "09", "re", "m37","xq" Viele Grüße aus Au