solrnet
How to access multi-valued dynamic fields with SolrNet?
How would you implement multi-valued dynamic fields with SolrNet? I know with dynamic fields I can set them up like:[详细]
2023-01-23 14:48 分类:问答Solr Connection' already registered in container
i am using solr search on asp.net when i search first time it give me correct search result, bt after that when i change search parameter and try to search it give an error[详细]
2023-01-17 12:56 分类:问答can i use copyfield or dynamicfield or multivalued field functionality in solrnet?
can any body explain 开发者_Go百科how during indexing i can usecopyfield or dynamicfield or multivalued field functionality usin solrnetMap multiValued fields to ICollection<T> properties:[详细]
2023-01-14 06:25 分类:问答How to get lucene DocumentId in Solr/Solrnet?
I w开发者_运维百科ant to get the ID of one lucene Document using SolrNet is it possible if yes then how.From http://osdir.com/ml/solr-user.lucene.apache.org/2010-01/msg01218.html[详细]
2023-01-12 12:32 分类:问答Is it possible to map complex types with SolrNet
I am using Solr and SolrNet for some simple scenarios in an ASP.NET MVC application. For one to one mappings, where I am mapping a single POCO to a document, everything works very smoothly. However, I[详细]
2023-01-11 10:48 分类:问答How to Increase/Configure Snippet size of a highlight?
I want to know that how we can configure Snippet Size(number of words/Characters) in highlighting? Currently i m facing a problem, sometimes solr Gives me snippet exactly the matched word. like let sa[详细]
2023-01-11 08:46 分类:问答How Grouping can be achieved in Solrnet/Solr(Lucene)?
I have Lucene files indexed according to pageIds (UniqueKey). and one document can have multiple pages. Now once user perform some search it gives us pages that matches search criteria.[详细]
2023-01-11 00:39 分类:问答Presenting SOLR results merged with individual user data
I\'m looking for a strategy to present a individual user\'s rating on a solr document. ie. Users get to put give a rating 1-5 on a document and I want to present that back to them as they search.[详细]
2023-01-10 13:06 分类:问答Binding SolrNet query results to a GridView
Anyone know how to bind a SolrNet result set to a GridView control? I suspect it involves ObjectDataSource but I can\'t seem to get the right thing thrown together. Any help would be appreciated, I ne[详细]
2023-01-10 05:06 分类:问答How to add Spatial Solr to a Solrnet query
I am running Solr on my windows machine using jetty. I have downloaded the Spatial Solr Plugin which I finally managed to get up and running. I am also using Solrnet to query against Solr from my asp.[详细]
2022-12-29 18:32 分类:问答