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

GH-429 other indexes #431

Merged
merged 1 commit into from
Nov 2, 2023
Merged

GH-429 other indexes #431

merged 1 commit into from
Nov 2, 2023

Conversation

ate47
Copy link
Collaborator

@ate47 ate47 commented Nov 2, 2023

Issue resolved (if any): #429

Description of this pull request:

Add the ability to use multiple indexes to increase the efficiency of the queries.

It is done using 2 options:

# say which index to add
bitmaptriples.index.others=ops,osp,pos,pso,sop
# disable FoQ index
bitmaptriples.index.noFoQ=true

Please check all the lines before posting the pull request:

  • I've created tests for all my changes
  • My pull request isn't fixing or changing multiple unlinked elements (please create one pull request for each element)
  • I've applied the code formatter (mvn formatter:format on the backend, npm run format on the frontend) before posting my pull request, mvn formatter:validate to validate the formatting on the backend, npm run validate on the frontend
  • All my commits have relevant names
  • I've squashed my commits (if necessary)

@ate47 ate47 self-assigned this Nov 2, 2023
@ate47 ate47 marked this pull request as ready for review November 2, 2023 12:12
@ate47 ate47 merged commit f4b4440 into dev Nov 2, 2023
16 checks passed
@ate47 ate47 deleted the GH-429-other-indexes branch November 2, 2023 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant