Quantcast
Channel: Lucene Tag Searching problems with C#, escape problems? - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by gumo for Lucene Tag Searching problems with C#, escape problems?

According to the Java Documentation for Lucene 2.9.2 '#' is not a special character, which needs escaping in the Query. Can you check out (i.e. by opening the index with Luke), how the value 'C#' is...

View Article



Answer by Andrew Hare for Lucene Tag Searching problems with C#, escape...

The problem isn't the query, its the query analyzer you are using which is removing the "#" from both the query and (if you are using the same analyzer for insertion - which you should be) and the...

View Article

Lucene Tag Searching problems with C#, escape problems?

I am using lucene 2.9.2 (.NET doesnt have a lucene 3)"tag:C#" Gets me the same results as "tag:c". How do i allow 'C#' to be a searchword? i tried changing Field.Index.ANALYZED to...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images