sw360 / sw360portal

We have moved and *archived* this repository. Pls. continue at the new place at https://github.com/eclipse/sw360 ... A software component catalogue application - designed to work with FOSSology.
Other
35 stars 20 forks source link

Project list: filter use results in lists limited to 25 entries #221

Closed mcjaeger closed 8 years ago

mcjaeger commented 8 years ago

(requires testing because seen in commit version 32780d36). If the project filter is applied with a group value (formerly department), then the resulting listing is limited to 25 entries (although there are many more entries).

heydenreich commented 8 years ago

Testing confirms the above finding for all filters. Whenever a filter is applied, only 25 documents are found. This is the case for projects and components.

heydenreich commented 8 years ago

The limit on the number of results that couchdb-lucene returns can be set in build-configuration/resources/couchdb.properties . E.g. setting the limit to 100 can be done by adding lucenesearch.limit = 100 to the mentioned file.

If the limit is not set, the default of 25 applies. This was the case so far.

Which limit is a good one to use?

heydenreich commented 8 years ago

Michael's suggestion lucenesearch.limit = 150 -> test this limit in a system with many documents to see whether the speed is ok