I have some bellow value in lucene index field

 

1#abcd

2#test wer

3# testing rty

 

I wright the query like bellow 

 

+fieldname:1#

 

After  query parser I see query string become 

+fieldname:1

 

is there a way to search given string 

 


Thanks & Regards 

Yogesh

Reply via email to