Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add term size config #852

Merged
merged 3 commits into from
Mar 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update rows config params to 5000 for testing
haideriqbal committed Feb 14, 2025
commit 3cd529f2ae4eb089f07a5fc53271fec8f7c55295
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -10,4 +10,4 @@ spring.web.resources.add-mappings=false
server.error.whitelabel.enabled=false

# this is optional. This property will determine the size of result you get back from solr. By default its 1000 rows
ols.solr.max-rows=1000
ols.solr.max-rows=5000