> 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.
You can get term frequency with http://wiki.apache.org/solr/TermVectorComponent. If you are interested in document frequency, you can use http://wiki.apache.org/solr/TermsComponent