Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
set lucene.limit to 150
Browse files Browse the repository at this point in the history
* get a maximum of 150 results when using the filter in project and component portlet
* has to be tested: is speed still ok?
* closes #221 if speed is ok
  • Loading branch information
heydenreich committed Sep 19, 2016
1 parent a38cf1f commit 0667efa
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-configuration/resources/couchdb.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ couchdb.usersdb = sw360users
couchdb.attachments = sw360attachments
couchdb.fossologyKeys = sw360fossologykeys
couchdb.vulnerability_management = sw360vm
lucenesearch.limit = 150
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<%--
Created by IntelliJ IDEA.
User: heydenrb
Date: 13.09.16
Time: 12:08
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>$Title$</title>
</head>
<body>
$END$
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<%--
Created by IntelliJ IDEA.
User: heydenrb
Date: 13.09.16
Time: 12:12
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>$Title$</title>
</head>
<body>
$END$
</body>
</html>

0 comments on commit 0667efa

Please sign in to comment.