Hello, I want to parse my query string as follows:
* filter out stop words (from GermanAnalyzer) * ignore every string field:foo * search words exactly as written (key_word not "key word") on a certain field Example (using english words): Querystring: how cool is a crazyanalyzer -test -baz:foo bar Resulting query: field:cool field:crazyanalyzer -field:test field:bar Is there a way to stack Analyzers together and use them for query parsing? How would I do this? Regards, Kai --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
