Ahmet Arslan wrote:
>
>
>> Can anyone tell me how I can search my index for $ or £.
>
> $ or £ or euro character are not reserved characters that are specified in
> QueryParser. I just verified it using the code below: (in Lucene 2.4.1)
>
> org.apache.lucene.queryParser.QueryParser qp = new
Hi All,
I am using Lucene 2.2.0 and have created an Index with some text including
values in $, £ and euros too! But I can't search for text that includes $, £
or euro. I checked the index with Luke and can see the $ and £ symbols in
the index. When I ask Luke to explain the structure of the Quer