Hello Guys,

1. Requirement / Search = SOLR
[/COLOR]There is a requirement for us (storefront developer) that to create Faceted Search / Faceted navigation in Storefront website. We already tried it with Database changes but it is not that much effective and time consuming and not reliable even, when we should have more products with different attribute or out-of-box filtering like rest of the website in E-eCommerce world. like zappos.com / CNET / ebay.de / Buy.com
And we figure out facted search / autocomplete search or any search in e-commerce site can be served using SOLR which is the best solution.

2. SOLR OUT-OF-BOX integration.
We have apache SOLR and documents (Data/product/Items) index in that and rougly able to get query answer for facted query using SOLR-Admin and URLS in XML / JSON Format ! So we have now bit clear knowledge about SOLR with its query, syntax, CommonQueryParams / SimpleFaced Params using Java / SOLR-Admin.

3. Integrate SOLR in .NET using SOLRNET API.
SOLR is written on Java platform, Apache SOLR is available with source code but we will use OUT-Of-BOX solr. To integrate SOLR in .NET there is one binaries available called SOLRNET which communicate with SOLR and provide us great tool to start with.
https://code.google.com/p/solrnet/

SampleApp is coded in MVC which for front-end we only have XMLPackages or we can write in direct showcategory.aspx using ASP.NET SERVER CONTROLS.

4. Query / Problem / Stuck in SOLRNET Integration with XMLPackages.
We understood sample app well which is MVC ! Views are very powerful where we have control of each HTML Piece, while here we have XMLPackage, we are not clear and stuck how we can integrate it with XMLPackage using SOLRNET.
I am trying to create it website filters like website
http://percys.com/
http://www.percys.com/c-33-televisions.aspx

So if someone has integrate SOLR in ASPDONETSTOREFRONT website please please please guide me or provide me sample files (XMLPackages / Code File (.cs). You can directly revert back to crazyvraj@gmail.com.

-Thanks,
CrazyVraj
Email : [crazyvraj@gmail.com]