Rich Fecher

Results 27 issues of Rich Fecher

Since the latest version updates it seems JCommander has stopped working with some booleans unless we set the arity to 1 and explicitly use `-- true` instead of simply `--`

Programmatic access to these indicies and query constraints is available but not part of the QueryBuilder API. Also, its not part of the CLI, or directly usable through GeoServer. All...

enhancement

It _should_ be an improvement to use CountMinSketch as an index stat for text indicies and then for terms that are longer than the "n" for the n-gram we can...

right now the [DataStatistics](https://github.com/locationtech/geowave/blob/master/core/store/src/main/java/org/locationtech/geowave/core/store/adapter/statistics/DataStatistics.java) is mostly made of the internal methods needed for the system to work properly, but realistically on retrieval someone should just care about the result with...

api

When an index produces duplicates for a single result, Redis only allows one entry in a collection with the same value (so there may be a different key, but the...

bug

For example, when a temporal predicate is provided profiling indicates that an overwhelming majority of time is spent in java.text.DateFormat.parse() for every call to CQLQueryFilter.accept(). It seems the call tree...

performance

Originally it was pointed out that in `DataStoreUtils.mergeVisibilities` we should make it more robust: > Are we worried about something like vis1 being (a)&(b) as a result of a previous...

All uses of KuduReader use the Async client for range reads whereas for deletion and record reader it may make more sense to use the synchronous client