Joe Ferner

Results 23 issues of Joe Ferner

https://github.com/visallo/vertexium/blob/master/elasticsearch5/src/main/java/org/vertexium/elasticsearch5/ElasticsearchSearchIndexConfiguration.java#L25 By setting `termAggregation.shardSize` to a specific value this limits requests with larger requested terms. So if you ask for 100 terms, 10 is too small. If instead we change...

I ran into a case in which Elasticsearch became unusable after a large document was ingested into the system. The only resolution was to remove that document and truncate future...

Currently SPV data is not deleted on property deletion.

1. Create a vertex with a property 2. Soft delete that vertex 3. Create a new vertex with the same id Expected Properties should be empty. Found Properties contain the...

The following should throw an exception because the properties were not retrieved. ``` Vertex v = g.getVertex("v1", FetchHint.NONE, auths); v.getProperties(); ```

Create an Accumulo iterator that will run during compaction that reduces duplicate rows with different timestamps but otherwise identical data into the oldest row.

### Describe the bug Previously I was able to get key state from javascript `onwheel` events. After updating my Arch Linux system it appears that this functionality is now missing....

type: bug
platform: Linux
status: needs triage
type: rfc

Currently only one primary key is allowed.