Marc Portier
Marc Portier
thx for this useful container I'm trying to get it to connect to the actual host-speakers to play around with the sound. I was hoping the trick in https://stackoverflow.com/questions/28985714/run-apps-using-audio-in-a-docker-container would...
The current table-oriented format is often sparse, confusing, less then helpful. I suppose the goal is to find a clear and direct mapping between some data-structure in php and an...
trying to install preview-plus 1.2.7 I'm getting this: ``` npm WARN deprecated [email protected]: react-tools is deprecated. For more information, visit https://fb.me/react-tools-deprecated npm WARN deprecated [email protected]: Jade has been renamed to...
Parsing this turtle: ```turtle _:b0 a . _:b1 a . _:x9 a . ``` leads to the bnode local-identifiers (correctly) being replaced with generated uuid ``` . found 0 ->...
We already have query.facet(options) to build up the 'general' solr-facet request params. However, many of those can also be overriden on a per field basis using the pattern: - global...
Support the indexing of unstructured (extracted) content from files (in solr known content-types)
See http://wiki.apache.org/solr/ExtractingRequestHandler /upload/extract can receive a multipart/formupload-ed file Solr will extract the contents and index it under the 'text' field to be indexed. Some interesting side-notes: - Additional fields can...
The SOLR range-filter syntax allows variants that do not include the boundary values. year:[2005 TO 2009] will match 2005, 2006, 2007, 2008, 2009 By using [inclusive with square brackets]: The...
Including tests and updated test-material. Thx for considering this.
an important change (draft 07) is in the way errors should be handled: extract: > If a template processor encounters an error outside of an expression, > such as a...
Between 0.5 and 0.6 there was some change in how this should be handled. The inserted snippet is: > A varname MAY contain one or more pct-encoded triplets. These >...