Re: Standard Analyzer Escapes

2007-07-13 Thread Mark Miller
This is certainly the case. StandardAnalyzer has a regex matcher that looks for a possible company name involving an & or an @. The QueryParser is escaping the '&' -- all of the affects described are standard results of using the StandardAnalzyer. Any double '&&' will break text, but 'sdfdf&dfs

Re: Standard Analyzer Escapes

2007-07-13 Thread Yonik Seeley
I just tried some things fast via the Solr admin interface, and everything seems fine. I think you are probably confusing what the parser does vs what the analyzer does. Try your tests with an un-tokenized field to remove that effect. -Yonik On 7/13/07, Walt Stoneburner <[EMAIL PROTECTED]> wrote