c# - Lucene.Net Search with "#" Not working -


i'm using lucene.net search records in website. have lots of records special character hash ("#") "c#", "c#.net", etc...

but when search using term "c#" lucene not returning results. have checked lucene escaping special characters, "#" not in characters list.

is there way search term "#" on lucene.net?

i have created own analyzer using whitespacetokenizer , wroked.

https://issues.apache.org/jira/browse/lucenenet-595

thanks, singaravelu


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -