Hi,
I am a newbie to lucene. I am using Standard Analyzer in my lucene project.
I am indexing some fields which may contain only "%" as a field value and it
indexes fine and i can view the value against the field in the index using
Luke.
However when i try to retrieve the same field using index
ost a code snippet or two (index and
> query)?
>
> Best
> Erick
>
> On Tue, Dec 8, 2009 at 11:04 AM, kanayo wrote:
>
>>
>> Hi,
>>
>> I am a newbie to lucene. I am using Standard Analyzer in my lucene
>> project.
>> I am indexing some
ething easier to work
> with. You could do this yourself or, I think, with MappingCharFilter.
>
> Personally I'd probably replace "%" with "percent" somewhere in my
> code with a simple string replacement.
>
>
> --
> Ian.
>
>
>
>