Allan Clements
Allan Clements
Hi Tree-Sitter team! In my use case of Tree-Sitter I've been parsing source code samples but was wanting to early exit if the file had an error during the parsing....
WIP https://github.com/JanusGraph/janusgraph/discussions/4259 Thank you for contributing to JanusGraph! In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### For...
----- Thank you for contributing to JanusGraph! In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### For all...
I believe the pre-tokenizer used by the Solr client code is a bug because it produces tokens that cause misalignment with Solr, in particular around text that has a domain...
**Describe the feature:** Solr as a Mixed Index Backend doesn't appear to support the textContainsPhrase predicate with predicate pushdown. **Describe a specific use case for the feature:** If the Solr...
**Describe the feature:** Currently textRegex applies a case sensitive matching by default. In my particular use case I'm using Elasticsearch as my mixed index backend, and it is case sensitive...
My build process involves using a local project dependency for development but when it comes time to use shadow(Jar) we want to exclude that project dependency out for a runtime...
I was periodically encountering my applications effectively locking up because of Errors stating `Async pool timeout` . In my use case I'd rather just wait indefinitely for a connection to...
This PR does the following: - Changed property() step to key by Into, this allows custom vertex ids to be assigned - Also updated `property_many`, `property_with_cardinality`, and `property_many_with_cardinality` - Added...
**Describe the feature:** In [RestElasticSearchClient](https://github.com/JanusGraph/janusgraph/blob/master/janusgraph-es/src/main/java/org/janusgraph/diskstorage/es/rest/RestElasticSearchClient.java) there are a few places that can cause a high amount of memory pressure unnecessarily. 1. The [submitted mutations](https://github.com/JanusGraph/janusgraph/blob/4a576f67ff0e53b699ed078dad964d448bc94b10/janusgraph-es/src/main/java/org/janusgraph/diskstorage/es/rest/RestElasticSearchClient.java#L497-L501) are passed in via a collection,...