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
> 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
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.