Hey guys: original poster here, and I found a solution! I created a wrapper
that could accept multiple analyzers and then combined them into a search:
here is the code.
--wrapper class-
public class PositionalPorterStopAnalyzer extends Analyzer {
private Set stopWords;
//www.thetaphi.de
> eMail: u...@thetaphi.de
>
> > -Original Message-
> > From: Erick Erickson [mailto:erickerick...@gmail.com]
> > Sent: Friday, May 01, 2009 11:42 PM
> > To: java-user@lucene.apache.org
> > Subject: Re: MultiFieldQueryParser
.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Erick Erickson [mailto:erickerick...@gmail.com]
> Sent: Friday, May 01, 2009 11:42 PM
> To: java-user@lucene.apache.org
> Subject: Re: MultiFieldQueryParser - us
This looks like a job for PerFieldAnalyzerWrapper, no
MultiFieldQueryparser required
Best
Erick
On Fri, May 1, 2009 at 3:33 PM, theDude_2 wrote:
>
> Hello fellow Lucene developers!
>
> I have a bit of a question - and I can't find the answer in my lucene
> book
>
> Im trying to crea