difference between filter_queries and parsed_filter_queries

2011-02-08 Thread Bagesh Sharma
Hi everybody, please suggest me what's the difference between these two things. After what processing on filter_queries the parsed_filter_queries are generated. Basically ... when i am searching city as fq=city:'noida' then filter_queries and parsed_filter_queries both are same as 'noida'.

Re: difference between filter_queries and parsed_filter_queries

2011-02-08 Thread Markus Jelsma
Hi, The parsed_filter_queries contains the value after it passed through the analyzer. In this case it remains the same because it was already lowercased and no synonyms were used. You're also using single quotes, these have no special meaning so you're searching for 'noida' in the first and