Re: Problems with WordDelimiterFilterFactory

2009-10-10 Thread Shalin Shekhar Mangar
On Fri, Oct 9, 2009 at 3:33 AM, Patrick Jungermann < patrick.jungerm...@googlemail.com> wrote: > Hi Bern, > > the problem is the character sequence "--". A query is not allowed to > have minus characters that consequent upon another one. Remove one minus > character and the query will be parsed wi

Re: Problems with WordDelimiterFilterFactory

2009-10-09 Thread Chantal Ackermann
Hi Bernadette, Bernadette Houghton schrieb: Thanks for this Patrick. If I remove one of the hyphens, solr doesn't throw up the error, but still doesn't find the right record. I see from marklo's analysis page that solr is still parsing it with a hyphen. Changing this part of our schema.xml -

Re: Problems with WordDelimiterFilterFactory

2009-10-08 Thread Christian Zambrano
oks like it may handle that aspect. Regards Bern -Original Message- From: Patrick Jungermann [mailto:patrick.jungerm...@googlemail.com] Sent: Friday, 9 October 2009 9:03 AM To: solr-user@lucene.apache.org Subject: Re: Problems with WordDelimiterFilterFactory Hi Bern, the problem is the cha

RE: Problems with WordDelimiterFilterFactory

2009-10-08 Thread Bernadette Houghton
. replacing non-alpha chars with a space, looks like it may handle that aspect. Regards Bern -Original Message- From: Patrick Jungermann [mailto:patrick.jungerm...@googlemail.com] Sent: Friday, 9 October 2009 9:03 AM To: solr-user@lucene.apache.org Subject: Re: Problems with WordDelimit

RE: Problems with WordDelimiterFilterFactory

2009-10-08 Thread Bernadette Houghton
Thanks for this, marklo; it is a *very* useful page. bern -Original Message- From: marklo [mailto:mar...@pcmall.com] Sent: Thursday, 8 October 2009 1:10 PM To: solr-user@lucene.apache.org Subject: Re: Problems with WordDelimiterFilterFactory Use http://solr-url/solr/admin/analysis.jsp

Re: Problems with WordDelimiterFilterFactory

2009-10-08 Thread Patrick Jungermann
tte.hough...@deakin.edu.au] > Sent: Friday, 9 October 2009 8:22 AM > To: 'solr-user@lucene.apache.org' > Subject: RE: Problems with WordDelimiterFilterFactory > > Here's the query and the error - > > Oct 09 08:20:17 [debug] [196] Solr query string:(Asia -- Ci

RE: Problems with WordDelimiterFilterFactory

2009-10-08 Thread Bernadette Houghton
... "[" ... "{" ... ... -Original Message- From: Bernadette Houghton [mailto:bernadette.hough...@deakin.edu.au] Sent: Friday, 9 October 2009 8:22 AM To: 'solr-user@lucene.apache.org' Subject: RE: Problems with WordDelimiterFilterFactory Here's the query a

RE: Problems with WordDelimiterFilterFactory

2009-10-08 Thread Bernadette Houghton
.ParseException: Cannot parse ' (Asia -- Civilization AND status_i:(2)) ': Encount Bern -Original Message- From: Christian Zambrano [mailto:czamb...@gmail.com] Sent: Thursday, 8 October 2009 12:48 PM To: solr-user@lucene.apache.org Cc: solr-user@lucene.apache.org S

RE: Problems with WordDelimiterFilterFactory

2009-10-07 Thread Sandeep Tagore
Hi Bern, I indexed some records with - and : today using your configuration and I searched with following urls http://localhost/solr/select?q=CONTENT:"cold : temperature" http://localhost/solr/select?q=CONTENT:"cold: temperature" http://localhost/solr/select?q=CONTENT:"cold :temperature" http://lo

Re: Problems with WordDelimiterFilterFactory

2009-10-07 Thread marklo
Use http://solr-url/solr/admin/analysis.jsp to see how your data is indexed/queried -- View this message in context: http://www.nabble.com/Problems-with-WordDelimiterFilterFactory-tp25795589p25797377.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problems with WordDelimiterFilterFactory

2009-10-07 Thread Christian Zambrano
of the "television broadcasting -- asia" links, or type it in the Quick Search box. TIA bern -Original Message- From: Christian Zambrano [mailto:czamb...@gmail.com] Sent: Thursday, 8 October 2009 9:43 AM To: solr-user@lucene.apache.org Subject: Re:

RE: Problems with WordDelimiterFilterFactory

2009-10-07 Thread Bernadette Houghton
com] Sent: Thursday, 8 October 2009 9:43 AM To: solr-user@lucene.apache.org Subject: Re: Problems with WordDelimiterFilterFactory Could you please provide the exact URL of a query where you are experiencing this problem? eg(Not URL encoded): q=fieldName:"hot and cold: temperatures" On

Re: Problems with WordDelimiterFilterFactory

2009-10-07 Thread Christian Zambrano
Could you please provide the exact URL of a query where you are experiencing this problem? eg(Not URL encoded): q=fieldName:"hot and cold: temperatures" On 10/07/2009 05:32 PM, Bernadette Houghton wrote: We are having some issues with our solr parent application not retrieving records as expec

Re: Problems with WordDelimiterFilterFactory

2008-12-24 Thread GPS.
Tried this once again, with different combinations, none worked actually.. David Smiley @MITRE.org wrote: > > It seems you want Id to only match on complete field values. If that is > the case then you should not do tokenization nor perhaps any text analysis > altogether. Consider removing th

Re: Problems with WordDelimiterFilterFactory

2008-12-23 Thread David Smiley @MITRE.org
It seems you want Id to only match on complete field values. If that is the case then you should not do tokenization nor perhaps any text analysis altogether. Consider removing the whole block or using KeywordTokenizerFactory plus a modicum of other stuff (perhaps lowercasing). For the particu