summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/models/SearchResult.java
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-03-17 11:02:27 -0400
committerJames Moger <james.moger@gitblit.com>2012-03-17 11:02:27 -0400
commitd040098957590010e6c94f0671cbaf1945c52098 (patch)
tree2a66b9dfbfbb12637ff2dc457edac084a0dfceae /src/com/gitblit/models/SearchResult.java
parentcdbbda53e245621065bf142e48737faf88a5fee7 (diff)
downloadgitblit-d040098957590010e6c94f0671cbaf1945c52098.tar.gz
gitblit-d040098957590010e6c94f0671cbaf1945c52098.zip
Implemented Lucene search result paging
Diffstat (limited to 'src/com/gitblit/models/SearchResult.java')
-rw-r--r--src/com/gitblit/models/SearchResult.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/gitblit/models/SearchResult.java b/src/com/gitblit/models/SearchResult.java
index 56623075..efd1b075 100644
--- a/src/com/gitblit/models/SearchResult.java
+++ b/src/com/gitblit/models/SearchResult.java
@@ -15,6 +15,10 @@ import com.gitblit.Constants.SearchObjectType;
public class SearchResult implements Serializable {
private static final long serialVersionUID = 1L;
+
+ public int hitId;
+
+ public int totalHits;
public float score;