AW: strange results with query and hyphened words

2010-05-31 Thread Markus.Rietzler
> I'm not sure, whether the case you are dealing with (search for > profi-auskunft should match profiauskunft) is appropriately > addressed by > the WordDelimiterFilter. What about using the > PatternReplaceCharFilter > at query time to eliminate all intra-word hyphens? > maybe it would be b

AW: strange results with query and hyphened words

2010-05-31 Thread Markus.Rietzler
> > Sorry Markus, I mixed up the index and query field in > analysis.jsp. In > fact, I meant that a search for profiauskunft matches profi-auskunft. > > I'm not sure, whether the case you are dealing with (search for > profi-auskunft should match profiauskunft) is appropriately > addressed by

Re: strange results with query and hyphened words

2010-05-31 Thread Sascha Szott
ft is translated into "profi followed by (auskunft or profiauskunft)" you mentioned will occur. Best, Sascha -Ursprüngliche Nachricht- Von: Sascha Szott [mailto:sz...@zib.de] Gesendet: Sonntag, 30. Mai 2010 19:01 An: solr-user@lucene.apache.org Betreff: Re: strange results with quer

Re: strange results with query and hyphened words

2010-05-31 Thread Sascha Szott
e Nachricht- Von: Sascha Szott [mailto:sz...@zib.de] Gesendet: Sonntag, 30. Mai 2010 19:01 An: solr-user@lucene.apache.org Betreff: Re: strange results with query and hyphened words Hi Markus, I was facing the same problem a few days ago and found an explanation in the mail archive that clarif

AW: strange results with query and hyphened words

2010-05-31 Thread Markus.Rietzler
quot;. is this OR the same as i configure with defaultOperator in solrQueryParser-tag? the "OR"-thing does only apply to the query-part, right? what will that mean in the index part? > -Ursprüngliche Nachricht- > Von: Sascha Szott [mailto:sz...@zib.de] > Gesendet

Re: strange results with query and hyphened words

2010-05-30 Thread Sascha Szott
Hi Markus, I was facing the same problem a few days ago and found an explanation in the mail archive that clarifies my question regarding the usage of Solr's WordDelimiterFilterFactory: http://markmail.org/message/qoby6kneedtwd42h Best, Sascha markus.rietz...@rzf.fin-nrw.de wrote: i am won

strange results with query and hyphened words

2010-05-28 Thread Markus.Rietzler
i am wondering why a search term with hyphen doesn't match. my search term is "prof-auskunft". in WordDelimiterFilterFactory i have catenateWords, so my understanding is that profi-auskunft would search for profiauskunft. when i use the analyse panel in solr admi i see that profi-auskunft matches