solrnet
Solr/SolrNet Help Required
I am having an issue in while querying to solr that when my page size is larger that 75 I got error An[详细]
2023-04-12 06:18 分类:问答How to boost fields in solr
I already have the boost determined before hand. I have a field in the solr index called boost1开发者_如何学JAVA . This boost field will have a value from 1 to 10 similar to google PR rank. This is th[详细]
2023-04-12 05:45 分类:问答How to use Solr?
I’m programming en ASP MVC3 application. One part of that application should be a product list containing faceted search, full text search and distance search. After a while of research I found SOLR[详细]
2023-04-11 20:48 分类:问答How to use the XML result of SolrNet in my ASP.NET code behind
I found http://code.google.com/p/solrnet/wiki/Stats link. But I cannot understand it properly. I want to use a (min,max) kind of function with a Solr query.[详细]
2023-04-10 11:42 分类:问答Difference between StandardTokenizerFactory and KeywordTokenizerFactory in Solr?
I am new to Solr.I want to know when to use StandardTokenizerFactory and KeywordTokenizerFactory? I read the docs on Apache Wiki, but I am not getting it.[详细]
2023-04-10 05:34 分类:问答Native way to add SimilarResults to model via SOLRNET
I am using SOLRNET and am using SOLR\'s MoreLikeThis functionality to get similar documents to those that are being returned. My code looks a little something like this (in this case I am doing a look[详细]
2023-04-09 21:21 分类:问答Apache Solr 4 most functional autosuggest component
Which one of the Solr components is the best: TermsComponent works well for us now but with limitations, ie:[详细]
2023-04-09 01:42 分类:问答Sorting of Field having special characters in SoLR
i am new at SoLR indexing. I want to sort location field which have different values.it also contains values which starts with \'sAmerica, #\'Japan, %India and etc.[详细]
2023-04-07 04:17 分类:问答Is there a way to get results of solr grouping using Solr Net
I want to try new solr collapsing/grouping included in solr 3开发者_如何学JAVA.3, i have tried queries on solr Admin page and that works absolutely right but when I try to query in my c# code using so[详细]
2023-03-31 03:18 分类:问答Can Attributes on a Property be Hidden?
I am attempting to use reflection to determine which Properties of a Type have a certain Attribute.This seems to work fine when I create a custom attribute myself, but is currently not working for an[详细]
2023-03-30 16:05 分类:问答