JanusGraph / JanusGraph/janusgraph
Support index parameter for Solr Cloud configset name
- Dominant language
- Java
- Stars
- 5.8k
- Forks
- 1.2k
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 6
Description
Currently when JanusGraph creates a Solr collection it either uses the collection name or, if `index.search.solr.configset` is set, a global name for the Solr config set. Goal is to support the config set name as a parameter when creating the mixed index using Solr. Among other things this would allow for restoring support for dropping rather than just clearing Solr Cloud collections (see https://github.com/JanusGraph/janusgraph/pull/563#discussion_r141793273).
Contributor guide
Research direction
Trace how JanusGraph creates mixed indexes and Solr collections, then inspect the Solr Cloud configset handling described in the issue and the linked pull request discussion. Done means the config set name can be supplied as a parameter when creating a mixed index, while preserving the intended collection-dropping support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases, search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100