On 17.12.2010 12:29, abhilash ramachandran wrote:
q = new global::Lucene.Net.QueryParsers.QueryParser("content", new StandardAnalyzer()).Parse(query);
I believe the issue has nothing to do with your query syntax. StandardAnalyzer is skipping chars like "&" during the indexing process, so you can't search for them. Robert