Re: Stemming and Wildcard Queries

2010-05-21 Thread Erick Erickson
ex that start with plan. Here are some of the related words: > plan > plane > planes > planet > planificaci > planned > plannedoutages.xls > planner > planners > > Just a thought. > Herb > > ----- Original Message - From: "Ivan Provalov" > To: >

Re: Stemming and Wildcard Queries

2010-05-21 Thread Ivan Provalov
Thanks, everyone! --- On Thu, 5/20/10, Herbert Roitblat wrote: > From: Herbert Roitblat > Subject: Re: Stemming and Wildcard Queries > To: java-user@lucene.apache.org > Date: Thursday, May 20, 2010, 4:48 PM > At a general level, we have found > that stemming during indexin

Re: Stemming and Wildcard Queries

2010-05-20 Thread Herbert Roitblat
quot; To: Sent: Thursday, May 20, 2010 1:16 PM Subject: Stemming and Wildcard Queries Is there a good way to combine the wildcard queries and stemming? As is, the field which is stemmed at index time, won't work with some wildcard queries. We were thinking to create two separate ind

Re: Stemming and Wildcard Queries

2010-05-20 Thread Ahmet Arslan
> Is there a good way to combine the > wildcard queries and stemming?  > > As is, the field which is stemmed at index time, won't work > with some wildcard queries. org.apache.lucene.queryParser.analyzing.AnalyzingQueryParser may help? ---

Stemming and Wildcard Queries

2010-05-20 Thread Ivan Provalov
Is there a good way to combine the wildcard queries and stemming? As is, the field which is stemmed at index time, won't work with some wildcard queries. We were thinking to create two separate index fields - one stemmed, one non-stemmed, but we are having issues with our SpanNear queries (th