I am having an issue in while querying to solr that when my page size is larger that 75 I got error An
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
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
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.
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.
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
Which one of the Solr components is the best: TermsComponent works well for us now but with limitations, ie:
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.
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
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