Stopwords and Wildcards

2010-06-30 Thread Markus Mehrwald
Hi, I use an AnalyzingQueryParser with the StandardAnalyzer and german stopwords in Lucene 3.0.1. If I have a query with a stopword followd by a wildcard (e. g. das*) I get a ParseException: Cannot build PrefixQuery with analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer - to

Re: Exact match with fuzzy query

2010-06-12 Thread Markus Mehrwald
Am 12.06.2010 13:57, schrieb Ahmet Arslan: I am using lucene 3.0.1. I use a MultiFieldQueryParser with a GermanAnalyzer. In my index are some values among others one document with the title "bauer". I append to every word in my query a ~0.8 (here I am not sure if this is the way to do it). If I

Exact match with fuzzy query

2010-06-11 Thread Markus Mehrwald
Hi, I am using lucene 3.0.1. I use a MultiFieldQueryParser with a GermanAnalyzer. In my index are some values among others one document with the title "bauer". I append to every word in my query a ~0.8 (here I am not sure if this is the way to do it). If I try to search now, I will not get th