Payam Meyer
Payam Meyer
Would like to be able to get the following easily: Instance Info: lumongoAllocatedMemory lumongoCurrentMemoryUsage Index info: name size (on disk) docsCount allFieldNames facetableFieldNames terms
This snippet from LumongoIndex:967-975 doesn't seem to do what it should. ```java LumongoMultiFieldQueryParser qp = null; if (queryText == null || queryText.isEmpty()) { if (queryFields.isEmpty()) { return new MatchAllDocsQuery(); }...
Similar to Solr: ``` solr/[core]/update?stream.body=*:* ``` whatever makes sense but this sort of functionality.
I'm sorry I haven't really developed any Chrome Add-Ons and I'm not sure if this is possible, but it would be great to allow for a notification sound when a...
The uploader gets stuck on an infinite loop in some browsers and in Chrome just fails to upload with the following error locally and also in production (local example below):...