public static class SearchStatisticsReport.SearchCount extends Object
Constructor | Description |
---|---|
SearchCount(String phrase,
int count,
Rate searchRate,
int rank) |
public SearchCount(String phrase, int count, Rate searchRate, int rank)
phrase
- The search phrase. Can not be null.count
- Number of time this phrase was searched on and resulted in either a hit or a no hit depending on the usage
of this SearchCount.searchRate
- Ratio between number of searches for this phrase resulting in a [hit|no hit] and the total number of
searches resulting in a [hit|no hit]. Can not be null.rank
- The popularity position for this search phrase in the table.public String phrase()
public int count()
public Rate searchRate()
public int rank()
Copyright © 2020 Apptus Technologies AB. All rights reserved.