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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -