solrnet
Solr search query for dynamic fields indexed
I am implementing the solr search in my project . I have one question regarding how do i search a dynamic fields that is created in a solr index[详细]
2023-03-09 19:29 分类:问答SolrNet and many to many relations
I haven\'t been able to find and开发者_高级运维 example or documentation how you do a many to many relation in SolrNet, so I hoped one of you experts might have a clue or a link which can point me in[详细]
2023-03-08 10:08 分类:问答Custom Parser for Nutch (or open source .NET Crawler)
I have been using Nutch/Solr/SolrNet for my search solutions, I must say, it works a treat. On a new site I\'m working on, I am using Master pages, a开发者_运维百科s a result, content in the header an[详细]
2023-03-07 19:10 分类:问答How do I properly do a dismax query using solrnet
I know I need to add the following code to change to dismax. ExtraParams = new Dictionary<string, string> { {\"qt\", \"dismax\"} }[详细]
2023-03-07 16:09 分类:问答Doesn't index or extract the Document (.pdf .doc) from Remotely
I am using Solr 3.1, Apache Tika 0.9 and Solrnet 0.3.1 to index the docuent like a .doc and .pdf file.[详细]
2023-03-03 16:59 分类:问答SolrNet/NHibernate- using SolrField on child (HasMany) class?
I\'ve started playing around with th开发者_开发知识库e NHibernate integration on Solr. So far, so great. But I have a question that I can\'t see covered anywhere in the docs. I understand that I can m[详细]
2023-03-02 21:21 分类:问答IDictionary<string, IDictionary<string, ICollection<string>>> To LINQ
I\'m have been trying to convert the foreach statement below to a LINQ statement but can\'t seem to wrap my head around it. Any help would be welcome.[详细]
2023-03-02 20:24 分类:问答Solr/SolrNet Grouping results
I\'m using Solr for a product catalogue built on asp.net with solrnet and everything works pretty well so far. I need to extend the search results by adding some grouping option to it.[详细]
2023-03-02 16:17 分类:问答Solr 3.1 doesn't index the file
I have configured Solr 3.1 with Apache tika 0.9 successfully I don\'t change Schema.xml(default schema) and solrconfig.xml file[详细]
2023-02-28 22:52 分类:问答Field grouping in SolrNet?
I am trying to make a query in solr.net that generates a solr query with a filter query with more than one term in it e.g.: fq=Size:(4 large)[详细]
2023-02-28 16:09 分类:问答