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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -