Re: Solr - Remove specific punctuation marks

2012-09-24 Thread Shawn Heisey
On 9/24/2012 11:37 AM, Daisy wrote: One thing I would like to know what is the diffrence between PatternReplaceFilter and PatternReplaceCharFilter? The CharFilter version gets applied before anything else, including the Tokenizer. The Filter version gets applied in the order specified in the

Re: Solr - Remove specific punctuation marks

2012-09-24 Thread Daisy
message in context: http://lucene.472066.n3.nabble.com/Solr-Remove-specific-punctuation-marks-tp4009795p4009925.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr - Remove specific punctuation marks

2012-09-24 Thread Walter Underwood
> -- Jack Krupansky > > -Original Message- From: Jack Krupansky > Sent: Monday, September 24, 2012 12:43 PM > To: solr-user@lucene.apache.org > Subject: Re: Solr - Remove specific punctuation marks > > 1. Which query parser are you using? > 2. I see the follo

Re: Solr - Remove specific punctuation marks

2012-09-24 Thread Jonathan Rochkind
encoding problem in the analyzer. -- Jack Krupansky -Original Message- From: Daisy Sent: Monday, September 24, 2012 9:26 AM To: solr-user@lucene.apache.org Subject: RE: Solr - Remove specific punctuation marks I tried & and it solved the 500 error code. But still it could find

Re: Solr - Remove specific punctuation marks

2012-09-24 Thread Daisy
Thanks. Finally it works using I wonder what is the reason for that, and what is the difference between the filter and the charFilter? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Remove-specific-punctuation-marks-tp4009795p4009918.html Sent from the Solr

Re: Solr - Remove specific punctuation marks

2012-09-24 Thread Daisy
in context: http://lucene.472066.n3.nabble.com/Solr-Remove-specific-punctuation-marks-tp4009795p4009915.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr - Remove specific punctuation marks

2012-09-24 Thread Jack Krupansky
. So, try: It has the same pattern and replacement attributes. -- Jack Krupansky -Original Message- From: Jack Krupansky Sent: Monday, September 24, 2012 12:43 PM To: solr-user@lucene.apache.org Subject: Re: Solr - Remove specific punctuation marks 1. Which query parser are you usin

Re: Solr - Remove specific punctuation marks

2012-09-24 Thread Jack Krupansky
ck Krupansky -Original Message- From: Daisy Sent: Monday, September 24, 2012 9:26 AM To: solr-user@lucene.apache.org Subject: RE: Solr - Remove specific punctuation marks I tried & and it solved the 500 error code. But still it could find punctuation marks. Although the parsed q

RE: Solr - Remove specific punctuation marks

2012-09-24 Thread Daisy
ps I did: 1- editing the schema 2- restart the server 3-delete the file 4-index the file -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Remove-specific-punctuation-marks-tp4009795p4009835.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr - Remove specific punctuation marks

2012-09-24 Thread Markus Jelsma
-Original message- > From:Daisy > Sent: Mon 24-Sep-2012 15:09 > To: solr-user@lucene.apache.org > Subject: RE: Solr - Remove specific punctuation marks > > Yes I am trying to index Arabic document. There is a problem that the && > regex couldn't be

RE: Solr - Remove specific punctuation marks

2012-09-24 Thread Daisy
[^.:\s+\S+]])" but I failed to remove the bracutes from the text above, when i searched for a bracket I found result. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Remove-specific-punctuation-marks-tp4009795p4009830.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr - Remove specific punctuation marks

2012-09-24 Thread Steven A Rowe
ght be able to help more. Steve -Original Message- From: Daisy [mailto:omnia.za...@gmail.com] Sent: Monday, September 24, 2012 5:08 AM To: solr-user@lucene.apache.org Subject: Solr - Remove specific punctuation marks Hi; I am working with apache-solr-3.6.0 on windows machine. I would

Solr - Remove specific punctuation marks

2012-09-24 Thread Daisy
72066.n3.nabble.com/Solr-Remove-specific-punctuation-marks-tp4009795.html Sent from the Solr - User mailing list archive at Nabble.com.