Help with Custom Analyzer

2006-10-16 Thread Ryan O'Hara
I have a few questions regarding writing a custom analyzer. My situation is that I would like to use the StandardAnalyzer but with some data-specific rules. I was wondering if there was a way of telling the StandardAnalyzer to treat a string of text, that would normally be tokenized into

Re: Help with Custom Analyzer

2006-10-16 Thread Otis Gospodnetic
: Help with Custom Analyzer I have a few questions regarding writing a custom analyzer. My situation is that I would like to use the StandardAnalyzer but with some data-specific rules. I was wondering if there was a way of telling the StandardAnalyzer to treat a string of text, that would

Re: Help with Custom Analyzer

2006-10-16 Thread Bill Taylor
Message From: Ryan O'Hara [EMAIL PROTECTED] To: java-user@lucene.apache.org Sent: Monday, October 16, 2006 4:28:35 PM Subject: Help with Custom Analyzer I have a few questions regarding writing a custom analyzer. My situation is that I would like to use the StandardAnalyzer but with some data

Re: Help with Custom Analyzer

2006-10-16 Thread Ryan O'Hara
that in StringReader, you can, but you can also just work with Strings. Otis - Original Message From: Ryan O'Hara [EMAIL PROTECTED] To: java-user@lucene.apache.org Sent: Monday, October 16, 2006 4:28:35 PM Subject: Help with Custom Analyzer I have a few questions regarding writing

Re: Help with Custom Analyzer

2006-10-16 Thread Doron Cohen
, you could write your own TokenFilter - e.g. like the SynonymFilter in the LIA book. Otis - Original Message From: Ryan O'Hara [EMAIL PROTECTED] To: java-user@lucene.apache.org Sent: Monday, October 16, 2006 4:28:35 PM Subject: Help with Custom Analyzer I have a few questions