Re: Best practice for stemming and exact matching

2011-04-01 Thread Christopher Condit
>> Ideally I'd like to have the parser use the >> custom analyzer for everything unless it's going to parse a clause into >> a PhraseQuery or a MultiPhraseQuery, in which case it uses the >> SimpleAnalyzer and looks in the _exact field - but I can't figure out >> the best way to accomplish this. >

Re: Best practice for stemming and exact matching

2011-03-29 Thread Robert Muir
On Tue, Mar 29, 2011 at 6:56 PM, Christopher Condit wrote: > Ideally I'd like to have the parser use the > custom analyzer for everything unless it's going to parse a clause into > a PhraseQuery or a MultiPhraseQuery, in which case it uses the > SimpleAnalyzer and looks in the _exact field - but