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
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
-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öä"; /