Question

I have a question that how could somebody get term frequency as we do get in lucene by the following method DocFreq(new Term("Field", "value")); using solr/solrnet.

Was it helpful?

Solution

Try debugQuery=on or TermsComponent. None of them are currently supported through SolrNet, so you can either work around it, or implement them and contribute them to the project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top