python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
OrderBy does not order correctly
I have the following query
var predicate = PredicateBuilder.True<SearchModel>();
predicate = predicate.And(x => (templateIDs.Contains(x.TemplateId))); // To match certain templat...

Anthony Fernandes
Votes: 0
Answers: 1
Solr index custom file types
Basically, I am a Solr newbie and have had 0 experience with this as our Solr expert left the company. We are receiving a file from a client that is a proprietary file. I don't have access to the ap...
mjd
Votes: 0
Answers: 1
Criteria for shard while loading csv file in solr
apache-zookeeper-3.6.1-bin,solr-8.9.0
I have successfully set-up solr-cloud on 2 machines and uploaded configs to zookeeper .Now i have created a collection with numShards=12, replicationFactor=1 and ...
user595014
Votes: 0
Answers: 0
solrnet crashes if you add a lot of filter queries
We use solrnet in our ASP.NET Core backend. In the startup.cs it is initialized like:
public void ConfigureServices(IServiceCollection services)
{
services.AddSolrNet<SolrPunt>(solrEndpoint...
L-Four
Votes: 0
Answers: 1