The issue is when i enabled solr (i successfully configured solr and tested successfully) in magento enterprise,the layered navigation filter is not working properly.
i.e displaying all category products not filter with attributes value.
If i set "No" in Enable Solr Engine for Catalog Navigation in admin panel it's working fine.
Path : System -> Configuration -> Catalog -> Catalog Search -> Enable Solr Engine for Catalog Navigation -> set to "No"
I analysed magento enterprise search module,but they not adding custom attributes into solr params.like attr_nav_select_"custom_attribute"
ex : http://localhost.com:8080/solr/test/select/?q=wine%0D%0A&version=2.2&start=0&rows=10&indent=onq=test&qt=magento_en&fq=
%28visibility:3+OR+visibility:4%29+AND+store_id:13+AND+in_stock:true
Any one tell me is this magento issue or i need to configure any other matter.
Thanks in advance.