Hey I was wondering how to get started with Solr.NET even the basics what files to download etc, I checked the net ofcourse but its like every site saying something different some are old开发者_如何学
I have some questions regarding the solr schema design. Basically I\'m setting up a search engine for product catalogue website and my table relationships are as follows.
This question already has answers here: Closed 11 years ago. Possible Duplicate: Solr: QueryElevationComponent requires StrField uniqueKeyField error
I have installed Apache Tomcat 6 and configure Solr 1.4. Now Solr service running successfully开发者_JAVA百科.
I want to Add product with Solr.net Schema file. my database Table is Category table - catid, catname Brand table - brandid, brandname
I currently use NHibernate.Search in my app which works fine, however i now need to move to Solr because I need to load-balance my application.
I am trying to implement a custom IReadOnlyMappingManager in solrnet to allow us to use our own Attribute types for decorating the properties of the documents that represent our solr index records. As
I had found a SolrNet client Demo Sample App, but it is ASP.NET MVC: http://code.google.com/p/solrnet/downloads/list
If I use a SolrFacetFieldQuery to build a facet query, I can\'t add the LocalParams in the constructor because when it parses the other facet parameters such as Limit and开发者_运维技巧 Sort, it will
I am creating a custom web application in C# .NET and I have a completely custom built database schema. I need a search engine application which is comprehensive enough to search the entire database I