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
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 -
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
. 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
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
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
... "[" ... "{" ... ...
-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
.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
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
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.
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:
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
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
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
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
15 matches
Mail list logo