Re: query.extractTerms(..) on rewritten queries

2014-10-07 Thread Christian Reuschling
October 06, 2014 6:06 PM To: java-user@lucene.apache.org >> Subject: >> query.extractTerms(..) on rewritten queries >> > Hi, > > currently I migrate to Lucene 4. In the past, I did a trick to get the index > specific terms for > an according (wildcard) query (see below). But i

RE: query.extractTerms(..) on rewritten queries

2014-10-06 Thread Uwe Schindler
t: Monday, October 06, 2014 6:06 PM > To: java-user@lucene.apache.org > Subject: query.extractTerms(..) on rewritten queries > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > currently I migrate to Lucene 4. In the past, I did a trick to get the ind

query.extractTerms(..) on rewritten queries

2014-10-06 Thread Christian Reuschling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, currently I migrate to Lucene 4. In the past, I did a trick to get the index specific terms for an according (wildcard) query (see below). But it don't works anymore: String queryString = "n*"; // gives no result // String queryString = "nöä"; /