How to get term frequency count grouped by date?

2014-06-13 Thread Dipanjan Kailthya
Hi everyone, I have a simple schema that looks like this: key The text field is defined as I have indexed some documents based on this sche

Re: How to get Term Frequency

2010-10-11 Thread Ahmet Arslan
> 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 freque

How to get Term Frequency

2010-10-11 Thread Ahson Iqbal
hi All 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.